User: user57  
  Date: 01/09/11 17:49:54

  Modified:    jboss    build.bat
  Log:
   o updating build scripts (from jboss-all/build)
  
  Revision  Changes    Path
  1.6       +15 -15    build/jboss/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.bat,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.bat 2001/09/11 22:56:30     1.5
  +++ build.bat 2001/09/12 00:49:54     1.6
  @@ -8,31 +8,31 @@
   REM
   REM  ======================================================================
   REM
  -REM $Id: build.bat,v 1.5 2001/09/11 22:56:30 pkendall Exp $
  +REM $Id: build.bat,v 1.6 2001/09/12 00:49:54 user57 Exp $
   REM
   REM Authors:
   REM     Jason Dillon <[EMAIL PROTECTED]>
  -REM     Sacha Labourey  <[EMAIL PROTECTED]>
  +REM     Sacha Labourey <[EMAIL PROTECTED]>
   REM
   
   REM ******************************************************
  -REM Ignore the ANT_HOME variable: we want to use *our*
  -REM ANT version and associated JARs.
  +REM Ignore the ANT_HOME variable: we want to use *our*
  +REM ANT version and associated JARs.
   REM ******************************************************
   REM Ignore the users classpath, cause it might mess
   REM things up
   REM ******************************************************
  -
  -SETLOCAL
   
  +SETLOCAL
  +
   set CLASSPATH=
   set ANT_HOME=
  -set JAXP_DOM_FACTORY=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
  -set JAXP_SAX_FACTORY=org.apache.crimson.jaxp.SAXParserFactoryImpl
  -REM set JAXP_DOM_FACTORY=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
  -REM set JAXP_SAX_FACTORY=org.apache.xerces.jaxp.SAXParserFactoryImpl
  -
  -set ANT_OPTS=-Djavax.xml.parsers.DocumentBuilderFactory=%JAXP_DOM_FACTORY% 
-Djavax.xml.parsers.SAXParserFactory=%JAXP_SAX_FACTORY%
  +set JAXP_DOM_FACTORY=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
  +set JAXP_SAX_FACTORY=org.apache.crimson.jaxp.SAXParserFactoryImpl
  +REM set JAXP_DOM_FACTORY=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
  +REM set JAXP_SAX_FACTORY=org.apache.xerces.jaxp.SAXParserFactoryImpl
  +
  +set ANT_OPTS=-Djavax.xml.parsers.DocumentBuilderFactory=%JAXP_DOM_FACTORY% 
-Djavax.xml.parsers.SAXParserFactory=%JAXP_SAX_FACTORY%
   
   REM ******************************************************
   REM - "for" loops have been unrolled for compatibility
  @@ -88,7 +88,7 @@
   :ExecuteBatch
   echo Calling %1 %2 %3 %4 %5 %6 %7 %8
   call %1 %2 %3 %4 %5 %6 %7 %8
  +
  +:end
   
  -:end
  -
  -pause
  \ No newline at end of file
  +pause
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to