[jbosstools-commits] JBoss Tools SVN: r39511 - in trunk: as/site and 29 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Mar 14 12:30:08 EDT 2012


Author: mickael_istria
Date: 2012-03-14 12:30:02 -0400 (Wed, 14 Mar 2012)
New Revision: 39511

Added:
   trunk/archives/site/category.xml
   trunk/as/site/category.xml
   trunk/bpel/site/category.xml
   trunk/cdi/site/category.xml
   trunk/common/site/category.xml
   trunk/deltacloud/site/category.xml
   trunk/esb/site/category.xml
   trunk/examples/site/category.xml
   trunk/flow/site/category.xml
   trunk/forge/site/category.xml
   trunk/freemarker/site/category.xml
   trunk/gwt/site/category.xml
   trunk/hibernatetools/site/category.xml
   trunk/jbpm/site/category.xml
   trunk/jmx/site/category.xml
   trunk/jsf/site/category.xml
   trunk/jst/site/category.xml
   trunk/maven/site/category.xml
   trunk/modeshape/site/category.xml
   trunk/openshift/site/category.xml
   trunk/portlet/site/category.xml
   trunk/runtime/site/category.xml
   trunk/seam/site/category.xml
   trunk/smooks/site/category.xml
   trunk/struts/site/category.xml
   trunk/tests/site/category.xml
   trunk/usage/site/category.xml
   trunk/vpe/site/category.xml
   trunk/ws/site/category.xml
   trunk/xulrunner/site/category.xml
Removed:
   trunk/archives/site/site.xml
   trunk/as/site/site.xml
   trunk/bpel/site/site.xml
   trunk/cdi/site/site.xml
   trunk/common/site/site.xml
   trunk/deltacloud/site/site.xml
   trunk/esb/site/site.xml
   trunk/examples/site/site.xml
   trunk/flow/site/site.xml
   trunk/forge/site/site.xml
   trunk/freemarker/site/site.xml
   trunk/gwt/site/site.xml
   trunk/hibernatetools/site/site.xml
   trunk/jbpm/site/site.xml
   trunk/jmx/site/site.xml
   trunk/jsf/site/site.xml
   trunk/jst/site/site.xml
   trunk/maven/site/site.xml
   trunk/modeshape/site/site.xml
   trunk/openshift/site/site.xml
   trunk/portlet/site/site.xml
   trunk/runtime/site/site.xml
   trunk/seam/site/site.xml
   trunk/smooks/site/site.xml
   trunk/struts/site/site.xml
   trunk/tests/site/site.xml
   trunk/usage/site/site.xml
   trunk/vpe/site/site.xml
   trunk/ws/site/site.xml
   trunk/xulrunner/site/site.xml
Modified:
   trunk/archives/site/pom.xml
   trunk/as/site/pom.xml
   trunk/bpel/site/pom.xml
   trunk/cdi/site/pom.xml
   trunk/common/site/pom.xml
   trunk/deltacloud/site/pom.xml
   trunk/esb/site/pom.xml
   trunk/examples/site/pom.xml
   trunk/flow/site/pom.xml
   trunk/forge/site/pom.xml
   trunk/freemarker/site/pom.xml
   trunk/gwt/site/pom.xml
   trunk/hibernatetools/site/pom.xml
   trunk/jbpm/site/pom.xml
   trunk/jmx/site/pom.xml
   trunk/jsf/site/pom.xml
   trunk/jst/site/pom.xml
   trunk/maven/features/pom.xml
   trunk/maven/site/pom.xml
   trunk/modeshape/site/pom.xml
   trunk/openshift/site/pom.xml
   trunk/portlet/site/pom.xml
   trunk/runtime/site/pom.xml
   trunk/seam/site/pom.xml
   trunk/smooks/site/pom.xml
   trunk/struts/site/pom.xml
   trunk/tests/site/pom.xml
   trunk/usage/site/pom.xml
   trunk/vpe/site/pom.xml
   trunk/ws/site/pom.xml
   trunk/xulrunner/site/pom.xml
Log:
JBIDE-10596:
Move to eclipse-repository instead of eclipse-update-site

Copied: trunk/archives/site/category.xml (from rev 38541, trunk/archives/site/site.xml)
===================================================================
--- trunk/archives/site/category.xml	                        (rev 0)
+++ trunk/archives/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools archives Nightly Build Update Site -->
+	<category-def label="JBoss Tools archives Nightly Build Update Site" name="JBoss Tools archives Nightly Build Update Site">
+		<description>JBoss Tools archives Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.feature" version="0.0.0">
+		<category name="JBoss Tools archives Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.archives.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.source.feature" version="0.0.0">
+		<category name="JBoss Tools archives Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.archives.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.test.feature" version="0.0.0">
+		<category name="JBoss Tools archives Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.archives.test.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools archives Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/archives/site/pom.xml
===================================================================
--- trunk/archives/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/archives/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -9,5 +9,5 @@
 	<groupId>org.jboss.tools.archives</groupId>
 	<artifactId>site</artifactId>
 	<name>archives.site</name>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/archives/site/site.xml
===================================================================
--- trunk/archives/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/archives/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools archives Nightly Build Update Site -->
-	<category-def label="JBoss Tools archives Nightly Build Update Site" name="JBoss Tools archives Nightly Build Update Site">
-		<description>JBoss Tools archives Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.feature" version="0.0.0">
-		<category name="JBoss Tools archives Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.archives.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.source.feature" version="0.0.0">
-		<category name="JBoss Tools archives Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.archives.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.test.feature" version="0.0.0">
-		<category name="JBoss Tools archives Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.archives.test.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.test.source.feature" version="0.0.0">
-		<category name="JBoss Tools archives Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/as/site/category.xml (from rev 38541, trunk/as/site/site.xml)
===================================================================
--- trunk/as/site/category.xml	                        (rev 0)
+++ trunk/as/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools as Nightly Build Update Site -->
+	<category-def label="JBoss Tools as Nightly Build Update Site" name="JBoss Tools as Nightly Build Update Site">
+		<description>JBoss Tools as Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.feature" version="0.0.0">
+		<category name="JBoss Tools as Nightly Build Update Site" />
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.as.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.source.feature" version="0.0.0">
+		<category name="JBoss Tools as Nightly Build Update Site" />
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.as.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.feature" version="0.0.0">
+		<category name="JBoss Tools as Nightly Build Update Site" />
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.as.test.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools as Nightly Build Update Site" />
+	</feature>
+</site>

Modified: trunk/as/site/pom.xml
===================================================================
--- trunk/as/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/as/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -8,5 +8,5 @@
 	</parent>
 	<groupId>org.jboss.tools.as</groupId>
 	<artifactId>as.site</artifactId> 
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/as/site/site.xml
===================================================================
--- trunk/as/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/as/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools as Nightly Build Update Site -->
-	<category-def label="JBoss Tools as Nightly Build Update Site" name="JBoss Tools as Nightly Build Update Site">
-		<description>JBoss Tools as Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.feature" version="0.0.0">
-		<category name="JBoss Tools as Nightly Build Update Site" />
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.as.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.source.feature" version="0.0.0">
-		<category name="JBoss Tools as Nightly Build Update Site" />
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.as.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.feature" version="0.0.0">
-		<category name="JBoss Tools as Nightly Build Update Site" />
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.as.test.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.source.feature" version="0.0.0">
-		<category name="JBoss Tools as Nightly Build Update Site" />
-	</feature>
-</site>

