You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/05/06 09:05:33 UTC

svn commit: r1877420 - in /poi/trunk: ./ build.xml

Author: kiwiwings
Date: Wed May  6 09:05:33 2020
New Revision: 1877420

URL: http://svn.apache.org/viewvc?rev=1877420&view=rev
Log:
remove test code and ignore lib

Modified:
    poi/trunk/   (props changed)
    poi/trunk/build.xml

Propchange: poi/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed May  6 09:05:33 2020
@@ -1,4 +1,4 @@
-ooxml-testlib
+lib
 build
 bin
 out

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1877420&r1=1877419&r2=1877420&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed May  6 09:05:33 2020
@@ -1826,11 +1826,6 @@ under the License.
         </sequential>
     </macrodef>
 
-    <target name="bla" depends="compile-main, compile-version, -manifest">
-        <maven-jar src="${main.output.dir}"/>
-    </target>
-
-
     <target name="jar" depends="compile, compile-version, compile-ooxml-lite, -manifest" description="Creates jar files for distribution">
         <maven-jar src="${main.output.dir}"/>
         <maven-jar src="${scratchpad.output.dir}"/>



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