bloritsch 2003/06/17 10:15:12
Modified: framework maven.xml
Log:
Make this simpler to read!
Revision Changes Path
1.3 +1 -4 avalon/framework/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon/framework/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 10 Jun 2003 18:05:18 -0000 1.2
+++ maven.xml 17 Jun 2003 17:15:12 -0000 1.3
@@ -15,9 +15,7 @@
<!-- friendly error in case file is not available -->
<ant:available file="${avalon.buildsystem}/maven-common.xml"
property="buildsystem.available"/>
- <j:set var="avalon.buildsystem.available" value="${buildsystem.available}"/>
- <j:if test="${empty(avalon.buildsystem.available)}">
- <ant:fail>
+ <ant:fail unless="${buildsystem.available}">
===================================================================
BUILD SYSTEM FAILURE!
===================================================================
@@ -26,7 +24,6 @@
found. Try setting the avalon.buildsystem property in
project.properties to the correct location.
</ant:fail>
- </j:if>
</goal>
<!-- include the avalon-wide custom goal decorators from maven-common.xml -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]