jruaux      2003/01/30 05:52:48

  Modified:    Eclipse-Plugin build.xml
  Log:
  Added Eclipse-plugin specific Ant script in the build
  
  Revision  Changes    Path
  1.11      +5 -1      jakarta-cactus/Eclipse-Plugin/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 30 Jan 2003 10:58:22 -0000      1.10
  +++ build.xml 30 Jan 2003 13:52:48 -0000      1.11
  @@ -60,7 +60,8 @@
       -->
        <property name="src.dir" value="${base.dir}/src"/>
        <property name="src.java.dir" value="${src.dir}/java"/>
  -
  +     <property name="src.scripts.dir" value="${src.dir}/scripts"/>
  +     
       <!--
          ========================================================================
            Set the properties related to the target area
  @@ -242,6 +243,9 @@
                </copy>
           <copy todir="${dist.dir}/ant">
               <fileset dir="${petals.ant.dir}/dist-${j2ee.api}/"/>
  +        </copy>
  +        <copy todir="${dist.dir}/ant">
  +            <fileset dir="${src.scripts.dir}"/>
           </copy>
           <copy todir="${dist.dir}/web">
               <fileset dir="${framework.dir}/dist-${j2ee.api}/web"/>
  
  
  

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

Reply via email to