kaz         02/04/19 05:18:07

  Modified:    src/templates/build build-maven.xml
  Log:
  Fixed the name of the property to match the names in default.properties.
  
  Revision  Changes    Path
  1.33      +1 -1      jakarta-turbine-maven/src/templates/build/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build-maven.xml   19 Apr 2002 01:34:12 -0000      1.32
  +++ build-maven.xml   19 Apr 2002 12:18:07 -0000      1.33
  @@ -66,7 +66,7 @@
       
       <httpget
         projectDescriptor="project.xml"
  -      baseUrl="${maven.remote.repo}"
  +      baseUrl="${maven.repo.remote}"
         dest="${lib.repo}"
       />
     </target>    
  
  
  


Reply via email to