User: user57  
  Date: 02/02/24 02:24:30

  Modified:    .        build.xml
  Log:
   o moved core system from server to system (includes
     all of org.jboss.system, some of org.jboss.deployment +
     Main, Shutdown & Version)
   o finished the integration of ServerLoader, Server and
     ServerConfig are now interfaces so had to update refering
     classes to use ServerConfigImplMBean
   o ServerLoader changes effectivly remove the need for lib/ + lib/ext
     seperation, updated build to use lib for lib/ext and updated
     config files
  
  Revision  Changes    Path
  1.24      +9 -1      jbossmq/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 17 Feb 2002 18:32:08 -0000      1.23
  +++ build.xml 24 Feb 2002 10:24:30 -0000      1.24
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.23 2002/02/17 18:32:08 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.24 2002/02/24 10:24:30 user57 Exp $ -->
   
   <project default="main" name="JBoss/Messaging">
   
  @@ -161,6 +161,13 @@
         <pathelement path="${jboss.common.lib}/jboss-common.jar"/>
       </path>
   
  +    <!-- System -->
  +    <property name="jboss.system.root" value="${project.root}/system/output"/>
  +    <property name="jboss.system.lib" value="${jboss.system.root}/lib"/>
  +    <path id="jboss.system.classpath">
  +      <pathelement path="${jboss.system.lib}/jboss-system.jar"/>
  +    </path>
  +
       <!-- Naming -->
       <property name="jboss.naming.root" value="${project.root}/naming/output"/>
       <property name="jboss.naming.lib" value="${jboss.naming.root}/lib"/>
  @@ -186,6 +193,7 @@
       <path id="dependentmodule.classpath">
         <path refid="jboss.j2ee.classpath"/>
         <path refid="jboss.common.classpath"/>
  +      <path refid="jboss.system.classpath"/>
         <path refid="jboss.naming.classpath"/>
         <path refid="jboss.server.classpath"/>
         <path refid="jboss.security.classpath"/>
  
  
  

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

Reply via email to