neilg       2002/09/25 14:55:40

  Modified:    java     build.xml
  Log:
  fixing bug 7247
  
  Revision  Changes    Path
  1.100     +8 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- build.xml 25 Sep 2002 18:59:33 -0000      1.99
  +++ build.xml 25 Sep 2002 21:55:40 -0000      1.100
  @@ -203,7 +203,12 @@
              deprecation="${deprecation}"
              optimize="${optimize}"
              includeAntRuntime="false"
  -           includeJavaRuntime="true"/>
  +           includeJavaRuntime="false"
  +    />
  +    <!--
  +    bootclasspath="${build.src}"
  +    extdirs="${build.src}"
  +    -->
     </target>
   
     <!-- =================================================================== -->
  @@ -224,6 +229,7 @@
            basedir="${build.dest}"
            compress="true"
            includes="org/apache/**, META-INF/**
  +                    org/w3c/dom/html/HTMLDOMImplementation.class
                      org/w3c/dom/ls/**
                      org/w3c/dom/DOMError.class
                      org/w3c/dom/DOMErrorHandler.class
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to