User: user57  
  Date: 02/02/15 22:36:49

  Modified:    jboss    build.xml
  Log:
   o building jboss-common-client.jar, cause clients won't care about alot
     of what is in here (and should not have to care)
  
  Revision  Changes    Path
  1.80      +2 -2      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- build.xml 16 Feb 2002 04:16:31 -0000      1.79
  +++ build.xml 16 Feb 2002 06:36:49 -0000      1.80
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.79 2002/02/16 04:16:31 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.80 2002/02/16 06:36:49 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -383,7 +383,7 @@
       <mkdir dir="${install.client}"/>
       <copy todir="${install.client}" filtering="no">
         <fileset dir="${_module.output}/lib">
  -         <include name="jboss-common.jar"/>
  +         <include name="jboss-common-client.jar"/>
         </fileset>
       </copy>
   
  
  
  

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

Reply via email to