vmassol     02/05/27 00:55:43

  Modified:    .        build-bootstrap.xml
  Log:
  allow override of properties (for example maven.home and lib.repo)
  
  Revision  Changes    Path
  1.89      +4 -3      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- build-bootstrap.xml       27 May 2002 05:30:35 -0000      1.88
  +++ build-bootstrap.xml       27 May 2002 07:55:43 -0000      1.89
  @@ -4,8 +4,10 @@
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  -
  -  <property file="project.properties"/>
  +  <!-- Allow user defaults for this project -->
  +  <property file="build.properties" />
  +  <!-- Set default values for the build -->
  +  <property file="project.properties" />
     
     <property name="maven.get.jars.baseUrl" 
               value="http://jakarta.apache.org/turbine/jars"; />
  @@ -182,7 +184,6 @@
           <path location="src/java"/>
         </src>
         <include name="org/apache/maven/ant/*"/>
  -      <exclude name="org/apache/maven/ant/FileSetFromPath.java"/>
       </javac>
   
     </target>
  
  
  

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

Reply via email to