diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly
index 4422b974..43038117 100644
--- a/eclipse/plugin.jelly
+++ b/eclipse/plugin.jelly
@@ -4,9 +4,11 @@
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
xmlns:test="test"
+ xmlns:cactus="cactus"
xmlns:util="jelly:util">
+
@@ -75,7 +77,7 @@
- Test!
+ Contains JUnit Tests!
Cutting off basedir from testSourceDirectory
@@ -94,22 +96,43 @@
${pom.getPluginContext('maven-test-plugin').getVariable('plugin').getDependency('junit').getVersion()}
-
-
-
+
+
+
-
- ${maven.eclipse.junit}
-
+
+ ${maven.eclipse.junit}
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Contains Cactus Tests!
+
+
+ Cutting off basedir from Cactus source directory
+
+
+
+
+
+
+ ${pom.getPluginContext('maven-cactus-plugin').getVariable('plugin').getDependency('cactus').getVersion()}
+
-
diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml
index 2688dbf2..2b45a7f3 100644
--- a/eclipse/xdocs/changes.xml
+++ b/eclipse/xdocs/changes.xml
@@ -7,6 +7,9 @@
+
+ Added support for referencing cactus tests in classpath.
+
Added support for Eclipse 2.1 external tools