User: user57
Date: 02/02/16 20:10:37
Modified: . build.xml
Log:
o extend from NestedException for better stack trace handling
Revision Changes Path
1.64 +2 -2 jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/build.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- build.xml 16 Feb 2002 10:37:15 -0000 1.63
+++ build.xml 17 Feb 2002 04:10:36 -0000 1.64
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.63 2002/02/16 10:37:15 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.64 2002/02/17 04:10:36 user57 Exp $ -->
<project default="main" name="JBoss/Server">
@@ -494,7 +494,6 @@
<include name="org/jboss/system/MBeanClassLoader*.class"/>
<include name="org/jboss/system/ServiceLibraries*.class"/>
<include name="org/jboss/system/Server*.class"/>
- <include name="org/jboss/deployment/DeploymentException.class"/>
</fileset>
<fileset dir="${build.resources}">
<include name="org/jboss/version.properties"/>
@@ -523,6 +522,7 @@
<include name="org/jboss/deployment/SARDeployer*.class"/>
<include name="org/jboss/deployment/DeploymentInfo.class"/>
<include name="org/jboss/deployment/DeployerMBean*.class"/>
+ <include name="org/jboss/deployment/DeploymentException.class"/>
</fileset>
</jar>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development