User: starksm
Date: 01/12/07 20:40:46
Modified: . build.xml
Log:
Include org/jboss/system/BootstrapLogger.class in the jboss-boot.jar
Revision Changes Path
1.43 +2 -1 jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/build.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.xml 2001/12/06 02:16:10 1.42
+++ build.xml 2001/12/08 04:40:46 1.43
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.42 2001/12/06 02:16:10 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.43 2001/12/08 04:40:46 starksm Exp $ -->
<project default="main" name="JBoss/Server">
@@ -493,6 +493,7 @@
<!-- Build jboss-boot.jar -->
<jar jarfile="${build.lib}/jboss-boot.jar">
<fileset dir="${build.classes}">
+ <include name="org/jboss/system/BootstrapLogger.class"/>
<include name="org/jboss/system/URLClassLoader.class"/>
<include name="org/jboss/system/URLClassLoaderMBean.class"/>
<include name="org/jboss/system/MBeanClassLoader.class"/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development