aboutsummaryrefslogtreecommitdiff
blob: 3eb061f278e074f4f99d218918d5fdb9f7bd110a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/gluegen-2.1.4_rc01/make/build-test.xml b/gluegen-2.1.4_rc01/make/build-test.xml
index 31dc773..e872a0a 100644
--- a/gluegen-2.1.4_rc01/make/build-test.xml
+++ b/gluegen-2.1.4_rc01/make/build-test.xml
@@ -614,9 +614,11 @@ chmod 644 ${results}/* \${line.separator}
 
     <!-- updates / create the test results zip file -->
     <target name="test-zip-archive" depends="init">
+    	<!--
         <archive.7z destfile="${build}/${test.archive.name}.7z"
                     basedir="${project.root}" 
                     includes="${rootrel.build}/test/results ${rootrel.build}/test/results-x64 ${rootrel.build}/test/results-x32" />
+        -->
     </target>