File: disableArchive7z.diff

package info (click to toggle)
gluegen2 2.3.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,420 kB
  • sloc: java: 45,952; xml: 2,960; ansic: 2,670; cpp: 1,694; sh: 1,251; pascal: 591; asm: 162; makefile: 53
file content (28 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Index: gluegen2/make/build.xml
===================================================================
--- gluegen2.orig/make/build.xml
+++ gluegen2/make/build.xml
@@ -1088,9 +1088,9 @@
     <copy todir="${javadoc.gluegen.path}/resources" overwrite="true">
         <fileset dir="doc/javadoc/resources" includes="*" />
     </copy>
-    <archive.7z destfile="${build}/javadoc.7z"
+<!--    <archive.7z destfile="${build}/javadoc.7z"
                 basedir="${javadoc.root.path}"
-                includes="gluegen/**" />
+                includes="gluegen/**" />-->
   </target>
 
     <!-- ================================================================== -->
@@ -1138,9 +1138,9 @@
             <fileset dir="lib" includes="junit.jar"/>
         </copy>
 
-        <archive.7z destfile="${build}/${archive.name}.7z"
+<!--        <archive.7z destfile="${build}/${archive.name}.7z"
              basedir="${build}"
-             includes="${archive.name}/**" />
+             includes="${archive.name}/**" />-->
         <!-- Clean up after ourselves -->
         <delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" />
     </target>