From 6b6a1d0d1bd05a45745a4a3e41369bd82f2ff4f1 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Sun, 26 Sep 2010 07:28:48 +0000
Subject: [PATCH] prep for 322 patches

---
 .../components/jsdt_sdk/build.properties              | 10 ++++++----
 .../components/jsdt_tests/build.properties            | 11 +++++++----
 .../components/wtp-patches32x/build.properties        |  8 +++++++-
 .../components/wtp-patches32x/customTargets.xml       |  5 +----
 4 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/releng.wtpbuilder/components/jsdt_sdk/build.properties b/releng.wtpbuilder/components/jsdt_sdk/build.properties
index 53e057482..1b480a154 100644
--- a/releng.wtpbuilder/components/jsdt_sdk/build.properties
+++ b/releng.wtpbuilder/components/jsdt_sdk/build.properties
@@ -40,12 +40,14 @@ p2.gathering=true
 p2.compress=true
 skipMirroring=true
 
-compilelogsDir=testcompilelogs
-topLevelElementType=feature
-topLevelElementId=org.eclipse.wst.jsdt_sdk.feature
-
 flattenDependencies=true
 parallelCompilation=true
 
 generateSourceReferences=true
 
+compilelogsDir=compilelogs
+
+topLevelElementType=feature
+
+topLevelElementId=org.eclipse.wst.jsdt_sdk.feature
+
diff --git a/releng.wtpbuilder/components/jsdt_tests/build.properties b/releng.wtpbuilder/components/jsdt_tests/build.properties
index 327149bfb..b86fffa0f 100644
--- a/releng.wtpbuilder/components/jsdt_tests/build.properties
+++ b/releng.wtpbuilder/components/jsdt_tests/build.properties
@@ -40,11 +40,14 @@ p2.gathering=true
 p2.compress=true
 skipMirroring=true
 
-compilelogsDir=compilelogs
-topLevelElementType=feature
-topLevelElementId=org.eclipse.wst.jsdt_tests.feature
-
 flattenDependencies=true
 parallelCompilation=true
 
 generateSourceReferences=true
+
+compilelogsDir=testcompilelogs
+
+topLevelElementType=feature
+
+topLevelElementId=org.eclipse.wst.jsdt_tests.feature
+
diff --git a/releng.wtpbuilder/components/wtp-patches32x/build.properties b/releng.wtpbuilder/components/wtp-patches32x/build.properties
index 5733dea8c..5d09992be 100644
--- a/releng.wtpbuilder/components/wtp-patches32x/build.properties
+++ b/releng.wtpbuilder/components/wtp-patches32x/build.properties
@@ -40,7 +40,13 @@ p2.gathering=true
 p2.compress=true
 skipMirroring=true
 
+flattenDependencies=true
+parallelCompilation=true
+
+generateSourceReferences=true
+
 compilelogsDir=compilelogs
 
+topLevelElementType=feature
+
 topLevelElementId=org.eclipse.wtp.patch.assembly.feature
-topLevelElementType=feature
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wtp-patches32x/customTargets.xml b/releng.wtpbuilder/components/wtp-patches32x/customTargets.xml
index 4960458da..2a380cb00 100644
--- a/releng.wtpbuilder/components/wtp-patches32x/customTargets.xml
+++ b/releng.wtpbuilder/components/wtp-patches32x/customTargets.xml
@@ -238,10 +238,7 @@
         <ant
             antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
             target="finishPackages"/>
-        <ant
-            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
-            target="createTraditionalZipFiles">
-        </ant>
+
     </target>
 
     <!--
-- 
GitLab