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

  Modified:    jetty    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.43      +8 -0      contrib/jetty/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- build.xml 23 Feb 2002 00:00:44 -0000      1.42
  +++ build.xml 24 Feb 2002 10:24:30 -0000      1.43
  @@ -170,6 +170,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>
  +
       <!-- Server -->
       <property name="jboss.server.root" value="${project.root}/server/output"/>
       <property name="jboss.server.lib" value="${jboss.server.root}/lib"/>
  @@ -192,6 +199,7 @@
       <path id="dependentmodule.classpath">
         <path refid="jboss.j2ee.classpath"/>
         <path refid="jboss.common.classpath"/>
  +      <path refid="jboss.system.classpath"/>
         <path refid="jboss.server.classpath"/>
         <path refid="jboss.cluster.classpath"/>
       </path>
  
  
  

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

Reply via email to