User: user57
Date: 01/08/27 21:49:10
Modified: src/bin run.sh
Log:
o added support to use xerces with JAXP=xerces (users still need to add
classes to $JBOSS_CLASSPATH
Revision Changes Path
1.26 +6 -1 jboss/src/bin/run.sh
Index: run.sh
===================================================================
RCS file: /cvsroot/jboss/jboss/src/bin/run.sh,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- run.sh 2001/08/14 02:29:24 1.25
+++ run.sh 2001/08/28 04:49:10 1.26
@@ -5,7 +5,7 @@
## ##
### ====================================================================== ###
-### $Id: run.sh,v 1.25 2001/08/14 02:29:24 user57 Exp $ ###
+### $Id: run.sh,v 1.26 2001/08/28 04:49:10 user57 Exp $ ###
DIRNAME=`dirname $0`
PROGNAME=`basename $0`
@@ -58,6 +58,11 @@
crimson)
JAXP_DOM_FACTORY="org.apache.crimson.jaxp.DocumentBuilderFactoryImpl"
JAXP_SAX_FACTORY="org.apache.crimson.jaxp.SAXParserFactoryImpl"
+ ;;
+
+ xerces)
+ JAXP_DOM_FACTORY="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"
+ JAXP_SAX_FACTORY="org.apache.xerces.jaxp.SAXParserFactoryImpl"
;;
*)
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development