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}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+