brekke 02/03/14 20:00:38
Modified: . build-bootstrap.xml
Log:
Good catch from Daniel Rall:
Is $project an Ant property? If so, doesn't it need enclosing curly
braces?
- Dan
Revision Changes Path
1.35 +1 -1 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build-bootstrap.xml 15 Mar 2002 02:00:24 -0000 1.34
+++ build-bootstrap.xml 15 Mar 2002 04:00:38 -0000 1.35
@@ -11,7 +11,7 @@
<!-- Allow any user specific values to override the defaults -->
<property file="${user.home}/build.properties" />
- <property file="$project.properties" />
+ <property file="project.properties"/>
<property name="get.jars.baseUrl" value="http://jakarta.apache.org/turbine/jars"
/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>