No longer including JMF or Savant in the JWS or self-contained JARs.

This commit is contained in:
dchandler 2002-11-18 17:16:34 +00:00
parent 718e2f1283
commit 0e70c7fb97

View file

@ -1206,14 +1206,13 @@ public class ThdlVersion {
]]></echo> ]]></echo>
</target> </target>
<!-- DLC TODO: jardiffs for the JWS stuff. -->
<target name="copy-SQD-jars" <target name="copy-SQD-jars"
description="Unpacks the JARs/WARs/ZIP files that Savant and QuillDriver use to the chosen bin/ directory"> description="Unpacks the JARs/WARs/ZIP files that Savant and QuillDriver use to the chosen bin/ directory">
<unjar src="${ext}/jdom.jar" dest="${unjardest}"/> <unjar src="${ext}/jdom.jar" dest="${unjardest}"/>
<unjar src="${ext}/xml-apis.jar" dest="${unjardest}"/> <unjar src="${ext}/xml-apis.jar" dest="${unjardest}"/>
<unjar src="${ext}/xalan.jar" dest="${unjardest}"/> <unjar src="${ext}/xalan.jar" dest="${unjardest}"/> <!-- DLC FIXME: this isn't needed for Savant. -->
<unjar src="${ext}/xercesImpl.jar" dest="${unjardest}"/> <unjar src="${ext}/xercesImpl.jar" dest="${unjardest}"/>
<unjar src="${ext}/jmf.jar" dest="${unjardest}"/>
<unzip src="${ext}/drop-ins/QTJava.zip" dest="${unjardest}"/>
<!-- One or more of the above may have a META-INF directory. We don't <!-- One or more of the above may have a META-INF directory. We don't
want theirs to overwrite our own, so we delete it. --> want theirs to overwrite our own, so we delete it. -->
<delete dir="${unjardest}/META-INF"/> <delete dir="${unjardest}/META-INF"/>