You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2014/10/29 05:38:09 UTC

svn commit: r1635040 - /gump/metadata/project/poi.xml

Author: billbarker
Date: Wed Oct 29 04:38:09 2014
New Revision: 1635040

URL: http://svn.apache.org/r1635040
Log:
remove project that no longer has a target in build.xml. No idea if the rest will build

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=1635040&r1=1635039&r2=1635040&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Wed Oct 29 04:38:09 2014
@@ -78,19 +78,9 @@
       <jar name="ooxml-lib/ooxml-schemas-[0-9]*[0-9T].jar"/>
    </project>
 
-   <project name="ooxml-encryption-schemas" groupId="org.apache.poi">
-      <ant target="compile-ooxml-encryption-xsds">
-        <sysproperty name="ant.build.clonevm" value="true"/>
-      </ant>
-
-      <depend project="ant" inherit="runtime" />
-      <depend project="poi-ooxml-deps"/>
-      <jar name="ooxml-lib/ooxml-encryption-[0-9]*[0-9T].jar"/>
-   </project>
 
    <project name="poi-ooxml-schemas" groupId="org.apache.poi">
      <depend project="ooxml-schemas"/>
-     <depend project="ooxml-encryption-schemas"/>
      <jar name="ooxml-lib/ooxml-schemas-[0-9]*[0-9T].jar"/>
      <jar name="ooxml-lib/ooxml-encryption-[0-9]*[0-9T].jar"/>
    </project>