User: user57  
  Date: 01/07/27 18:10:21

  Modified:    .        Tag: jboss_buildmagic config.xml
  Log:
   o dropped <require> tasks in init-hook for the moment.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -8      jboss/Attic/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- config.xml        2001/07/28 00:48:01     1.1.2.1
  +++ config.xml        2001/07/28 01:10:21     1.1.2.2
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: config.xml,v 1.1.2.1 2001/07/28 00:48:01 user57 Exp $ -->
  +<!-- $Id: config.xml,v 1.1.2.2 2001/07/28 01:10:21 user57 Exp $ -->
   
     <!-- ================================================================== -->
     <!-- Module Setup                                                       -->
  @@ -181,7 +181,6 @@
     <property name="j2ee.root" value="${project.root}/j2ee/output"/>
     <property name="j2ee.lib" value="${j2ee.root}/lib"/>
     <path id="j2ee.classpath">
  -    <!-- Do not use fileset, because directory might not exist -->
       <pathelement path="${j2ee.lib}/jboss-j2ee.jar"/>
       <pathelement path="${j2ee.lib}/jboss-jdbc_ext.jar"/>
     </path>
  @@ -190,7 +189,6 @@
     <property name="naming.root" value="${project.root}/naming/output"/>
     <property name="naming.lib" value="${naming.root}/lib"/>
     <path id="naming.classpath">
  -    <!-- Do not use fileset, because directory might not exist -->
       <pathelement path="${naming.lib}/jboss-naming.jar"/>
     </path>
   
  @@ -269,9 +267,4 @@
     <!-- Executed at the end of the 'init' target -->
     <target name="init-hook">
       <!-- Execute custom initialization tasks here. -->
  -
  -    <!-- Require dependent module output libraries. -->
  -    <require file="${j2ee.lib}/jboss-j2ee.jar"/>
  -    <require file="${j2ee.lib}/jboss-jdbc_ext.jar"/>
  -    <require file="${naming.lib}/jboss-naming.jar"/>
     </target>
  
  
  

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

Reply via email to