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.13  +19 -2     jboss/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
  retrieving revision 1.1.2.12
  retrieving revision 1.1.2.13
  diff -u -r1.1.2.12 -r1.1.2.13
  --- build.xml 2001/07/31 06:44:55     1.1.2.12
  +++ build.xml 2001/07/31 07:07:57     1.1.2.13
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.2.12 2001/07/31 06:44:55 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.2.13 2001/07/31 07:07:57 user57 Exp $ -->
   
   <project default="main">
   
  @@ -613,7 +613,7 @@
       </copy>
       <!-- since copy does not preserve permissions, do this here (again) -->
       <chmod perm="+x">
  -      <fileset dir="${build.bin}">
  +      <fileset dir="${release.bin}">
            <include name="**/*.sh"/>
         </fileset>
       </chmod>
  @@ -715,6 +715,23 @@
         </fileset>
         <fileset dir="${hsql.hsql.lib}">
           <include name="hsql.jar"/>
  +      </fileset>
  +
  +      <!-- HACK -->
  +      <fileset dir="${jboss.management.lib}">
  +        <include name="jboss-management.jar"/>
  +      </fileset>
  +    </copy>
  +
  +    <copy todir="${release.client}" filtering="no">
  +      <fileset dir="${sun.jndi.lib}">
  +        <include name="jndi.jar"/>
  +      </fileset>
  +      <fileset dir="${apache.log4j.lib}">
  +        <include name="log4j.jar"/>
  +      </fileset>
  +      <fileset dir="${oswego.concurrent.lib}">
  +        <include name="concurrent.jar"/>
         </fileset>
       </copy>
     </target>
  
  
  

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

Reply via email to