Copied: trunk/bpel/site/category.xml (from rev 38541, trunk/bpel/site/site.xml)
===================================================================
--- trunk/bpel/site/category.xml	                        (rev 0)
+++ trunk/bpel/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools bpel Nightly Build Update Site -->
+	<category-def label="JBoss Tools bpel Nightly Build Update Site" name="JBoss Tools bpel Nightly Build Update Site">
+		<description>JBoss Tools bpel Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar" id="org.jboss.tools.bpel.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.bpel.source.feature_0.0.0.jar" id="org.jboss.tools.bpel.source.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.eclipse.bpel.feature_0.0.0.jar" id="org.eclipse.bpel.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.eclipse.bpel.common.feature_0.0.0.jar" id="org.eclipse.bpel.common.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.eclipse.bpel.jboss.riftsaw.runtime.feature_0.0.0.jar" id="org.eclipse.bpel.jboss.riftsaw.runtime.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+        </feature>
+
+	<feature url="features/org.eclipse.bpel.apache.ode.runtime.feature_0.0.0.jar" id="org.eclipse.bpel.apache.ode.runtime.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	<!-- TODO: COMING SOON - see JBDS-1810 
+	<feature url="features/org.jboss.tools.bpel.runtime.feature_0.0.0.jar" id="org.jboss.tools.bpel.runtime.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	-->
+
+	<feature url="features/org.jboss.tools.bpel.test.feature_0.0.0.jar" id="org.jboss.tools.bpel.test.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.bpel.test.source.feature_0.0.0.jar" id="org.jboss.tools.bpel.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools bpel Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/bpel/site/pom.xml
===================================================================
--- trunk/bpel/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/bpel/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,7 +10,7 @@
 	<groupId>org.jboss.tools.bpel</groupId>
 	<artifactId>bpel.site</artifactId>
 	<version>0.1.0-SNAPSHOT</version>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 	<!--
 	<repositories>
 	-->

Deleted: trunk/bpel/site/site.xml
===================================================================
--- trunk/bpel/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/bpel/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools bpel Nightly Build Update Site -->
-	<category-def label="JBoss Tools bpel Nightly Build Update Site" name="JBoss Tools bpel Nightly Build Update Site">
-		<description>JBoss Tools bpel Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.bpel.feature_0.0.0.jar" id="org.jboss.tools.bpel.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.bpel.source.feature_0.0.0.jar" id="org.jboss.tools.bpel.source.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.eclipse.bpel.feature_0.0.0.jar" id="org.eclipse.bpel.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.eclipse.bpel.common.feature_0.0.0.jar" id="org.eclipse.bpel.common.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.eclipse.bpel.jboss.riftsaw.runtime.feature_0.0.0.jar" id="org.eclipse.bpel.jboss.riftsaw.runtime.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-        </feature>
-
-	<feature url="features/org.eclipse.bpel.apache.ode.runtime.feature_0.0.0.jar" id="org.eclipse.bpel.apache.ode.runtime.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	<!-- TODO: COMING SOON - see JBDS-1810 
-	<feature url="features/org.jboss.tools.bpel.runtime.feature_0.0.0.jar" id="org.jboss.tools.bpel.runtime.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	-->
-
-	<feature url="features/org.jboss.tools.bpel.test.feature_0.0.0.jar" id="org.jboss.tools.bpel.test.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.bpel.test.source.feature_0.0.0.jar" id="org.jboss.tools.bpel.test.source.feature" version="0.0.0">
-		<category name="JBoss Tools bpel Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/cdi/site/category.xml (from rev 38541, trunk/cdi/site/site.xml)
===================================================================
--- trunk/cdi/site/category.xml	                        (rev 0)
+++ trunk/cdi/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools cdi Nightly Build Update Site -->
+	<category-def label="JBoss Tools cdi Nightly Build Update Site" name="JBoss Tools cdi Nightly Build Update Site">
+		<description>JBoss Tools cdi Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.cdi.feature_0.0.0.jar" id="org.jboss.tools.cdi.feature" version="0.0.0">
+		<category name="JBoss Tools cdi Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.cdi.seam.feature_0.0.0.jar" id="org.jboss.tools.cdi.seam.feature" version="0.0.0">
+		<category name="JBoss Tools cdi Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.cdi.test.feature_0.0.0.jar" id="org.jboss.tools.cdi.test.feature" version="0.0.0">
+		<category name="JBoss Tools cdi Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.cdi.seam.test.feature_0.0.0.jar" id="org.jboss.tools.cdi.seam.test.feature" version="0.0.0">
+		<category name="JBoss Tools cdi Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/cdi/site/pom.xml
===================================================================
--- trunk/cdi/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/cdi/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>cdi.site</artifactId> 
 	<name>cdi.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/cdi/site/site.xml
===================================================================
--- trunk/cdi/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/cdi/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools cdi Nightly Build Update Site -->
-	<category-def label="JBoss Tools cdi Nightly Build Update Site" name="JBoss Tools cdi Nightly Build Update Site">
-		<description>JBoss Tools cdi Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.cdi.feature_0.0.0.jar" id="org.jboss.tools.cdi.feature" version="0.0.0">
-		<category name="JBoss Tools cdi Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.cdi.seam.feature_0.0.0.jar" id="org.jboss.tools.cdi.seam.feature" version="0.0.0">
-		<category name="JBoss Tools cdi Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.cdi.test.feature_0.0.0.jar" id="org.jboss.tools.cdi.test.feature" version="0.0.0">
-		<category name="JBoss Tools cdi Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.cdi.seam.test.feature_0.0.0.jar" id="org.jboss.tools.cdi.seam.test.feature" version="0.0.0">
-		<category name="JBoss Tools cdi Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/common/site/category.xml (from rev 38541, trunk/common/site/site.xml)
===================================================================
--- trunk/common/site/category.xml	                        (rev 0)
+++ trunk/common/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools common Nightly Build Update Site -->
+	<category-def label="JBoss Tools common Nightly Build Update Site" name="JBoss Tools common Nightly Build Update Site">
+		<description>JBoss Tools common Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.common.all.feature_0.0.0.jar" id="org.jboss.tools.common.all.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.all.source.feature_0.0.0.jar" id="org.jboss.tools.common.all.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+
+	<feature url="features/org.jboss.tools.common.core.feature_0.0.0.jar" id="org.jboss.tools.common.core.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.feature_0.0.0.jar" id="org.jboss.tools.common.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.text.ext.feature_0.0.0.jar" id="org.jboss.tools.common.text.ext.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.ui.feature_0.0.0.jar" id="org.jboss.tools.common.ui.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.verification.feature_0.0.0.jar" id="org.jboss.tools.common.verification.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+
+	<feature url="features/org.jboss.tools.common.jdt.feature_0.0.0.jar" id="org.jboss.tools.common.jdt.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.jdt.source.feature_0.0.0.jar" id="org.jboss.tools.common.jdt.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+
+	<feature url="features/org.jboss.tools.common.mylyn.feature_0.0.0.jar" id="org.jboss.tools.common.mylyn.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.mylyn.source.feature_0.0.0.jar" id="org.jboss.tools.common.mylyn.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+
+	<feature url="features/org.jboss.tools.common.all.test.feature_0.0.0.jar" id="org.jboss.tools.common.all.test.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.common.all.test.source.feature_0.0.0.jar" id="org.jboss.tools.common.all.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools common Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/common/site/pom.xml
===================================================================
--- trunk/common/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/common/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -9,5 +9,5 @@
 	<groupId>org.jboss.tools.common</groupId>
 	<artifactId>common.site</artifactId>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/common/site/site.xml
