From ec6b558aa20606e13a6ff544fb201fe645e4e39b Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 29 Sep 2010 21:35:55 +0000
Subject: [PATCH] prep for 322 patches

---
 .../components/wtp-patches32x/category.xml    | 48 ++++++++++++++++++-
 .../patches32x.package/createFinalRepo.xml    | 18 +++++++
 2 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/releng.wtpbuilder/components/wtp-patches32x/category.xml b/releng.wtpbuilder/components/wtp-patches32x/category.xml
index 04f5e0978..e618db727 100644
--- a/releng.wtpbuilder/components/wtp-patches32x/category.xml
+++ b/releng.wtpbuilder/components/wtp-patches32x/category.xml
@@ -6,18 +6,62 @@
         <category
             name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
     </feature>
+
+
+
+    <feature
+        id="org.eclipse.wst.common_ui.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+    <feature
+        id="org.eclipse.wst.xml_core.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+    <feature
+        id="org.eclipse.wst.jsdt.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+    <feature
+        id="org.eclipse.wst.web_core.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+    <feature
+        id="org.eclipse.jst.web_core.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+    <feature
+        id="org.eclipse.jst.web_ui.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+    <feature
+        id="org.eclipse.jst.enterprise_ui.feature.patch">
+        <category
+            name="Web Tools Platform SDK (WTP) Patches @buildversionid@"/>
+    </feature>
+
+
+
+
+
+
     <category-def
         name="Web Tools Platform (WTP) Patches @buildversionid@"
         label="Web Tools Platform (WTP) Patches @buildversionid@">
         <description>
             These features provide patches for WTP.
-      </description>
+        </description>
     </category-def>
     <category-def
         name="Web Tools Platform (WTP SDK) Patches @buildversionid@"
         label="Web Tools Platform (WTP SDK) Patches @buildversionid@">
         <description>
             These features provide patches for WTP SDK.
-      </description>
+        </description>
     </category-def>
 </site>
diff --git a/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml b/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml
index db7dac092..5c2ec6510 100644
--- a/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml
+++ b/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml
@@ -198,8 +198,26 @@
 
             <slicingoptions
                 followStrict="true"/>
+
             <iu
                 id="org.eclipse.wst.common_core.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common_ui.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_core.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.wst.web_core.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_core.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_ui.feature.patch.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_ui.feature.patch.feature.group"/>
+        	
+
+        	
         	<!--
             <iu
                 id="org.eclipse.wst.common_sdk.feature.patch.feature.group"/>
-- 
GitLab