User: d_jencks
  Date: 01/11/22 10:06:46

  Modified:    jboss    build.xml
  Log:
  Cleaned up jbosscx packaging a little. Put jbosspool.jar in jbosscx.sar
  
  Revision  Changes    Path
  1.50      +3 -10     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.xml 2001/11/19 15:34:04     1.49
  +++ build.xml 2001/11/22 18:06:45     1.50
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.49 2001/11/19 15:34:04 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.50 2001/11/22 18:06:45 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -1000,20 +1000,13 @@
              value="${project.root}/${_module.name}/output"/>
   
       <!-- Copy the generated libraries (lib/ext) -->
  -    <mkdir dir="${install.lib.ext}"/>
  +    <!--mkdir dir="${install.lib.ext}"/>
       <copy todir="${install.lib.ext}" filtering="no">
         <fileset dir="${_module.output}/lib">
            <include name="jbosspool.jar"/>
         </fileset>
  -    </copy>
  -
  -    <!-- Copy the generated deployment libraries (deploy/lib) - ->
  -    <mkdir dir="${install.deploy.lib}"/>
  -    <copy todir="${install.deploy.lib}" filtering="no">
  -      <fileset dir="${_module.output}/lib">
  -         <include name="*.rar"/>
  -      </fileset>
       </copy-->
  +
     </target>
   
     <target name="_module-pool-all" depends="_module-pool-most">
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to