===================================================================
--- trunk/common/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/common/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools common Nightly Build Update Site -->
-	<category-def label="JBoss Tools common Nightly Build Update Site" name="JBoss Tools common Nightly Build Update Site">
-		<description>JBoss Tools common Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.common.all.feature_0.0.0.jar" id="org.jboss.tools.common.all.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.all.source.feature_0.0.0.jar" id="org.jboss.tools.common.all.source.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-
-	<feature url="features/org.jboss.tools.common.core.feature_0.0.0.jar" id="org.jboss.tools.common.core.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.feature_0.0.0.jar" id="org.jboss.tools.common.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.text.ext.feature_0.0.0.jar" id="org.jboss.tools.common.text.ext.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.ui.feature_0.0.0.jar" id="org.jboss.tools.common.ui.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.verification.feature_0.0.0.jar" id="org.jboss.tools.common.verification.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-
-	<feature url="features/org.jboss.tools.common.jdt.feature_0.0.0.jar" id="org.jboss.tools.common.jdt.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.jdt.source.feature_0.0.0.jar" id="org.jboss.tools.common.jdt.source.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-
-	<feature url="features/org.jboss.tools.common.mylyn.feature_0.0.0.jar" id="org.jboss.tools.common.mylyn.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.mylyn.source.feature_0.0.0.jar" id="org.jboss.tools.common.mylyn.source.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-
-	<feature url="features/org.jboss.tools.common.all.test.feature_0.0.0.jar" id="org.jboss.tools.common.all.test.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.common.all.test.source.feature_0.0.0.jar" id="org.jboss.tools.common.all.test.source.feature" version="0.0.0">
-		<category name="JBoss Tools common Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/deltacloud/site/category.xml (from rev 38541, trunk/deltacloud/site/site.xml)
===================================================================
--- trunk/deltacloud/site/category.xml	                        (rev 0)
+++ trunk/deltacloud/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools as Nightly Build Update Site -->
+	<category-def label="JBoss Tools Deltacloud Nightly Build Update Site" name="JBoss Tools Deltacloud Nightly Build Update Site">
+		<description>JBoss Tools Deltacloud Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar" id="org.jboss.tools.deltacloud.feature" version="0.0.0">
+		<category name="JBoss Tools Deltacloud Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.deltacloud.test.feature_0.0.0.jar" id="org.jboss.tools.deltacloud.test.feature" version="0.0.0">
+		<category name="JBoss Tools Deltacloud Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/deltacloud/site/pom.xml
===================================================================
--- trunk/deltacloud/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/deltacloud/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>deltacloud.site</artifactId>
 	<name>deltacloud.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/deltacloud/site/site.xml
===================================================================
--- trunk/deltacloud/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/deltacloud/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools as Nightly Build Update Site -->
-	<category-def label="JBoss Tools Deltacloud Nightly Build Update Site" name="JBoss Tools Deltacloud Nightly Build Update Site">
-		<description>JBoss Tools Deltacloud Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar" id="org.jboss.tools.deltacloud.feature" version="0.0.0">
-		<category name="JBoss Tools Deltacloud Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.deltacloud.test.feature_0.0.0.jar" id="org.jboss.tools.deltacloud.test.feature" version="0.0.0">
-		<category name="JBoss Tools Deltacloud Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/esb/site/category.xml (from rev 38541, trunk/esb/site/site.xml)
===================================================================
--- trunk/esb/site/category.xml	                        (rev 0)
+++ trunk/esb/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools esb Nightly Build Update Site -->
+	<category-def label="JBoss Tools esb Nightly Build Update Site" name="JBoss Tools esb Nightly Build Update Site">
+		<description>JBoss Tools esb Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.esb.feature_0.0.0.jar" id="org.jboss.tools.esb.feature" version="0.0.0">
+		<category name="JBoss Tools esb Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.esb.test.feature_0.0.0.jar" id="org.jboss.tools.esb.test.feature" version="0.0.0">
+		<category name="JBoss Tools esb Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/esb/site/pom.xml
===================================================================
--- trunk/esb/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/esb/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>esb.site</artifactId>
 	<name>esb.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/esb/site/site.xml
===================================================================
--- trunk/esb/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/esb/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools esb Nightly Build Update Site -->
-	<category-def label="JBoss Tools esb Nightly Build Update Site" name="JBoss Tools esb Nightly Build Update Site">
-		<description>JBoss Tools esb Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.esb.feature_0.0.0.jar" id="org.jboss.tools.esb.feature" version="0.0.0">
-		<category name="JBoss Tools esb Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.esb.test.feature_0.0.0.jar" id="org.jboss.tools.esb.test.feature" version="0.0.0">
-		<category name="JBoss Tools esb Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/examples/site/category.xml (from rev 38541, trunk/examples/site/site.xml)
===================================================================
--- trunk/examples/site/category.xml	                        (rev 0)
+++ trunk/examples/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools examples Nightly Build Update Site -->
+	<category-def label="JBoss Tools examples Nightly Build Update Site" name="JBoss Tools examples Nightly Build Update Site">
+		<description>JBoss Tools examples Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.project.examples.feature_0.0.0.jar" id="org.jboss.tools.project.examples.feature" version="0.0.0">
+		<category name="JBoss Tools examples Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.community.project.examples.feature_0.0.0.jar" id="org.jboss.tools.community.project.examples.feature" version="0.0.0">
+		<category name="JBoss Tools examples Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.project.examples.test.feature_0.0.0.jar" id="org.jboss.tools.project.examples.test.feature" version="0.0.0">
+		<category name="JBoss Tools examples Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/examples/site/pom.xml
===================================================================
--- trunk/examples/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/examples/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>examples.site</artifactId>
 	<name>examples.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/examples/site/site.xml
===================================================================
--- trunk/examples/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/examples/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools examples Nightly Build Update Site -->
-	<category-def label="JBoss Tools examples Nightly Build Update Site" name="JBoss Tools examples Nightly Build Update Site">
-		<description>JBoss Tools examples Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.project.examples.feature_0.0.0.jar" id="org.jboss.tools.project.examples.feature" version="0.0.0">
-		<category name="JBoss Tools examples Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.community.project.examples.feature_0.0.0.jar" id="org.jboss.tools.community.project.examples.feature" version="0.0.0">
-		<category name="JBoss Tools examples Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.project.examples.test.feature_0.0.0.jar" id="org.jboss.tools.project.examples.test.feature" version="0.0.0">
-		<category name="JBoss Tools examples Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/flow/site/category.xml (from rev 38541, trunk/flow/site/site.xml)
===================================================================
--- trunk/flow/site/category.xml	                        (rev 0)
+++ trunk/flow/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools flow Nightly Build Update Site -->
+	<category-def label="JBoss Tools flow Nightly Build Update Site" name="JBoss Tools flow Nightly Build Update Site">
+		<description>JBoss Tools flow Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.flow.common.feature_0.0.0.jar" id="org.jboss.tools.flow.common.feature" version="0.0.0">
+		<category name="JBoss Tools flow Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.flow.common.test.feature_0.0.0.jar" id="org.jboss.tools.flow.common.test.feature" version="0.0.0">
+		<category name="JBoss Tools flow Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/flow/site/pom.xml
===================================================================
--- trunk/flow/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/flow/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>flow.site</artifactId>
 	<name>flow.site</name>
 	<version>0.0.1-SNAPSHOT</version>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/flow/site/site.xml
===================================================================
--- trunk/flow/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/flow/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools flow Nightly Build Update Site -->
-	<category-def label="JBoss Tools flow Nightly Build Update Site" name="JBoss Tools flow Nightly Build Update Site">
-		<description>JBoss Tools flow Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.flow.common.feature_0.0.0.jar" id="org.jboss.tools.flow.common.feature" version="0.0.0">
-		<category name="JBoss Tools flow Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.flow.common.test.feature_0.0.0.jar" id="org.jboss.tools.flow.common.test.feature" version="0.0.0">
-		<category name="JBoss Tools flow Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/forge/site/category.xml (from rev 38541, trunk/forge/site/site.xml)
===================================================================
--- trunk/forge/site/category.xml	                        (rev 0)
+++ trunk/forge/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools Forge Nightly Build Update Site -->
+	<category-def label="JBoss Tools Forge Nightly Build Update Site" name="JBoss Tools Forge Nightly Build Update Site">
+		<description>JBoss Tools Forge Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.forge.feature_0.0.0.jar" id="org.jboss.tools.forge.feature" version="0.0.0">
+		<category name="JBoss Tools Forge Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.forge.test.feature_0.0.0.jar" id="org.jboss.tools.forge.test.feature" version="0.0.0">
+		<category name="JBoss Tools Forge Nightly Build Update Site"/>
+	</feature>
+</site>

Modified: trunk/forge/site/pom.xml
===================================================================
--- trunk/forge/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/forge/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>forge.site</artifactId>
 	<name>forge.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/forge/site/site.xml
