diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index 9c08ef49..10f70cf3 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -31,7 +31,7 @@ - + diff --git a/eclipse/project.xml b/eclipse/project.xml index 67c080a2..de3d5a93 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -5,7 +5,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plug-in - 1.6-dev + 1.6-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment Eclipse Plugin for Maven http://maven.apache.org/reference/plugins/eclipse/ diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index b9927dce..ba4981d4 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -66,7 +66,7 @@ - + @@ -76,7 +76,7 @@ - + ${cactusPlugin.getDependency('cactus').getVersion()} diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index e24dcd14..159f73ae 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -7,6 +7,10 @@ + + Fixed Cactus support (there were problems due to the move of the Cactus + plugin outside of the Maven project). + Add support for having multiple other directories included in the classpath.