Remove usage of driver.jelly "maven" taglib.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-31 05:39:57 +00:00
parent 76d9094b54
commit c87f27a48d
8 changed files with 8 additions and 29 deletions

View File

@ -1,11 +1,2 @@
<project default="jar:jar"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:ant="jelly:ant"
xmlns:m="maven">
<project default="jar:jar">
</project>

View File

@ -7,8 +7,7 @@
xmlns:define="jelly:define"
xmlns:deploy="deploy"
xmlns:util="jelly:util"
xmlns:log="jelly:log"
xmlns:m="maven">
xmlns:log="jelly:log">
<!--
|

3
dist/plugin.jelly vendored
View File

@ -4,8 +4,7 @@
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven"
xmlns:deploy="deploy"
xmlns:m="maven">
xmlns:deploy="deploy">
<!-- ================================================================== -->
<!-- D I S T R I B U T I O N S -->

View File

@ -8,8 +8,7 @@
xmlns:deploy="deploy"
xmlns:resources="resources"
xmlns:util="jelly:util"
xmlns:doc="doc"
xmlns:m="maven">
xmlns:doc="doc">
<!-- ================================================================== -->
<!-- J A R -->

View File

@ -1,8 +1,4 @@
<project default="jar:jar"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:ant="jelly:ant"
xmlns:m="maven">
<project default="jar:jar">
<postGoal name="java:compile">

View File

@ -1,9 +1,6 @@
<project default="jar:jar"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven"
xmlns:m="maven">
xmlns:ant="jelly:ant">
<goal name="runsample" description="run sample" prereqs="native:compile">
<mkdir dir="${maven.build.dir}/samples"/>

View File

@ -2,8 +2,7 @@
<project
xmlns:j="jelly:core"
xmlns:maven="jelly:maven"
xmlns:m="maven">
xmlns:maven="jelly:maven">
<!-- ================================================================== -->
<!-- S I T E G E N E R A T I O N -->

View File

@ -4,8 +4,7 @@
xmlns:j="jelly:core"
xmlns:maven="jelly:maven"
xmlns:ant="jelly:ant"
xmlns:doc="doc"
xmlns:m="maven">
xmlns:doc="doc">
<!-- ==================================================================
Generate CVS statistics on the current CVS project