Crimson.jar does not contain SAX, DOM and JAXP APIs no more -- placed in xml-apis.jar now. QBE200205170100-BLD200205212200
authorlkramolis@netbeans.org
Mon, 13 May 2002 19:21:17 +0000
changeset 8290347f0ee193b
parent 828 34a798afd13e
child 830 cbd9c136f433
Crimson.jar does not contain SAX, DOM and JAXP APIs no more -- placed in xml-apis.jar now.
schema2beans/build.xml
     1.1 --- a/schema2beans/build.xml	Mon May 13 15:31:26 2002 +0000
     1.2 +++ b/schema2beans/build.xml	Mon May 13 19:21:17 2002 +0000
     1.3 @@ -81,7 +81,8 @@
     1.4    <target name="compile">
     1.5      <javac srcdir="src" destdir="src" deprecation="${build.compiler.deprecation}" debug="${build.compiler.debug}">
     1.6         <classpath>
     1.7 -	  <pathelement path="${binroot}/core/release/lib/ext/crimson.jar" />
     1.8 +<!--	  <pathelement path="${binroot}/core/release/lib/ext/crimson.jar" />-->
     1.9 +          <pathelement path="${binroot}/core/release/lib/ext/xml-apis.jar" />
    1.10         </classpath>      
    1.11         <patternset>
    1.12          <include name="org/netbeans/modules/schema2beans/"/>