mrglavas 2005/04/04 14:45:03 Modified: java/tools/src XJavac.java Log: Allow Xerces to be built with HP JDKs. Revision Changes Path 1.8 +4 -3 xml-xerces/java/tools/src/XJavac.java Index: XJavac.java =================================================================== RCS file: /home/cvs/xml-xerces/java/tools/src/XJavac.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- XJavac.java 24 Aug 2004 03:40:14 -0000 1.7 +++ XJavac.java 4 Apr 2005 21:45:03 -0000 1.8 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -93,10 +93,11 @@ setBootclasspath(bcp); } // need to do special things for Sun too and also - // for Apple and Blackdown: a Linux port of Sun Java + // for Apple, HP and Blackdown: a Linux port of Sun Java else if( (vendor.indexOf("SUN") >= 0) || (vendor.indexOf("BLACKDOWN") >= 0) || - (vendor.indexOf("APPLE") >= 0) ) { + (vendor.indexOf("APPLE") >= 0) || + (vendor.indexOf("HEWLETT-PACKARD") >= 0)) { // we're on an SUN 1.4; fiddle with the bootclasspath. // since we can't eviscerate XML-related info here, // we must use the classpath
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]