diff options
author | Yegor Kozlov <yegor@apache.org> | 2010-06-28 12:52:00 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2010-06-28 12:52:00 +0000 |
commit | 6b8d2b40a294da9065841f32dfd96b09736a6569 (patch) | |
tree | 0886fe89631c7cb67e1aaf04b89383203c137c7f /build.xml | |
parent | 014cfcdc80208d0fc36d300ca59c1ae071015a56 (diff) | |
download | poi-6b8d2b40a294da9065841f32dfd96b09736a6569.tar.gz poi-6b8d2b40a294da9065841f32dfd96b09736a6569.zip |
removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook interface
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@958561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -136,8 +136,6 @@ under the License. <property name="ooxml.jsr173.url" value="${repository.m2}/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar"/> <property name="ooxml.schemas.jar" location="${ooxml.lib}/ooxml-schemas-1.1.jar"/> - <property name="ooxml.schemas.url" - value="${repository.m2}/maven2/org/apache/poi/ooxml-schemas/1.1/ooxml-schemas-1.1.jar"/> <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm --> <!-- "Copy these file(s), free of charge" --> @@ -341,10 +339,6 @@ under the License. <param name="sourcefile" value="${ooxml.jsr173.url}"/> <param name="destfile" value="${ooxml.jsr173.jar}"/> </antcall> - <antcall target="downloadfile"> - <param name="sourcefile" value="${ooxml.schemas.url}"/> - <param name="destfile" value="${ooxml.schemas.jar}"/> - </antcall> </target> <target name="check-ooxml-xsds"> |