User: user57  
  Date: 01/07/31 00:07:57

  Modified:    .        Tag: jboss_buildmagic build.xml
  Log:
   o almost have the structure down, the server almost starts up
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +7 -1      jbossmq/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/Attic/build.xml,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- build.xml 2001/07/31 06:44:55     1.1.2.5
  +++ build.xml 2001/07/31 07:07:57     1.1.2.6
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.2.5 2001/07/31 06:44:55 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.2.6 2001/07/31 07:07:57 user57 Exp $ -->
   
   <project default="main">
   
  @@ -424,6 +424,12 @@
       <mkdir dir="${release.lib.ext}"/>
   
       <copy todir="${release.lib.ext}" filtering="no">
  +      <fileset dir="${gnu.regexp.lib}">
  +        <include name="*.jar"/>
  +      </fileset>
  +    </copy>
  +
  +    <copy todir="${release.client}" filtering="no">
         <fileset dir="${gnu.regexp.lib}">
           <include name="*.jar"/>
         </fileset>
  
  
  

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

Reply via email to