dion 2003/07/28 19:00:18
Modified: src/plugins-build/runner plugin.jelly project.xml
Log:
Fix badly declared velocity taglib
Revision Changes Path
1.3 +1 -1 maven/src/plugins-build/runner/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/runner/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 5 May 2003 15:12:17 -0000 1.2
+++ plugin.jelly 29 Jul 2003 02:00:18 -0000 1.3
@@ -5,7 +5,7 @@
xmlns:define="jelly:define"
xmlns:deploy="deploy"
xmlns:sea="sea"
- xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
+ xmlns:velocity="jelly:velocity"
xmlns:runner="runner">
<!-- ===================================================================== -->
1.10 +0 -3 maven/src/plugins-build/runner/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/runner/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 25 Jul 2003 06:35:28 -0000 1.9
+++ project.xml 29 Jul 2003 02:00:18 -0000 1.10
@@ -20,9 +20,6 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
<version>20030303.205659</version>
- <properties>
- <classloader>root.maven</classloader>
- </properties>
</dependency>
<dependency>
<id>velocity</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]