===================================================================
--- trunk/forge/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/forge/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools Forge Nightly Build Update Site -->
-	<category-def label="JBoss Tools Forge Nightly Build Update Site" name="JBoss Tools Forge Nightly Build Update Site">
-		<description>JBoss Tools Forge Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.forge.feature_0.0.0.jar" id="org.jboss.tools.forge.feature" version="0.0.0">
-		<category name="JBoss Tools Forge Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.forge.test.feature_0.0.0.jar" id="org.jboss.tools.forge.test.feature" version="0.0.0">
-		<category name="JBoss Tools Forge Nightly Build Update Site"/>
-	</feature>
-</site>

Copied: trunk/freemarker/site/category.xml (from rev 38541, trunk/freemarker/site/site.xml)
===================================================================
--- trunk/freemarker/site/category.xml	                        (rev 0)
+++ trunk/freemarker/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools freemarker Nightly Build Update Site -->
+	<category-def label="JBoss Tools freemarker Nightly Build Update Site" name="JBoss Tools freemarker Nightly Build Update Site">
+		<description>JBoss Tools freemarker Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.ide.eclipse.freemarker.feature_0.0.0.jar" id="org.jboss.ide.eclipse.freemarker.feature" version="0.0.0">
+		<category name="JBoss Tools freemarker Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.freemarker.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.freemarker.test.feature" version="0.0.0">
+		<category name="JBoss Tools freemarker Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/freemarker/site/pom.xml
===================================================================
--- trunk/freemarker/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/freemarker/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -9,5 +9,5 @@
 	<groupId>org.jboss.tools.freemarker</groupId>
 	<artifactId>freemarker.site</artifactId> 
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/freemarker/site/site.xml
===================================================================
--- trunk/freemarker/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/freemarker/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools freemarker Nightly Build Update Site -->
-	<category-def label="JBoss Tools freemarker Nightly Build Update Site" name="JBoss Tools freemarker Nightly Build Update Site">
-		<description>JBoss Tools freemarker Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.ide.eclipse.freemarker.feature_0.0.0.jar" id="org.jboss.ide.eclipse.freemarker.feature" version="0.0.0">
-		<category name="JBoss Tools freemarker Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.ide.eclipse.freemarker.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.freemarker.test.feature" version="0.0.0">
-		<category name="JBoss Tools freemarker Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/gwt/site/category.xml (from rev 38541, trunk/gwt/site/site.xml)
===================================================================
--- trunk/gwt/site/category.xml	                        (rev 0)
+++ trunk/gwt/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools GWT Integration Nightly Build Update Site -->
+	<category-def label="JBoss Tools GWT Integration Nightly Build Update Site" name="JBoss Tools GWT Integration Nightly Build Update Site">
+		<description>JBoss Tools GWT Integration Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar" id="org.jboss.tools.gwt.feature" version="0.0.0">
+		<category name="JBoss Tools GWT Integration Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/gwt/site/pom.xml
===================================================================
--- trunk/gwt/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/gwt/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>gwt.site</artifactId>
 	<name>gwt.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/gwt/site/site.xml
===================================================================
--- trunk/gwt/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/gwt/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools GWT Integration Nightly Build Update Site -->
-	<category-def label="JBoss Tools GWT Integration Nightly Build Update Site" name="JBoss Tools GWT Integration Nightly Build Update Site">
-		<description>JBoss Tools GWT Integration Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar" id="org.jboss.tools.gwt.feature" version="0.0.0">
-		<category name="JBoss Tools GWT Integration Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/hibernatetools/site/category.xml (from rev 38541, trunk/hibernatetools/site/site.xml)
===================================================================
--- trunk/hibernatetools/site/category.xml	                        (rev 0)
+++ trunk/hibernatetools/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools hibernatetools Nightly Build Update Site -->
+	<category-def label="JBoss Tools hibernatetools Nightly Build Update Site" name="JBoss Tools hibernatetools Nightly Build Update Site">
+		<description>JBoss Tools hibernatetools Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.hibernate.eclipse.feature_0.0.0.jar" id="org.hibernate.eclipse.feature" version="0.0.0">
+		<category name="JBoss Tools hibernatetools Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.hibernate.eclipse.test.feature_0.0.0.jar" id="org.hibernate.eclipse.test.feature" version="0.0.0">
+		<category name="JBoss Tools hibernatetools Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/hibernatetools/site/pom.xml
===================================================================
--- trunk/hibernatetools/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/hibernatetools/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>hibernatetools.site</artifactId> 
 	<name>hibernatetools.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/hibernatetools/site/site.xml
===================================================================
--- trunk/hibernatetools/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/hibernatetools/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools hibernatetools Nightly Build Update Site -->
-	<category-def label="JBoss Tools hibernatetools Nightly Build Update Site" name="JBoss Tools hibernatetools Nightly Build Update Site">
-		<description>JBoss Tools hibernatetools Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.hibernate.eclipse.feature_0.0.0.jar" id="org.hibernate.eclipse.feature" version="0.0.0">
-		<category name="JBoss Tools hibernatetools Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.hibernate.eclipse.test.feature_0.0.0.jar" id="org.hibernate.eclipse.test.feature" version="0.0.0">
-		<category name="JBoss Tools hibernatetools Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/jbpm/site/category.xml (from rev 38541, trunk/jbpm/site/site.xml)
===================================================================
--- trunk/jbpm/site/category.xml	                        (rev 0)
+++ trunk/jbpm/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools jbpm Nightly Build Update Site -->
+	<category-def label="JBoss Tools jbpm Nightly Build Update Site" name="JBoss Tools jbpm Nightly Build Update Site">
+		<description>JBoss Tools jbpm Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.flow.jpdl4.feature_0.0.0.jar" id="org.jboss.tools.flow.jpdl4.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jbpm.common.feature_0.0.0.jar" id="org.jboss.tools.jbpm.common.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jbpm.convert.feature_0.0.0.jar" id="org.jboss.tools.jbpm.convert.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jbpm3.feature_0.0.0.jar" id="org.jboss.tools.jbpm3.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jbpm.gd.jpdl.feature_0.0.0.jar" id="org.jbpm.gd.jpdl.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jbpm3.test.feature_0.0.0.jar" id="org.jboss.tools.jbpm3.test.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jbpm4.test.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.test.feature" version="0.0.0">
+		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
+	</feature>
+</site>

Modified: trunk/jbpm/site/pom.xml
===================================================================
--- trunk/jbpm/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jbpm/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>jbpm.site</artifactId>
 	<name>jbpm.site</name>
 	<version>0.0.1-SNAPSHOT</version>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/jbpm/site/site.xml
===================================================================
--- trunk/jbpm/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jbpm/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools jbpm Nightly Build Update Site -->
-	<category-def label="JBoss Tools jbpm Nightly Build Update Site" name="JBoss Tools jbpm Nightly Build Update Site">
-		<description>JBoss Tools jbpm Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.flow.jpdl4.feature_0.0.0.jar" id="org.jboss.tools.flow.jpdl4.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jbpm.common.feature_0.0.0.jar" id="org.jboss.tools.jbpm.common.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jbpm.convert.feature_0.0.0.jar" id="org.jboss.tools.jbpm.convert.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jbpm3.feature_0.0.0.jar" id="org.jboss.tools.jbpm3.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jbpm4.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jbpm.gd.jpdl.feature_0.0.0.jar" id="org.jbpm.gd.jpdl.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jbpm3.test.feature_0.0.0.jar" id="org.jboss.tools.jbpm3.test.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jbpm4.test.feature_0.0.0.jar" id="org.jboss.tools.jbpm4.test.feature" version="0.0.0">
-		<category name="JBoss Tools jbpm Nightly Build Update Site"/>
-	</feature>
-</site>

