Author: brett
Date: Thu Jun 2 23:47:40 2005
New Revision: 179735
URL: http://svn.apache.org/viewcvs?rev=179735&view=rev
Log:
entity not supported by default due to bug in JDK 1.4 parser
Removed:
maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entity-test/
Modified:
maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml
Modified: maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml?rev=179735&r1=179734&r2=179735&view=diff
==============================================================================
--- maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml (original)
+++ maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml Thu Jun 2
23:47:40 2005
@@ -219,7 +219,6 @@
<attainGoal name="test-defaults" />
<attainGoal name="test-inheritance" />
<attainGoal name="test-non-jar-dependency-path" />
- <attainGoal name="test-entity-goal" />
<attainGoal name="test-plugin-getset" />
<attainGoal name="test-dot-property" />
@@ -828,19 +827,6 @@
<j:if test="${warPath != warRepoPath}">
<ant:fail>path = ${warPath}, expected ${warRepoPath}</ant:fail>
</j:if>
- </goal>
-
- <goal name="test-entity-goal">
- <maven:maven
- descriptor="${basedir}/src/reactor-build/entity-test/project.xml"
- goals=""
- ignoreFailures="false"
- />
- <maven:maven
-
descriptor="${basedir}/src/reactor-build/entity-test/subproject/project.xml"
- goals=""
- ignoreFailures="false"
- />
</goal>
<goal name="test-plugin-getset">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]