epugh 2004/07/23 02:09:23
Modified: eclipse/src/plugin-resources/templates classpath.jelly
Log:
fix importing jelly:util under two namespaces
Revision Changes Path
1.18 +2 -3
maven-plugins/eclipse/src/plugin-resources/templates/classpath.jelly
Index: classpath.jelly
===================================================================
RCS file:
/home/cvs/maven-plugins/eclipse/src/plugin-resources/templates/classpath.jelly,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- classpath.jelly 4 Jul 2004 16:20:28 -0000 1.17
+++ classpath.jelly 23 Jul 2004 09:09:23 -0000 1.18
@@ -19,7 +19,6 @@
<j:whitespace
xmlns:j="jelly:core"
- xmlns:util="jelly:util"
xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven"
xmlns:u="jelly:util"
@@ -111,9 +110,9 @@
</j:if>
<maven:pluginVar var="cactusSrcDir" plugin='cactus-maven'
property='cactus.src.dir' />
- <util:available file="${cactusSrcDir}">
+ <u:available file="${cactusSrcDir}">
<j:set var="cactusSourcePresent" value="true"/>
- </util:available>
+ </u:available>
<j:if test="${cactusSourcePresent == 'true'}">
<ant:echo>Contains Cactus Tests!</ant:echo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]