diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index d92c4e83..b9927dce 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -21,8 +21,7 @@ - + @@ -47,7 +46,8 @@ --> - ${pom.getPluginContext('maven-test-plugin').getVariable('plugin').getDependency('junit').getVersion()} + + ${testPlugin.getDependency('junit').getVersion()} @@ -66,20 +66,20 @@ - - - - + + + + - - Contains Cactus Tests! - - - - ${pom.getPluginContext('maven-cactus-plugin').getVariable('plugin').getDependency('cactus').getVersion()} - - + + Contains Cactus Tests! + + + + + ${cactusPlugin.getDependency('cactus').getVersion()} + +