Copied: trunk/jmx/site/category.xml (from rev 38541, trunk/jmx/site/site.xml)
===================================================================
--- trunk/jmx/site/category.xml	                        (rev 0)
+++ trunk/jmx/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools jmx Nightly Build Update Site -->
+	<category-def label="JBoss Tools jmx Nightly Build Update Site" name="JBoss Tools jmx Nightly Build Update Site">
+		<description>JBoss Tools jmx Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar" id="org.jboss.tools.jmx.feature" version="0.0.0">
+		<category name="JBoss Tools jmx Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jmx.source.feature_0.0.0.jar" id="org.jboss.tools.jmx.source.feature" version="0.0.0">
+		<category name="JBoss Tools jmx Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jmx.test.feature_0.0.0.jar" id="org.jboss.tools.jmx.test.feature" version="0.0.0">
+        	<category name="JBoss Tools jmx Nightly Build Update Site"/>
+        </feature>
+	<feature url="features/org.jboss.tools.jmx.test.source.feature_0.0.0.jar" id="org.jboss.tools.jmx.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools jmx Nightly Build Update Site"/>
+	</feature>
+</site>

Modified: trunk/jmx/site/pom.xml
===================================================================
--- trunk/jmx/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jmx/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>jmx.site</artifactId>
 	<name>jmx.site</name>
 	<version>1.2.0-SNAPSHOT</version>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/jmx/site/site.xml
===================================================================
--- trunk/jmx/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jmx/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools jmx Nightly Build Update Site -->
-	<category-def label="JBoss Tools jmx Nightly Build Update Site" name="JBoss Tools jmx Nightly Build Update Site">
-		<description>JBoss Tools jmx Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar" id="org.jboss.tools.jmx.feature" version="0.0.0">
-		<category name="JBoss Tools jmx Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jmx.source.feature_0.0.0.jar" id="org.jboss.tools.jmx.source.feature" version="0.0.0">
-		<category name="JBoss Tools jmx Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jmx.test.feature_0.0.0.jar" id="org.jboss.tools.jmx.test.feature" version="0.0.0">
-        	<category name="JBoss Tools jmx Nightly Build Update Site"/>
-        </feature>
-	<feature url="features/org.jboss.tools.jmx.test.source.feature_0.0.0.jar" id="org.jboss.tools.jmx.test.source.feature" version="0.0.0">
-		<category name="JBoss Tools jmx Nightly Build Update Site"/>
-	</feature>
-</site>

Copied: trunk/jsf/site/category.xml (from rev 38541, trunk/jsf/site/site.xml)
===================================================================
--- trunk/jsf/site/category.xml	                        (rev 0)
+++ trunk/jsf/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools jsf Nightly Build Update Site -->
+	<category-def label="JBoss Tools jsf Nightly Build Update Site" name="JBoss Tools jsf Nightly Build Update Site">
+		<description>JBoss Tools jsf Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.jsf.feature_0.0.0.jar" id="org.jboss.tools.jsf.feature" version="0.0.0">
+		<category name="JBoss Tools jsf Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jsf.test.feature_0.0.0.jar" id="org.jboss.tools.jsf.test.feature" version="0.0.0">
+		<category name="JBoss Tools jsf Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar" id="org.jboss.tools.richfaces.feature" version="0.0.0">
+		<category name="JBoss Tools jsf Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/jsf/site/pom.xml
===================================================================
--- trunk/jsf/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jsf/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>jsf.site</artifactId>
 	<name>jsf.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/jsf/site/site.xml
===================================================================
--- trunk/jsf/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jsf/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools jsf Nightly Build Update Site -->
-	<category-def label="JBoss Tools jsf Nightly Build Update Site" name="JBoss Tools jsf Nightly Build Update Site">
-		<description>JBoss Tools jsf Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.jsf.feature_0.0.0.jar" id="org.jboss.tools.jsf.feature" version="0.0.0">
-		<category name="JBoss Tools jsf Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jsf.test.feature_0.0.0.jar" id="org.jboss.tools.jsf.test.feature" version="0.0.0">
-		<category name="JBoss Tools jsf Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar" id="org.jboss.tools.richfaces.feature" version="0.0.0">
-		<category name="JBoss Tools jsf Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/jst/site/category.xml (from rev 38541, trunk/jst/site/site.xml)
===================================================================
--- trunk/jst/site/category.xml	                        (rev 0)
+++ trunk/jst/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools jst Nightly Build Update Site -->
+	<category-def label="JBoss Tools jst Nightly Build Update Site" name="JBoss Tools jst Nightly Build Update Site">
+		<description>JBoss Tools jst Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.jst.feature_0.0.0.jar" id="org.jboss.tools.jst.feature" version="0.0.0">
+		<category name="JBoss Tools jst Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jst.test.feature_0.0.0.jar" id="org.jboss.tools.jst.test.feature" version="0.0.0">
+		<category name="JBoss Tools JST Tests Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jst.web.tiles.feature_0.0.0.jar" id="org.jboss.tools.jst.web.tiles.feature" version="0.0.0">
+		<category name="JBoss Tools jst Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/jst/site/pom.xml
===================================================================
--- trunk/jst/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jst/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>jst.site</artifactId> 
 	<name>jst.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/jst/site/site.xml
===================================================================
--- trunk/jst/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/jst/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools jst Nightly Build Update Site -->
-	<category-def label="JBoss Tools jst Nightly Build Update Site" name="JBoss Tools jst Nightly Build Update Site">
-		<description>JBoss Tools jst Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.jst.feature_0.0.0.jar" id="org.jboss.tools.jst.feature" version="0.0.0">
-		<category name="JBoss Tools jst Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jst.test.feature_0.0.0.jar" id="org.jboss.tools.jst.test.feature" version="0.0.0">
-		<category name="JBoss Tools JST Tests Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.jst.web.tiles.feature_0.0.0.jar" id="org.jboss.tools.jst.web.tiles.feature" version="0.0.0">
-		<category name="JBoss Tools jst Nightly Build Update Site"/>
-	</feature>
-
-</site>

Modified: trunk/maven/features/pom.xml
===================================================================
--- trunk/maven/features/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/maven/features/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -26,5 +26,22 @@
 		<module>org.jboss.tools.maven.jpa.feature</module>
 		<module>org.jboss.tools.maven.profiles.feature</module>        
      </modules>
+
+	<repositories>
+		<repository>
+			<id>indigo</id>
+			<layout>p2</layout>
+			<url>http://download.eclipse.org/releases/indigo</url>
+		</repository>
+		<repository>
+			<id>wtp</id>
+			<layout>p2</layout>
+			<url>http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/</url>
+		</repository>
+		<repository>
+			<id>swtbot</id>
+			<layout>p2</layout>
+			<url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</url>
+		</repository>
+	</repositories>
 </project>
-	

Copied: trunk/maven/site/category.xml (from rev 38541, trunk/maven/site/site.xml)
===================================================================
--- trunk/maven/site/category.xml	                        (rev 0)
+++ trunk/maven/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools maven Nightly Build Update Site -->
+	<category-def label="JBoss Tools maven Nightly Build Update Site" name="JBoss Tools maven Nightly Build Update Site">
+		<description>JBoss Tools maven Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.maven.feature_0.0.0.jar" id="org.jboss.tools.maven.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.seam.feature_0.0.0.jar" id="org.jboss.tools.maven.seam.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.jsf.feature_0.0.0.jar" id="org.jboss.tools.maven.jsf.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.cdi.feature_0.0.0.jar" id="org.jboss.tools.maven.cdi.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.portlet.feature_0.0.0.jar" id="org.jboss.tools.maven.portlet.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.hibernate.feature_0.0.0.jar" id="org.jboss.tools.maven.hibernate.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.maven.jaxrs.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.jpa.feature_0.0.0.jar" id="org.jboss.tools.maven.jpa.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>    
+	<feature url="features/org.jboss.tools.maven.jbosspackaging.feature_0.0.0.jar" id="org.jboss.tools.maven.jbosspackaging.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.test.feature_0.0.0.jar" id="org.jboss.tools.maven.test.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.maven.profiles.feature_0.0.0.jar" id="org.jboss.tools.maven.profiles.feature" version="0.0.0">
+		<category name="JBoss Tools maven Nightly Build Update Site"/>
+	</feature>    
+</site>

