summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-05-31 20:11:20 +0000
committerDominik Stadler <centic@apache.org>2015-05-31 20:11:20 +0000
commite11a46e6ad220fbaff1792b5f99280d1c8258a01 (patch)
treefd41857e2cbacf2b794aeda484d9b775eb09fdec /build.xml
parent18aa9b54a6fee29304c6aa179b1f8d813456bfd2 (diff)
downloadpoi-e11a46e6ad220fbaff1792b5f99280d1c8258a01.tar.gz
poi-e11a46e6ad220fbaff1792b5f99280d1c8258a01.zip
List more targets in help, make jar-src work standalone
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 9ab8d9ccd8..c1b9767765 100644
--- a/build.xml
+++ b/build.xml
@@ -359,6 +359,8 @@ under the License.
- compile Compile all files from main, ooxml and scratchpad
- test Run all unit tests from main, ooxml and scratchpad
- jar Produce jar files
+ - jar-src Produce source-jar files
+ - assemble Produce the zipped distribution files
- site Generate all documentation (Requires Apache Forrest)
- dist Create a distribution (Requires Apache Forrest)
</echo>
@@ -1408,7 +1410,7 @@ under the License.
</jar>
</target>
- <target name="jar-src" description="Sources for Maven">
+ <target name="jar-src" depends="compile-all, compile-version, -manifest" description="Sources for Maven">
<jar destfile="${dist.dir}/${jar.name}-${version.id}-sources-${DSTAMP}.jar"
manifest="build/poi-manifest.mf">
<fileset dir="${main.src}"/>