mirror of https://github.com/apache/poi.git
next version will be 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00185c2857
commit
5cbe3bb7f1
|
@ -84,9 +84,9 @@ Before running this, you should execute the "assemble" target in the main build.
|
|||
<sort>
|
||||
<resources>
|
||||
<fileset dir="${dist}">
|
||||
<include name="**/poi-4.*.jar"/>
|
||||
<include name="**/poi-ooxml-4.*.jar"/>
|
||||
<include name="**/poi-ooxml-schemas-4.*.jar"/>
|
||||
<include name="**/poi-5.*.jar"/>
|
||||
<include name="**/poi-ooxml-5.*.jar"/>
|
||||
<include name="**/poi-ooxml-schemas-5.*.jar"/>
|
||||
<exclude name="**/*-javadoc*"/>
|
||||
<exclude name="**/*-sources*"/>
|
||||
</fileset>
|
||||
|
@ -127,10 +127,10 @@ Before running this, you should execute the "assemble" target in the main build.
|
|||
<sort>
|
||||
<resources>
|
||||
<fileset dir="${dist}">
|
||||
<include name="**/poi-4.*.jar"/>
|
||||
<include name="**/poi-ooxml-4.*.jar"/>
|
||||
<include name="**/poi-ooxml-schemas-4.*.jar"/>
|
||||
<include name="**/poi-scratchpad-4.*.jar"/>
|
||||
<include name="**/poi-5.*.jar"/>
|
||||
<include name="**/poi-ooxml-5.*.jar"/>
|
||||
<include name="**/poi-ooxml-schemas-5.*.jar"/>
|
||||
<include name="**/poi-scratchpad-5.*.jar"/>
|
||||
<exclude name="**/*-javadoc*"/>
|
||||
<exclude name="**/*-sources*"/>
|
||||
</fileset>
|
||||
|
|
Loading…
Reference in New Issue