Modified: trunk/maven/site/pom.xml
===================================================================
--- trunk/maven/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/maven/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>maven.site</artifactId>
 	<name>maven.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/maven/site/site.xml
===================================================================
--- trunk/maven/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/maven/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools maven Nightly Build Update Site -->
-	<category-def label="JBoss Tools maven Nightly Build Update Site" name="JBoss Tools maven Nightly Build Update Site">
-		<description>JBoss Tools maven Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.maven.feature_0.0.0.jar" id="org.jboss.tools.maven.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.seam.feature_0.0.0.jar" id="org.jboss.tools.maven.seam.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.jsf.feature_0.0.0.jar" id="org.jboss.tools.maven.jsf.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.cdi.feature_0.0.0.jar" id="org.jboss.tools.maven.cdi.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.portlet.feature_0.0.0.jar" id="org.jboss.tools.maven.portlet.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.hibernate.feature_0.0.0.jar" id="org.jboss.tools.maven.hibernate.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.project.examples.feature_0.0.0.jar" id="org.jboss.tools.maven.project.examples.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.maven.jaxrs.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.jpa.feature_0.0.0.jar" id="org.jboss.tools.maven.jpa.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>    
-	<feature url="features/org.jboss.tools.maven.jbosspackaging.feature_0.0.0.jar" id="org.jboss.tools.maven.jbosspackaging.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.test.feature_0.0.0.jar" id="org.jboss.tools.maven.test.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.maven.profiles.feature_0.0.0.jar" id="org.jboss.tools.maven.profiles.feature" version="0.0.0">
-		<category name="JBoss Tools maven Nightly Build Update Site"/>
-	</feature>    
-</site>

Copied: trunk/modeshape/site/category.xml (from rev 38541, trunk/modeshape/site/site.xml)
===================================================================
--- trunk/modeshape/site/category.xml	                        (rev 0)
+++ trunk/modeshape/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools modeshape Nightly Build Update Site -->
+	<category-def label="JBoss Tools modeshape Nightly Build Update Site" name="JBoss Tools modeshape Nightly Build Update Site">
+		<description>JBoss Tools modeshape Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.feature" version="0.0.0">
+		<category name="JBoss Tools modeshape Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.modeshape.rest.test.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.test.feature" version="0.0.0">
+		<category name="JBoss Tools modeshape Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/modeshape/site/pom.xml
===================================================================
--- trunk/modeshape/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/modeshape/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>modeshape.site</artifactId>
 	<name>modeshape.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/modeshape/site/site.xml
===================================================================
--- trunk/modeshape/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/modeshape/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools modeshape Nightly Build Update Site -->
-	<category-def label="JBoss Tools modeshape Nightly Build Update Site" name="JBoss Tools modeshape Nightly Build Update Site">
-		<description>JBoss Tools modeshape Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.feature" version="0.0.0">
-		<category name="JBoss Tools modeshape Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.modeshape.rest.test.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.test.feature" version="0.0.0">
-		<category name="JBoss Tools modeshape Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/openshift/site/category.xml (from rev 38541, trunk/openshift/site/site.xml)
===================================================================
--- trunk/openshift/site/category.xml	                        (rev 0)
+++ trunk/openshift/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools as Nightly Build Update Site -->
+	<category-def label="JBoss Tools OpenShift Nightly Build Update Site" name="JBoss Tools OpenShift Nightly Build Update Site">
+		<description>JBoss Tools OpenShift Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.openshift.egit.integration.feature_0.0.0.jar" id="org.jboss.tools.openshift.egit.integration.feature" version="0.0.0">
+		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
+	</feature>
+	<feature url="features/org.jboss.tools.openshift.egit.integration.source.feature_0.0.0.jar" id="org.jboss.tools.openshift.egit.integration.source.feature" version="0.0.0">
+		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
+	</feature>
+
+	<feature url="features/org.jboss.tools.openshift.express.feature_0.0.0.jar" id="org.jboss.tools.openshift.express.feature" version="0.0.0">
+		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
+	</feature>
+	<feature url="features/org.jboss.tools.openshift.express.source.feature_0.0.0.jar" id="org.jboss.tools.openshift.express.source.feature" version="0.0.0">
+		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
+	</feature>
+</site>

Modified: trunk/openshift/site/pom.xml
===================================================================
--- trunk/openshift/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/openshift/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -8,5 +8,5 @@
 	</parent>
 	<groupId>org.jboss.tools.openshift</groupId>
 	<artifactId>openshift.site</artifactId> 
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/openshift/site/site.xml
===================================================================
--- trunk/openshift/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/openshift/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools as Nightly Build Update Site -->
-	<category-def label="JBoss Tools OpenShift Nightly Build Update Site" name="JBoss Tools OpenShift Nightly Build Update Site">
-		<description>JBoss Tools OpenShift Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.openshift.egit.integration.feature_0.0.0.jar" id="org.jboss.tools.openshift.egit.integration.feature" version="0.0.0">
-		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
-	</feature>
-	<feature url="features/org.jboss.tools.openshift.egit.integration.source.feature_0.0.0.jar" id="org.jboss.tools.openshift.egit.integration.source.feature" version="0.0.0">
-		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
-	</feature>
-
-	<feature url="features/org.jboss.tools.openshift.express.feature_0.0.0.jar" id="org.jboss.tools.openshift.express.feature" version="0.0.0">
-		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
-	</feature>
-	<feature url="features/org.jboss.tools.openshift.express.source.feature_0.0.0.jar" id="org.jboss.tools.openshift.express.source.feature" version="0.0.0">
-		<category name="JBoss Tools OpenShift Nightly Build Update Site" />
-	</feature>
-</site>

Copied: trunk/portlet/site/category.xml (from rev 38541, trunk/portlet/site/site.xml)
===================================================================
--- trunk/portlet/site/category.xml	                        (rev 0)
+++ trunk/portlet/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools portlet Nightly Build Update Site -->
+	<category-def label="JBoss Tools portlet Nightly Build Update Site" name="JBoss Tools portlet Nightly Build Update Site">
+		<description>JBoss Tools portlet Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar" id="org.jboss.tools.portlet.feature" version="0.0.0">
+		<category name="JBoss Tools portlet Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.portlet.test.feature_0.0.0.jar" id="org.jboss.tools.portlet.test.feature" version="0.0.0">
+		<category name="JBoss Tools portlet Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/portlet/site/pom.xml
===================================================================
--- trunk/portlet/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/portlet/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>portlet.site</artifactId>
 	<name>portlet.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/portlet/site/site.xml
===================================================================
--- trunk/portlet/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/portlet/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools portlet Nightly Build Update Site -->
-	<category-def label="JBoss Tools portlet Nightly Build Update Site" name="JBoss Tools portlet Nightly Build Update Site">
-		<description>JBoss Tools portlet Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar" id="org.jboss.tools.portlet.feature" version="0.0.0">
-		<category name="JBoss Tools portlet Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.portlet.test.feature_0.0.0.jar" id="org.jboss.tools.portlet.test.feature" version="0.0.0">
-		<category name="JBoss Tools portlet Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/runtime/site/category.xml (from rev 38541, trunk/runtime/site/site.xml)
===================================================================
--- trunk/runtime/site/category.xml	                        (rev 0)
+++ trunk/runtime/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <description>
+      To install these features, point Eclipse at this site.
+   </description>
+   <category-def name="JBoss Tools runtime Nightly Build Update Site" label="JBoss Tools runtime Nightly Build Update Site">
+      <description>
+         JBoss Tools runtime Nightly Build Update Site: contains all features in this build.
+      </description>
+   </category-def>
+   <feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar" id="org.jboss.tools.runtime.core.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.as.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.as.detector.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.drools.detector.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.esb.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.seam.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.seam.detector.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.test.feature_0.0.0.jar" id="org.jboss.tools.runtime.test.feature" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+</site>

Modified: trunk/runtime/site/pom.xml
===================================================================
--- trunk/runtime/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/runtime/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>runtime.site</artifactId>
 	<name>runtime.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/runtime/site/site.xml
