revert r1716119, since it would delete the output of compile-ooxml-xsds and require the target to be rebuilt every time "ant compile" was run
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74f0442563
commit
f04e478926
@ -472,13 +472,14 @@ under the License.
|
|||||||
<include name="forbiddenapis-1.*.jar"/>
|
<include name="forbiddenapis-1.*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset dir="${ooxml.lib}">
|
<fileset dir="${ooxml.lib}">
|
||||||
|
<!-- remove jars from previous versions, but not the current version -->
|
||||||
<include name="ooxml-schemas-src-1.1.jar"/>
|
<include name="ooxml-schemas-src-1.1.jar"/>
|
||||||
<include name="ooxml-schemas-1.1-sources.jar"/>
|
<include name="ooxml-schemas-1.1-sources.jar"/>
|
||||||
<include name="ooxml-schemas-1.1.jar"/>
|
<include name="ooxml-schemas-1.1.jar"/>
|
||||||
<include name="ooxml-schemas-1.2-sources.jar"/>
|
<include name="ooxml-schemas-1.2-sources.jar"/>
|
||||||
<include name="ooxml-schemas-1.2.jar"/>
|
<include name="ooxml-schemas-1.2.jar"/>
|
||||||
<include name="ooxml-security-1.1-sources.jar"/>
|
<include name="ooxml-security-1.0-sources.jar"/>
|
||||||
<include name="ooxml-security-1.1.jar"/>
|
<include name="ooxml-security-1.0.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset dir="${compile.lib}">
|
<fileset dir="${compile.lib}">
|
||||||
<include name="xercesImpl-*.jar"/>
|
<include name="xercesImpl-*.jar"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user