Remove resources namespace usage

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-31 06:50:27 +00:00
parent 77125ff59f
commit d659685713
3 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,6 @@
xmlns:license="license"
xmlns:maven="jelly:maven"
xmlns:deploy="deploy"
xmlns:resources="resources"
xmlns:util="jelly:util"
xmlns:doc="doc">

View File

@ -4,7 +4,6 @@
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
xmlns:define="jelly:define"
xmlns:resources="resources"
xmlns:maven="jelly:maven">
<!-- ================================================================== -->

View File

@ -305,8 +305,7 @@
<goal name="test:test-resources"
description="Copy any resources that must be present for run tests"
prereqs="test:prepare-filesystem"
xmlns:resources="resources">
prereqs="test:prepare-filesystem">
<j:if test="${unitTestSourcesPresent}">
<j:if test="${!pom.build.unitTest.resources.isEmpty()}">