From 938d29da85ce60fa141b4feadee0e7180b6d4cf2 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 29 Jul 2003 02:03:08 +0000 Subject: [PATCH] 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 --- runner/plugin.jelly | 2 +- runner/project.xml | 3 --- uberjar/plugin.jelly | 2 +- uberjar/project.xml | 3 --- xdoc/plugin.jelly | 2 +- 5 files changed, 3 insertions(+), 9 deletions(-) diff --git a/runner/plugin.jelly b/runner/plugin.jelly index 1cacd99c..5f3edb4e 100644 --- a/runner/plugin.jelly +++ b/runner/plugin.jelly @@ -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"> diff --git a/runner/project.xml b/runner/project.xml index 121845db..943f83e7 100644 --- a/runner/project.xml +++ b/runner/project.xml @@ -20,9 +20,6 @@ commons-jelly commons-jelly-tags-velocity 20030303.205659 - - root.maven - velocity diff --git a/uberjar/plugin.jelly b/uberjar/plugin.jelly index a66adf1b..ee6fef5e 100644 --- a/uberjar/plugin.jelly +++ b/uberjar/plugin.jelly @@ -2,7 +2,7 @@ diff --git a/uberjar/project.xml b/uberjar/project.xml index 1522bbe3..3482af9c 100644 --- a/uberjar/project.xml +++ b/uberjar/project.xml @@ -74,9 +74,6 @@ commons-jelly commons-jelly-tags-velocity 20030303.205659 - - root.maven - classworlds diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index 527cb72c..b8048d4c 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -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">