[EMAIL PROTECTED] writes:

> kaz         02/03/14 18:00:24
>
>   Modified:    .        build-bootstrap.xml
>   Log:
>   Since the default for ${maven.home} is specified in the
>   project.properties file, we might as well use that instead of redefining
>   the default.
>   
>   Revision  Changes    Path
>   1.34      +1 -2      jakarta-turbine-maven/build-bootstrap.xml
>   
>   Index: build-bootstrap.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
>   retrieving revision 1.33
>   retrieving revision 1.34
>   diff -u -r1.33 -r1.34
>   --- build-bootstrap.xml     15 Mar 2002 00:59:56 -0000      1.33
>   +++ build-bootstrap.xml     15 Mar 2002 02:00:24 -0000      1.34
>   @@ -11,8 +11,7 @@
>      <!-- Allow any user specific values to override the defaults -->
>      <property file="${user.home}/build.properties" />
>    
>   -  <!-- Set a default in case the user doesn't specify -->
>   -  <property name="maven.home" value="${user.home}/maven"/>
>   +  <property file="$project.properties" />

Is $project an Ant property?  If so, doesn't it need enclosing curly
braces?

- Dan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to