From 05bd03faa3cb95f1a5e4eb1634073d8ae51d5970 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 29 Oct 2003 18:40:06 +0000 Subject: [PATCH] Start using pluginVar tag git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114256 13f79535-47bb-0310-9956-ffa450edef68 --- .../templates/classpath.jelly | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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()} + +