User: jung    
  Date: 01/02/19 04:54:21

  Modified:    etc/makefiles zoap.xml
  Log:
  moved some unprocessed files immediately to dist. Goal is to
  put the dist *AS IS* online under jboss.org
  
  Revision  Changes    Path
  1.9       +2 -20     zoap/etc/makefiles/zoap.xml
  
  Index: zoap.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/makefiles/zoap.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- zoap.xml  2001/02/16 13:11:43     1.8
  +++ zoap.xml  2001/02/19 12:54:21     1.9
  @@ -22,6 +22,7 @@
   <project name="zoap" default="mainTest" basedir="../../">
   
     <target name="init">
  +
       <property name="name" value="zoap"/>
   
       <property name="version" value="0.8"/>
  @@ -155,7 +156,6 @@
        <mkdir dir="${dist.lib.dir}"/>
        <mkdir dir="${dist.deploy.dir}"/>
   
  -     
        <copy toDir="${dist.lib.dir}/ext">
        <fileset dir="${build.lib.ext.dir}">
                <include name="**/zoap.jar"/>
  @@ -196,26 +196,8 @@
        <fileset dir="${build.lib.ext.dir}"/>
        </copy>
   
  -
  -
  -     <copy toDir="${dist.conf.dir}">
  -     <fileset dir="${etc.conf.dir}"/>
  -     </copy>
  -
  -     <copy toDir="${dist.bin.dir}">
  -     <fileset dir="${etc.bat.dir}"/>
  -     </copy>
  -
  -     <copy toDir="${dist.lib.resources.dir}">
  -     <fileset dir="${lib.resources.dir}"/>
  -     </copy>
  -
        <copy toDir="${dist.docs.dir}">
        <fileset dir="${docs.dir}"/>
  -     </copy>
  -
  -     <copy toDir="${dist.dir}">
  -     <fileset dir="${etc.html.dir}"/>
        </copy>
     
     </target>
  
  
  

Reply via email to