gluegen2 (2.0-rc5-4) disableArchive7z.diff

Summary

 make/build.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

Index: gluegen-v2.0-rc2/make/build.xml
===================================================================
--- gluegen-v2.0-rc2.orig/make/build.xml	2011-03-04 16:13:59.000000000 +0100
+++ gluegen-v2.0-rc2/make/build.xml	2011-03-04 16:14:06.000000000 +0100
@@ -683,9 +683,9 @@
         <classpath path="${classes}"/>
         <link offline="true" href="${javadoc.link}" packagelistLoc="142-packages" />
     </javadoc>
-    <archive.7z destfile="${build}/javadoc.7z"
+<!--    <archive.7z destfile="${build}/javadoc.7z"
                 basedir="${javadoc.root.path}"
-                includes="gluegen/**" />
+                includes="gluegen/**" />-->
   </target>
 
     <!-- ================================================================== -->