Description: disable build of "example" and "ooxml" modules
 ooxml depends on non-DFSG-free jars.
Author: Damien Raude-Morvan <drazzib@debian.org>
Forwarded: no
Last-Update:2009-12-30
--- a/build.xml
+++ b/build.xml
@@ -411,10 +411,10 @@
     </target>
 
     <target name="compile" depends="init, compile-main,
-    compile-scratchpad, compile-contrib, compile-examples"
+    compile-scratchpad, compile-contrib"
             description="Compiles the POI main classes, scratchpad, contrib and examples"/>
 
-    <target name="compile-all" depends="compile,compile-ooxml-lite"/>
+    <target name="compile-all" depends="compile"/>
 
     <target name="compile-main">
         <javac target="${jdk.version.class}"
@@ -895,21 +895,25 @@
             <fileset dir="${scratchpad.output.dir}"/>
             <metainf dir="legal/"/>
         </jar>
+	<!--
         <jar destfile="${dist.dir}/${jar.name}-ooxml-${version.id}-${DSTAMP}.jar"
              manifest="build/poi-manifest.mf">
             <fileset dir="${ooxml.output.dir}"/>
             <metainf dir="legal/"/>
         </jar>
+	-->
         <jar destfile="${dist.dir}/${jar.name}-examples-${version.id}-${DSTAMP}.jar"
              manifest="build/poi-manifest.mf">
             <fileset dir="${examples.output.dir}"/>
             <metainf dir="legal/"/>
         </jar>
+	<!--
         <jar destfile="${dist.dir}/${jar.name}-ooxml-schemas-${version.id}-${DSTAMP}.jar"
              manifest="build/poi-manifest.mf">
             <fileset dir="${ooxml.lite.output.dir}"/>
             <metainf dir="legal/"/>
         </jar>
+	-->
     </target>
 
     <target name="jar-src" description="Sources for Maven">