===================================================================
--- trunk/runtime/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/runtime/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-   <description>
-      To install these features, point Eclipse at this site.
-   </description>
-   <category-def name="JBoss Tools runtime Nightly Build Update Site" label="JBoss Tools runtime Nightly Build Update Site">
-      <description>
-         JBoss Tools runtime Nightly Build Update Site: contains all features in this build.
-      </description>
-   </category-def>
-   <feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar" id="org.jboss.tools.runtime.core.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-   <feature url="features/org.jboss.tools.runtime.as.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.as.detector.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-   <feature url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.drools.detector.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-   <feature url="features/org.jboss.tools.runtime.esb.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-   <feature url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-   <feature url="features/org.jboss.tools.runtime.seam.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.seam.detector.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-   <feature url="features/org.jboss.tools.runtime.test.feature_0.0.0.jar" id="org.jboss.tools.runtime.test.feature" version="0.0.0">
-      <category name="JBoss Tools runtime Nightly Build Update Site"/>
-   </feature>
-</site>

Copied: trunk/seam/site/category.xml (from rev 38541, trunk/seam/site/site.xml)
===================================================================
--- trunk/seam/site/category.xml	                        (rev 0)
+++ trunk/seam/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools seam Nightly Build Update Site -->
+	<category-def label="JBoss Tools seam Nightly Build Update Site" name="JBoss Tools seam Nightly Build Update Site">
+		<description>JBoss Tools seam Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.seam.feature_0.0.0.jar" id="org.jboss.tools.seam.feature" version="0.0.0">
+		<category name="JBoss Tools seam Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.seam.test.feature_0.0.0.jar" id="org.jboss.tools.seam.test.feature" version="0.0.0">
+		<category name="JBoss Tools seam Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/seam/site/pom.xml
===================================================================
--- trunk/seam/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/seam/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>seam.site</artifactId>
 	<name>seam.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/seam/site/site.xml
===================================================================
--- trunk/seam/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/seam/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools seam Nightly Build Update Site -->
-	<category-def label="JBoss Tools seam Nightly Build Update Site" name="JBoss Tools seam Nightly Build Update Site">
-		<description>JBoss Tools seam Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.seam.feature_0.0.0.jar" id="org.jboss.tools.seam.feature" version="0.0.0">
-		<category name="JBoss Tools seam Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.seam.test.feature_0.0.0.jar" id="org.jboss.tools.seam.test.feature" version="0.0.0">
-		<category name="JBoss Tools seam Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/smooks/site/category.xml (from rev 38541, trunk/smooks/site/site.xml)
===================================================================
--- trunk/smooks/site/category.xml	                        (rev 0)
+++ trunk/smooks/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools smooks Nightly Build Update Site -->
+	<category-def label="JBoss Tools smooks Nightly Build Update Site" name="JBoss Tools smooks Nightly Build Update Site">
+		<description>JBoss Tools smooks Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar" id="org.jboss.tools.smooks.feature" version="0.0.0">
+		<category name="JBoss Tools smooks Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.smooks.test.feature_0.0.0.jar" id="org.jboss.tools.smooks.test.feature" version="0.0.0">
+		<category name="JBoss Tools smooks Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/smooks/site/pom.xml
===================================================================
--- trunk/smooks/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/smooks/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>smooks.site</artifactId>
 	<name>smooks.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/smooks/site/site.xml
===================================================================
--- trunk/smooks/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/smooks/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools smooks Nightly Build Update Site -->
-	<category-def label="JBoss Tools smooks Nightly Build Update Site" name="JBoss Tools smooks Nightly Build Update Site">
-		<description>JBoss Tools smooks Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar" id="org.jboss.tools.smooks.feature" version="0.0.0">
-		<category name="JBoss Tools smooks Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.smooks.test.feature_0.0.0.jar" id="org.jboss.tools.smooks.test.feature" version="0.0.0">
-		<category name="JBoss Tools smooks Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/struts/site/category.xml (from rev 38541, trunk/struts/site/site.xml)
===================================================================
--- trunk/struts/site/category.xml	                        (rev 0)
+++ trunk/struts/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools struts Nightly Build Update Site -->
+	<category-def label="JBoss Tools struts Nightly Build Update Site" name="JBoss Tools struts Nightly Build Update Site">
+		<description>JBoss Tools struts Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.struts.feature_0.0.0.jar" id="org.jboss.tools.struts.feature" version="0.0.0">
+		<category name="JBoss Tools struts Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.struts.test.feature_0.0.0.jar" id="org.jboss.tools.struts.test.feature" version="0.0.0">
+		<category name="JBoss Tools struts Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/struts/site/pom.xml
===================================================================
--- trunk/struts/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/struts/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>struts.site</artifactId>
 	<name>struts.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/struts/site/site.xml
===================================================================
--- trunk/struts/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/struts/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools struts Nightly Build Update Site -->
-	<category-def label="JBoss Tools struts Nightly Build Update Site" name="JBoss Tools struts Nightly Build Update Site">
-		<description>JBoss Tools struts Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.struts.feature_0.0.0.jar" id="org.jboss.tools.struts.feature" version="0.0.0">
-		<category name="JBoss Tools struts Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.struts.test.feature_0.0.0.jar" id="org.jboss.tools.struts.test.feature" version="0.0.0">
-		<category name="JBoss Tools struts Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/tests/site/category.xml (from rev 38541, trunk/tests/site/site.xml)
===================================================================
--- trunk/tests/site/category.xml	                        (rev 0)
+++ trunk/tests/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools tests Nightly Build Update Site -->
+	<category-def label="JBoss Tools tests Nightly Build Update Site" name="JBoss Tools tests Nightly Build Update Site">
+		<description>JBoss Tools tests Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.test.feature_0.0.0.jar" id="org.jboss.tools.test.feature" version="0.0.0">
+		<category name="JBoss Tools tests Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.test.source.feature_0.0.0.jar" id="org.jboss.tools.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools tests Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/tests/site/pom.xml
===================================================================
--- trunk/tests/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/tests/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -9,5 +9,5 @@
 	<groupId>org.jboss.tools.tests</groupId>
 	<artifactId>tests.site</artifactId>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/tests/site/site.xml
===================================================================
--- trunk/tests/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/tests/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools tests Nightly Build Update Site -->
-	<category-def label="JBoss Tools tests Nightly Build Update Site" name="JBoss Tools tests Nightly Build Update Site">
-		<description>JBoss Tools tests Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.test.feature_0.0.0.jar" id="org.jboss.tools.test.feature" version="0.0.0">
-		<category name="JBoss Tools tests Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.test.source.feature_0.0.0.jar" id="org.jboss.tools.test.source.feature" version="0.0.0">
-		<category name="JBoss Tools tests Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/usage/site/category.xml (from rev 38541, trunk/usage/site/site.xml)
===================================================================
--- trunk/usage/site/category.xml	                        (rev 0)
+++ trunk/usage/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools Usage Reporting Nightly Build Update Site -->
+	<category-def label="JBoss Tools Usage Reporting Nightly Build Update Site" name="JBoss Tools Usage Reporting Nightly Build Update Site">
+		<description>JBoss Tools Usage Reporting Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar" id="org.jboss.tools.usage.feature" version="0.0.0">
+		<category name="JBoss Tools Usage Reporting Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.usage.test.feature_0.0.0.jar" id="org.jboss.tools.usage.test.feature" version="0.0.0">
+		<category name="JBoss Tools Usage Reporting Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/usage/site/pom.xml
===================================================================
--- trunk/usage/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/usage/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>usage.site</artifactId> 
 	<name>usage.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>
\ No newline at end of file

