nbubna      2003/07/22 11:36:11

  Modified:    .        build.xml
  Log:
  update to add commons-logging and use digester instead of dom4j
  
  Revision  Changes    Path
  1.28      +12 -6     jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 17 Jul 2003 05:36:12 -0000      1.27
  +++ build.xml 22 Jul 2003 18:36:11 -0000      1.28
  @@ -49,7 +49,8 @@
     <!-- Construct explicit classpath of libs needed to compile this project -->
     <path id="compile.classpath">
       <pathelement location="${commons-collections.jar}"/>
  -    <pathelement location="${dom4j.jar}"/>
  +    <pathelement location="${commons-digester.jar}"/>
  +    <pathelement location="${commons-logging.jar}"/>
       <pathelement location="${struts.jar}"/>
       <pathelement location="${servlet.jar}"/>
       <pathelement location="${velocity.jar}"/>
  @@ -281,8 +282,12 @@
   
       <!-- Assemble and build the simple example -->
       <copy todir="${simple.lib}" file="${dist.dir}/${view.name}.jar"/>
  -    <copy todir="${simple.lib}" file="${dom4j.jar}"/>
  +    <copy todir="${simple.lib}" file="${commons-collections.jar}"/>
  +    <copy todir="${simple.lib}" file="${commons-digester.jar}"/>
  +    <copy todir="${simple.lib}" file="${commons-beanutils.jar}"/>
  +    <copy todir="${simple.lib}" file="${commons-logging.jar}"/>
       <copy todir="${simple.lib}" file="${velocity.jar}"/>
  +    <copy todir="${simple.lib}" file="${log4j.jar}"/>
   
       <ant dir="${examples.home}/simple" target="war" inheritAll="false"/>
     </target>
  @@ -308,7 +313,6 @@
       <copy todir="${velstruts.lib}" file="${commons-beanutils.jar}"/>
       <copy todir="${velstruts.lib}" file="${commons-collections.jar}"/>
       <copy todir="${velstruts.lib}" file="${commons-digester.jar}"/>
  -    <copy todir="${velstruts.lib}" file="${dom4j.jar}"/>
       <copy todir="${velstruts.lib}" file="${servlet.jar}"/>
       <copy todir="${velstruts.lib}" file="${struts.jar}"/>
       <copy todir="${velstruts.lib}" file="${velocity.jar}"/>
  @@ -333,7 +337,9 @@
   
       <!-- Assemble and build the layout example -->
       <copy todir="${layout.lib}" file="${dist.dir}/${view.name}.jar"/>
  -    <copy todir="${layout.lib}" file="${dom4j.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="${velocity.jar}"/>
   
       <ant dir="${examples.home}/layout" target="war" inheritAll="false"/>
  @@ -388,7 +394,7 @@
       <copy todir="${release.dir}/lib" file="${commons-beanutils.jar}"/>
       <copy todir="${release.dir}/lib" file="${commons-collections.jar}"/>
       <copy todir="${release.dir}/lib" file="${commons-digester.jar}"/>
  -    <copy todir="${release.dir}/lib" file="${dom4j.jar}"/>
  +    <copy todir="${release.dir}/lib" file="${commons-logging.jar}"/>
       <copy todir="${release.dir}/lib" file="${servlet.jar}"/>
       <copy todir="${release.dir}/lib" file="${struts.jar}"/>
       <copy todir="${release.dir}/lib" file="${velocity.jar}"/>
  
  
  

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

Reply via email to