Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/eclipse/plugin.jelly,v retrieving revision 1.26 diff -u -r1.26 plugin.jelly --- plugin.jelly 4 Mar 2004 18:04:37 -0000 1.26 +++ plugin.jelly 21 May 2004 13:18:49 -0000 @@ -19,11 +19,12 @@ + xmlns:j="jelly:core" + xmlns:ant="jelly:ant" + xmlns:test="test" + xmlns:cactus="cactus" + xmlns:x="jelly:xml" + xmlns:util="jelly:util"> @@ -39,12 +40,25 @@ - Creating ${basedir}/.project ... - - - + + + + + Using old version + + + + + + + + + + + + @@ -55,12 +69,38 @@ description="Generate Eclipse .classpath file"> Creating ${basedir}/.classpath ... - - + + + + + + Using old version + + + + + + + + + + + + + + + + + + + + + Cleaned up eclipse generated files + Index: project.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/eclipse/project.xml,v retrieving revision 1.32 diff -u -r1.32 project.xml --- project.xml 16 May 2004 01:37:37 -0000 1.32 +++ project.xml 21 May 2004 13:18:49 -0000 @@ -81,4 +81,19 @@ + + + commons-jelly + commons-jelly-tags-xml + 20030211.142705 + http://jakarta.apache.org/commons/jelly/libs/xml/ + + + commons-jelly + commons-jelly-tags-jsl + 20030211.143151 + http://jakarta.apache.org/commons/jelly/libs/jsl/ + + + Index: xdocs/goals.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/eclipse/xdocs/goals.xml,v retrieving revision 1.5 diff -u -r1.5 goals.xml --- xdocs/goals.xml 4 Mar 2004 18:04:37 -0000 1.5 +++ xdocs/goals.xml 21 May 2004 13:18:51 -0000 @@ -61,6 +61,13 @@ + + eclipse:clean + + Deletes the .project and .classpath files. + + + eclipse:external-tools Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/eclipse/xdocs/properties.xml,v retrieving revision 1.9 diff -u -r1.9 properties.xml --- xdocs/properties.xml 7 May 2004 09:14:37 -0000 1.9 +++ xdocs/properties.xml 21 May 2004 13:18:51 -0000 @@ -98,6 +98,16 @@ will be added after the java nature. + + maven.eclipse.workspace.analyse + Yes + + if set to true, the eclipse plugin will analyse the worspace + defined in maven.eclipse.workspace and create + workspace references for those projects which are open. This + will ignore defined dependancies also (see below). + +

Note that you will need to defined a MAVEN_REPO Java Index: src/plugin-resources/classpath.jsl =================================================================== RCS file: src/plugin-resources/classpath.jsl diff -N src/plugin-resources/classpath.jsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ src/plugin-resources/classpath.jsl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,182 @@ + + + + + + + ${maven.eclipse.classpath.include} + + + + + + Using workspace analysis on ${maven.eclipse.workspace} + + + + Please set maven.eclipse.workspace to the location of your eclipse workspace if you wish to use workspace analysis. + + + + + + + + + + ${testPlugin.getDependency('junit').getVersion()} + + + + + + + ${maven.eclipse.junit} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contains JUnit tests + + + + + + + + + + + + Setting compile of ${testSrcDir} to ${testOutputDir} + + + + + + + + + + Contains Cactus Tests! + + + + + ${cactusPlugin.getDependency('cactus').getVersion()} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Setting default output directory to ${outputDir} + + + + Index: src/plugin-resources/project.jsl =================================================================== RCS file: src/plugin-resources/project.jsl diff -N src/plugin-resources/project.jsl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ src/plugin-resources/project.jsl 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,100 @@ + + + + + + org.eclipse.jdt.core.javabuilder,${maven.eclipse.buildcommands} + org.eclipse.jdt.core.javanature,${maven.eclipse.projectnatures} + + + + + + Using workspace analysis on ${maven.eclipse.workspace} + + + + Please set maven.eclipse.workspace to the location of your eclipse workspace if you wish to use workspace analysis. + + + + + + + ${pom.artifactId} + ${pom.description} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${lib.dependency.artifactId} + + + + + + + + + ${command} + + + + + + + + + + + ${nature} + + + + + + + + + + + + + + +