User: schaefera Date: 01/12/05 16:31:22 Modified: . build.xml Log: Adjustments to the latest update of the JSR-77 spec. as well as the implementation of remote listeners. Revision Changes Path 1.41 +3 -1 jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jboss/build.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- build.xml 2001/12/03 04:44:19 1.40 +++ build.xml 2001/12/06 00:31:21 1.41 @@ -10,7 +10,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.40 2001/12/03 04:44:19 starksm Exp $ --> +<!-- $Id: build.xml,v 1.41 2001/12/06 00:31:21 schaefera Exp $ --> <project default="main" name="JBoss/Server"> @@ -689,9 +689,11 @@ </jar> <!-- Build ejb-management.jar --> + <unjar src="${sun.jsr77.lib}/jsr77.jar" dest="${build.classes}"/> <jar jarfile="${build.lib}/ejb-management.jar"> <fileset dir="${build.classes}"> <include name="org/jboss/management/mejb/**"/> + <include name="javax/management/j2ee/Management*.class"/> </fileset> <fileset dir="${build.mejb.metadata}"> <include name="META-INF/*.xml"/>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development