dion 2003/07/28 19:02:08
Modified: src/plugins-build/uberjar project.xml plugin.jelly
Log:
Fix badly declared velocity taglib
Revision Changes Path
1.16 +0 -3 maven/src/plugins-build/uberjar/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/uberjar/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 25 Jul 2003 06:35:27 -0000 1.15
+++ project.xml 29 Jul 2003 02:02:08 -0000 1.16
@@ -74,9 +74,6 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
<version>20030303.205659</version>
- <properties>
- <classloader>root.maven</classloader>
- </properties>
</dependency>
<dependency>
<id>classworlds</id>
1.8 +1 -1 maven/src/plugins-build/uberjar/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/uberjar/plugin.jelly,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- plugin.jelly 4 Jul 2003 06:22:49 -0000 1.7
+++ plugin.jelly 29 Jul 2003 02:02:08 -0000 1.8
@@ -2,7 +2,7 @@
<project
xmlns:j="jelly:core"
- xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
+ xmlns:velocity="jelly:velocity"
xmlns:artifact="artifact">
<!--==================================================================-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]