nbubna      2003/06/27 17:38:03

  Modified:    .        build.xml
  Log:
  pare example libraries down to what they actually use
  
  Revision  Changes    Path
  1.19      +1 -7      jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 27 Jun 2003 23:57:37 -0000      1.18
  +++ build.xml 28 Jun 2003 00:38:03 -0000      1.19
  @@ -249,9 +249,6 @@
   
       <!-- Assemble and build the simple example -->
       <copy todir="${simple.lib}" file="${dist.dir}/${view.name}.jar"/>
  -    <copy todir="${simple.lib}" file="${commons-beanutils.jar}"/>
  -    <copy todir="${simple.lib}" file="${commons-collections.jar}"/>
  -    <copy todir="${simple.lib}" file="${commons-digester.jar}"/>
       <copy todir="${simple.lib}" file="${dom4j.jar}"/>
       <copy todir="${simple.lib}" file="${velocity.jar}"/>
   
  @@ -304,9 +301,6 @@
   
       <!-- Assemble and build the layout example -->
       <copy todir="${layout.lib}" file="${dist.dir}/${view.name}.jar"/>
  -    <copy todir="${layout.lib}" file="${commons-beanutils.jar}"/>
  -    <copy todir="${layout.lib}" file="${commons-collections.jar}"/>
  -    <copy todir="${layout.lib}" file="${commons-digester.jar}"/>
       <copy todir="${layout.lib}" file="${dom4j.jar}"/>
       <copy todir="${layout.lib}" file="${velocity.jar}"/>
   
  
  
  

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

Reply via email to