bloritsch 2003/08/11 11:02:08
Modified: configuration maven.xml
Log:
update maven.xml
Revision Changes Path
1.4 +3 -1 avalon-excalibur/configuration/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/configuration/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 11 Aug 2003 17:39:38 -0000 1.3
+++ maven.xml 11 Aug 2003 18:02:08 -0000 1.4
@@ -8,7 +8,9 @@
<!-- include the excalibur-wide custom project properties -->
<property file="${basedir}/project.properties"/>
<property file="${basedir}/../project.properties"/>
-
+ <property file="${basedir}/../../project.properties"/>
+ <property file="${basedir}/../../../project.properties"/>
+
<goal name="check">
<!-- friendly error in case file is not available -->
<ant:available file="${avalon.buildsystem}/maven-common.xml"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]