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.18 +9 -10 jbosspool/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosspool/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 17 Feb 2002 18:32:08 -0000 1.17
+++ build.xml 24 Feb 2002 10:24:30 -0000 1.18
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.17 2002/02/17 18:32:08 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.18 2002/02/24 10:24:30 user57 Exp $ -->
<project default="main" name="JBoss/Pool">
@@ -126,6 +126,13 @@
<pathelement path="${jboss.j2ee.lib}/jboss-j2ee.jar"/>
</path>
+ <!-- Common -->
+ <property name="jboss.common.root" value="${project.root}/common/output"/>
+ <property name="jboss.common.lib" value="${jboss.common.root}/lib"/>
+ <path id="jboss.common.classpath">
+ <pathelement path="${jboss.common.lib}/jboss-common.jar"/>
+ </path>
+
<!-- Server -->
<property name="jboss.server.root" value="${project.root}/server/output"/>
<property name="jboss.server.lib" value="${jboss.server.root}/lib"/>
@@ -133,19 +140,11 @@
<pathelement path="${jboss.server.lib}/jboss.jar"/>
</path>
- <!-- Connector - ->
- <property name="jboss.connector.root" value="${project.root}/connector/output"/>
- <property name="jboss.connector.lib" value="${jboss.connector.root}/lib"/>
- <path id="jboss.connector.classpath">
- <pathelement path="${jboss.connector.lib}/jbosscx.jar"/>
- </path>
- -->
-
<!-- The combined depedant module classpath -->
<path id="dependentmodule.classpath">
<path refid="jboss.j2ee.classpath"/>
+ <path refid="jboss.common.classpath"/>
<path refid="jboss.server.classpath"/>
- <!-- <path refid="jboss.connector.classpath"/> -->
</path>
<!-- ===== -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development