You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2012/04/22 08:40:10 UTC

svn commit: r1328803 - /poi/trunk/build.xml

Author: yegor
Date: Sun Apr 22 06:40:10 2012
New Revision: 1328803

URL: http://svn.apache.org/viewvc?rev=1328803&view=rev
Log:
include commons-codec.jar in dists, support for jenkins build

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1328803&r1=1328802&r2=1328803&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Apr 22 06:40:10 2012
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org