From 8ccca3823f5bd7cb1fe4e24edb9620fa82a3ddff Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Thu, 21 Oct 2010 23:45:59 +0000
Subject: [PATCH] synch patch builds to be like other builds

---
 releng.wtpbuilder/components/wtp-patches32x/category.xml    | 6 +++---
 .../distribution/patches32x.package/createFinalRepo.xml     | 2 +-
 .../distribution/patches32x.package/createziptasks.xml      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/releng.wtpbuilder/components/wtp-patches32x/category.xml b/releng.wtpbuilder/components/wtp-patches32x/category.xml
index 7b4c82146..1497efa2b 100644
--- a/releng.wtpbuilder/components/wtp-patches32x/category.xml
+++ b/releng.wtpbuilder/components/wtp-patches32x/category.xml
@@ -71,15 +71,15 @@
     <feature
         id="org.eclipse.wtp.releng.tests.feature.patch">
         <category
-            name="Web Tools Platform Test (WTP Tests) Patches @buildversionid@"/>
+            name="Web Tools Platform Tests (WTP Tests) Patches @buildversionid@"/>
     </feature>
 
 
 
 
     <category-def
-        name="Web Tools Platform Test (WTP Tests) Patches @buildversionid@"
-        label="Web Tools Platform Test (WTP Tests) Patches @buildversionid@">
+        name="Web Tools Platform Tests (WTP Tests) Patches @buildversionid@"
+        label="Web Tools Platform Tests (WTP Tests) Patches @buildversionid@">
         <description>
             These features provide patches for WTP unit tests.
         </description>
diff --git a/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml b/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml
index 2d2b56596..9de01af0a 100644
--- a/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml
+++ b/releng.wtpbuilder/distribution/patches32x.package/createFinalRepo.xml
@@ -325,7 +325,7 @@
                      Specify category and let it pull in its features. 
         	-->
             <iu
-                query="property[@name='org.eclipse.equinox.p2.name' and (@value='Web Tools Platform Test (WTP Tests) Patches ${buildId}')]"/>
+                query="property[@name='org.eclipse.equinox.p2.name' and (@value='Web Tools Platform Tests (WTP Tests) Patches ${buildId}')]"/>
 
 
         </p2.mirror>
diff --git a/releng.wtpbuilder/distribution/patches32x.package/createziptasks.xml b/releng.wtpbuilder/distribution/patches32x.package/createziptasks.xml
index e6fc212ba..51a45d716 100644
--- a/releng.wtpbuilder/distribution/patches32x.package/createziptasks.xml
+++ b/releng.wtpbuilder/distribution/patches32x.package/createziptasks.xml
@@ -61,7 +61,7 @@
                 includeNonGreedy="false"
                 includeOptional="false"/>
               <iu
-                  query="property[@name='org.eclipse.equinox.p2.name' and (@value='Web Tools Platform Test (WTP Tests) Patches ${buildId}')]"/>
+                  query="property[@name='org.eclipse.equinox.p2.name' and (@value='Web Tools Platform Tests (WTP Tests) Patches ${buildId}')]"/>
         	
                 
         </p2.mirror>
-- 
GitLab