Fix badly declared velocity taglib

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-29 02:03:08 +00:00
parent 70e168272d
commit 938d29da85
5 changed files with 3 additions and 9 deletions

View File

@ -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">
<!-- ===================================================================== -->

View File

@ -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>

View File

@ -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">
<!--==================================================================-->

View File

@ -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>

View File

@ -7,7 +7,7 @@
xmlns:pom="pom"
xmlns:util="jelly:util"
xmlns:x="jelly:xml"
xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
xmlns:velocity="jelly:velocity"
xmlns:doc="doc">
<j:new var="reports" className="java.util.ArrayList"/>