User: user57
Date: 01/07/31 14:43:50
Modified: . Tag: jboss_buildmagic build.xml config.xml
Log:
o using jars from admin/lib for jpl-util, they are newer and required to
build the admin module. To keep things simple, the jpl-patthen.jar has
been added to the jpl-util/lib directory
Revision Changes Path
No revision
No revision
1.1.2.15 +2 -2 jboss/Attic/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/Attic/build.xml,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -r1.1.2.14 -r1.1.2.15
--- build.xml 2001/07/31 21:36:44 1.1.2.14
+++ build.xml 2001/07/31 21:43:50 1.1.2.15
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.1.2.14 2001/07/31 21:36:44 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.1.2.15 2001/07/31 21:43:50 user57 Exp $ -->
<project default="main">
@@ -711,7 +711,7 @@
<include name="concurrent.jar"/>
</fileset>
<fileset dir="${gjt.jpl-util.lib}">
- <include name="jpl-util.jar"/>
+ <include name="*.jar"/>
</fileset>
<fileset dir="${hsql.hsql.lib}">
<include name="hsql.jar"/>
1.1.2.10 +5 -3 jboss/Attic/config.xml
Index: config.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/Attic/config.xml,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -r1.1.2.9 -r1.1.2.10
--- config.xml 2001/07/31 05:06:00 1.1.2.9
+++ config.xml 2001/07/31 21:43:50 1.1.2.10
@@ -7,7 +7,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: config.xml,v 1.1.2.9 2001/07/31 05:06:00 user57 Exp $ -->
+<!-- $Id: config.xml,v 1.1.2.10 2001/07/31 21:43:50 user57 Exp $ -->
<!-- ================================================================== -->
<!-- Module Setup -->
@@ -49,7 +49,7 @@
<property name="sun.jaxp.lib" value="${sun.jaxp.root}/lib"/>
<path id="sun.jaxp.classpath">
<fileset dir="${sun.jaxp.lib}">
- <include name="**/*.jar"/>
+ <include name="*.jar"/>
</fileset>
</path>
@@ -99,7 +99,9 @@
<property name="gjt.jpl-util.root" value="${thirdparty.root}/gjt/jpl-util"/>
<property name="gjt.jpl-util.lib" value="${gjt.jpl-util.root}/lib"/>
<path id="gjt.jpl-util.classpath">
- <pathelement path="${gjt.jpl-util.lib}/jpl-util.jar"/>
+ <fileset dir="${gjt.jpl-util.lib}">
+ <include name="*.jar"/>
+ </fileset>
</path>
<!-- JUnit -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development