Deleted: trunk/usage/site/site.xml
===================================================================
--- trunk/usage/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/usage/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools Usage Reporting Nightly Build Update Site -->
-	<category-def label="JBoss Tools Usage Reporting Nightly Build Update Site" name="JBoss Tools Usage Reporting Nightly Build Update Site">
-		<description>JBoss Tools Usage Reporting Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar" id="org.jboss.tools.usage.feature" version="0.0.0">
-		<category name="JBoss Tools Usage Reporting Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.usage.test.feature_0.0.0.jar" id="org.jboss.tools.usage.test.feature" version="0.0.0">
-		<category name="JBoss Tools Usage Reporting Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/vpe/site/category.xml (from rev 38541, trunk/vpe/site/site.xml)
===================================================================
--- trunk/vpe/site/category.xml	                        (rev 0)
+++ trunk/vpe/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools vpe Nightly Build Update Site -->
+	<!--VPE-->
+	<category-def label="JBoss Tools vpe Nightly Build Update Site" name="JBoss Tools vpe Nightly Build Update Site">
+		<description>JBoss Tools vpe Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.vpe.feature_0.0.0.jar" id="org.jboss.tools.vpe.feature" version="0.0.0">
+		<category name="JBoss Tools vpe Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.vpe.test.feature_0.0.0.jar" id="org.jboss.tools.vpe.test.feature" version="0.0.0">
+		<category name="JBoss Tools VPE Test Nightly Build Update Site"/>
+	</feature>
+	
+	<!--BrowserSim-->
+	<feature url="features/org.jboss.tools.vpe.browsersim.feature_0.0.0.jar" id="org.jboss.tools.vpe.browsersim.feature" version="0.0.0">
+		<category name="JBoss Tools vpe Nightly Build Update Site"/>
+	</feature>
+	<!--feature url="features/org.jboss.tools.vpe.test.feature_0.0.0.jar" id="org.jboss.tools.vpe.browsersim.test.feature" version="0.0.0">
+		<category name="JBoss Tools BrowserSim Test Nightly Build Update Site"/>
+	</feature-->
+
+	<!-- include but leave uncategorized -->
+	<feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
+	</feature>
+	<feature url="features/org.jboss.tools.xulrunner.feature_0.0.0.jar" id="org.jboss.tools.xulrunner.feature" version="0.0.0">
+	</feature>
+
+</site>

Modified: trunk/vpe/site/pom.xml
===================================================================
--- trunk/vpe/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/vpe/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 		<artifactId>vpe</artifactId>
 		<version>3.3.0-SNAPSHOT</version>
 	</parent>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/vpe/site/site.xml
===================================================================
--- trunk/vpe/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/vpe/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools vpe Nightly Build Update Site -->
-	<!--VPE-->
-	<category-def label="JBoss Tools vpe Nightly Build Update Site" name="JBoss Tools vpe Nightly Build Update Site">
-		<description>JBoss Tools vpe Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.vpe.feature_0.0.0.jar" id="org.jboss.tools.vpe.feature" version="0.0.0">
-		<category name="JBoss Tools vpe Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.vpe.test.feature_0.0.0.jar" id="org.jboss.tools.vpe.test.feature" version="0.0.0">
-		<category name="JBoss Tools VPE Test Nightly Build Update Site"/>
-	</feature>
-	
-	<!--BrowserSim-->
-	<feature url="features/org.jboss.tools.vpe.browsersim.feature_0.0.0.jar" id="org.jboss.tools.vpe.browsersim.feature" version="0.0.0">
-		<category name="JBoss Tools vpe Nightly Build Update Site"/>
-	</feature>
-	<!--feature url="features/org.jboss.tools.vpe.test.feature_0.0.0.jar" id="org.jboss.tools.vpe.browsersim.test.feature" version="0.0.0">
-		<category name="JBoss Tools BrowserSim Test Nightly Build Update Site"/>
-	</feature-->
-
-	<!-- include but leave uncategorized -->
-	<feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
-	</feature>
-	<feature url="features/org.jboss.tools.xulrunner.feature_0.0.0.jar" id="org.jboss.tools.xulrunner.feature" version="0.0.0">
-	</feature>
-
-</site>

Copied: trunk/ws/site/category.xml (from rev 38541, trunk/ws/site/site.xml)
===================================================================
--- trunk/ws/site/category.xml	                        (rev 0)
+++ trunk/ws/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+	<description>To install these features, point Eclipse at this site.</description>
+	<!-- JBoss Tools ws Nightly Build Update Site -->
+	<category-def label="JBoss Tools ws Nightly Build Update Site" name="JBoss Tools ws Nightly Build Update Site">
+		<description>JBoss Tools ws Nightly Build Update Site: contains all features in this build.</description>
+	</category-def>
+	<feature url="features/org.jboss.tools.ws.feature_0.0.0.jar" id="org.jboss.tools.ws.feature" version="0.0.0">
+		<category name="JBoss Tools ws Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
+		<category name="JBoss Tools ws Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.ws.test.feature_0.0.0.jar" id="org.jboss.tools.ws.test.feature" version="0.0.0">
+		<category name="JBoss Tools ws Nightly Build Update Site"/>
+	</feature>
+
+</site>

Modified: trunk/ws/site/pom.xml
===================================================================
--- trunk/ws/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/ws/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -11,5 +11,5 @@
 	<artifactId>ws.site</artifactId>
 	<name>ws.site</name>
 	
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/ws/site/site.xml
===================================================================
--- trunk/ws/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/ws/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-	<description>To install these features, point Eclipse at this site.</description>
-	<!-- JBoss Tools ws Nightly Build Update Site -->
-	<category-def label="JBoss Tools ws Nightly Build Update Site" name="JBoss Tools ws Nightly Build Update Site">
-		<description>JBoss Tools ws Nightly Build Update Site: contains all features in this build.</description>
-	</category-def>
-	<feature url="features/org.jboss.tools.ws.feature_0.0.0.jar" id="org.jboss.tools.ws.feature" version="0.0.0">
-		<category name="JBoss Tools ws Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
-		<category name="JBoss Tools ws Nightly Build Update Site"/>
-	</feature>
-	<feature url="features/org.jboss.tools.ws.test.feature_0.0.0.jar" id="org.jboss.tools.ws.test.feature" version="0.0.0">
-		<category name="JBoss Tools ws Nightly Build Update Site"/>
-	</feature>
-
-</site>

Copied: trunk/xulrunner/site/category.xml (from rev 38541, trunk/xulrunner/site/site.xml)
===================================================================
--- trunk/xulrunner/site/category.xml	                        (rev 0)
+++ trunk/xulrunner/site/category.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+  <feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
+    <category name="XulRunner"/>
+  </feature>
+  <feature url="features/org.mozilla.xpcom.feature_0.0.0.jar" id="org.mozilla.xpcom.feature" version="0.0.0">
+    <category name="XulRunner"/>
+  </feature>
+  <category-def name="XulRunner" label="XulRunner support for JBoss Tools">
+    <description>XulRunner support for JBoss Tools</description>
+  </category-def>
+</site>

Modified: trunk/xulrunner/site/pom.xml
===================================================================
--- trunk/xulrunner/site/pom.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/xulrunner/site/pom.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -10,5 +10,5 @@
 	<artifactId>xulrunner.site</artifactId>
 	<name>xulrunner.site</name> 
 	<version>1.9.2-SNAPSHOT</version>
-	<packaging>eclipse-update-site</packaging>
+	<packaging>eclipse-repository</packaging>
 </project>

Deleted: trunk/xulrunner/site/site.xml
===================================================================
--- trunk/xulrunner/site/site.xml	2012-03-14 16:03:42 UTC (rev 39510)
+++ trunk/xulrunner/site/site.xml	2012-03-14 16:30:02 UTC (rev 39511)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-  <feature url="features/org.mozilla.xulrunner.feature_0.0.0.jar" id="org.mozilla.xulrunner.feature" version="0.0.0">
-    <category name="XulRunner"/>
-  </feature>
-  <feature url="features/org.mozilla.xpcom.feature_0.0.0.jar" id="org.mozilla.xpcom.feature" version="0.0.0">
-    <category name="XulRunner"/>
-  </feature>
-  <category-def name="XulRunner" label="XulRunner support for JBoss Tools">
-    <description>XulRunner support for JBoss Tools</description>
-  </category-def>
-</site>



More information about the jbosstools-commits mailing list