]> source.dussan.org Git - poi.git/commitdiff
include commons-codec.jar in dists, support for jenkins build
authorYegor Kozlov <yegor@apache.org>
Sun, 22 Apr 2012 06:40:10 +0000 (06:40 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 22 Apr 2012 06:40:10 +0000 (06:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1328803 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 896fd23a9cbb7d6d052769292743d495f8d3275c..4c519e1133c7278fa48a7f2f41c59c1bc22db44b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1047,6 +1047,7 @@ under the License.
         <zip destfile="${dist.dir}/${jar.name}-bin-${version.id}-${DSTAMP}.zip">
             <zipfileset dir="legal/" prefix="${zipdir}"/>
             <zipfileset dir="${main.lib}" prefix="${zipdir}/lib">
+              <include name="commons-codec-*.jar"/>
               <include name="commons-logging-*.jar"/>
               <include name="junit-*.jar"/>
               <include name="log4j-*.jar"/>
@@ -1075,6 +1076,7 @@ under the License.
                compression="gzip">
             <tarfileset dir="legal/" prefix="${zipdir}"/>
             <zipfileset dir="${main.lib}" prefix="${zipdir}/lib">
+              <include name="commons-codec-*.jar"/>
               <include name="commons-logging-*.jar"/>
               <include name="junit-*.jar"/>
               <include name="log4j-*.jar"/>
@@ -1115,6 +1117,7 @@ under the License.
     </target>
 
     <target name="gump" depends="compile-all, test-all, jar"/>
+    <target name="jenkins" depends="compile-all, test-all, jar, javadocs, assemble"/>
 
     <available property="maven.ant.tasks.present" classname="org.apache.maven.artifact.ant.Pom"/>
     <target name="maven.ant.tasks-check">