geirm       01/01/09 11:03:34

  Modified:    build    build-velocity.xml
  Log:
  Another small fix to keep things neat and clean.  Removed the 
default.test.properties property as it's no longer used in the test system.
  
  Revision  Changes    Path
  1.26      +1 -10     jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build-velocity.xml        2001/01/06 20:57:34     1.25
  +++ build-velocity.xml        2001/01/09 19:03:33     1.26
  @@ -71,11 +71,6 @@
     />
   
     <property 
  -    name="default.test.properties"
  -    value="org/apache/velocity/test/defaults/velocity.properties"
  -  />
  -
  -  <property 
       name="default.texen.properties"
       value="org/apache/velocity/texen/defaults/texen.properties"
     />
  @@ -153,11 +148,7 @@
         </fileset>
       </copy>
               
  -    <copy 
  -      file="${src.java.dir}/${default.test.properties}"
  -      tofile="${build.dest}/${default.test.properties}"
  -    />
  -
  + 
       <copy 
         file="${src.java.dir}/${default.texen.properties}"
         tofile="${build.dest}/${default.texen.properties}"
  
  
  

Reply via email to