You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/15 23:52:44 UTC

svn commit: r394374 - /maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/maven.xml

Author: aheritier
Date: Sat Apr 15 14:52:42 2006
New Revision: 394374

URL: http://svn.apache.org/viewcvs?rev=394374&view=rev
Log:
Remove unused taglib

Modified:
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/maven.xml

Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/maven.xml?rev=394374&r1=394373&r2=394374&view=diff
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/maven.xml (original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/overlappedCalls/maven.xml Sat Apr 15 14:52:42 2006
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
  -->
-<project xmlns:j="jelly:core" xmlns:util="jelly:util">
+<project xmlns:j="jelly:core">
   <goal name="testOverlappedCalls">
     <j:set var="goal" value="firstLevelGoal"/>
     <j:set var="maven.multiproject.includes" value="project*/project.xml"/>