No longer including JMF or Savant in the JWS or self-contained JARs.
This commit is contained in:
parent
718e2f1283
commit
0e70c7fb97
1 changed files with 2 additions and 3 deletions
|
@ -1206,14 +1206,13 @@ public class ThdlVersion {
|
|||
]]></echo>
|
||||
</target>
|
||||
|
||||
<!-- DLC TODO: jardiffs for the JWS stuff. -->
|
||||
<target name="copy-SQD-jars"
|
||||
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}/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}/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
|
||||
want theirs to overwrite our own, so we delete it. -->
|
||||
<delete dir="${unjardest}/META-INF"/>
|
||||
|
|
Loading…
Reference in a new issue