User: neales
Date: 02/03/07 09:03:52
Modified: jboss build.xml
Log:
o Replace org.jboss.proxy.compiler with a BCEL implementation
o Add a test for this.
Revision Changes Path
1.100 +8 -1 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- build.xml 5 Mar 2002 03:16:04 -0000 1.99
+++ build.xml 7 Mar 2002 17:03:52 -0000 1.100
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.99 2002/03/05 03:16:04 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.100 2002/03/07 17:03:52 neales Exp $ -->
<project default="main" name="JBoss/Build">
@@ -109,6 +109,10 @@
<property name="apache.log4j.root" value="${project.thirdparty}/apache/log4j"/>
<property name="apache.log4j.lib" value="${apache.log4j.root}/lib"/>
+ <!-- BCEL -->
+ <property name="apache.bcel.root" value="${project.thirdparty}/apache/bcel"/>
+ <property name="apache.bcel.lib" value="${apache.bcel.root}/lib"/>
+
<!-- EDU.oswego.cs.dl.util.concurrent -->
<property name="oswego.concurrent.root"
value="${project.thirdparty}/oswego/concurrent"/>
<property name="oswego.concurrent.lib" value="${oswego.concurrent.root}/lib"/>
@@ -614,6 +618,9 @@
</fileset>
<fileset dir="${gnu.regexp.lib}">
<include name="*.jar"/>
+ </fileset>
+ <fileset dir="${apache.bcel.lib}">
+ <include name="bcel.jar"/>
</fileset>
<fileset dir="${sun.jsr77.lib}">
<include name="jsr77.jar"/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development