[jbosstools-commits] JBoss Tools SVN: r23891 - in trunk: site and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 3 16:57:51 EDT 2010


Author: nickboldt
Date: 2010-08-03 16:57:50 -0400 (Tue, 03 Aug 2010)
New Revision: 23891

Modified:
   trunk/build/aggregate/site/site.xml
   trunk/site/site.xml
Log:
add missing modeshape feature to update sites

Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml	2010-08-03 20:18:31 UTC (rev 23890)
+++ trunk/build/aggregate/site/site.xml	2010-08-03 20:57:50 UTC (rev 23891)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site pack200="true">
 	<description>
-		This is the Nightly Build Update Site for JBoss Tools 3.2.0.M1.
+		This is the Nightly Build Update Site for JBoss Tools 3.2.0.
    </description>
 
 	<!-- only in JBDS -->
@@ -102,7 +102,6 @@
 		<category name="DataTools" />
 		<category name="GeneralTools" />
 	</feature>
-	
 	<feature url="features/org.drools.eclipse.feature_0.0.0.jar" id="org.drools.eclipse.feature" version="0.0.0">
 		<category name="AllTools" />
 		<category name="SOATools" />
@@ -119,7 +118,6 @@
 		<category name="AllTools" />
 		<category name="SOATools" />
 	</feature>
-
 	<feature url="features/org.jboss.tools.project.examples.feature_0.0.0.jar"
 	         id="org.jboss.tools.project.examples.feature"
 	         version="0.0.0"
@@ -229,6 +227,11 @@
 		<category name="SOATools" />
 	</feature>
 
+	<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="AllTools" />
+		<category name="GeneralTools" />
+	</feature>
+
 	<!-- categories - see also ../../../common/aggregateRepos.*.properties -->
 	<category-def name="SDKTools" label="JBoss Tools SDK">
 		<description>JBoss Tools SDK contains plugins where an SDK package
@@ -237,7 +240,7 @@
 		</description>
 	</category-def>
 
-	<category-def name="AllTools" label="All JBoss Tools 3.2.0.M1">
+	<category-def name="AllTools" label="All JBoss Tools 3.2.0">
 		<description>
 			Contains ALL the plugins that are available from
 			JBoss Tools except those
@@ -291,13 +294,13 @@
 		<description>Tools used to improve testing and performance.
 		</description>
 	</category-def>
-	
+
 	<!-- aggregated from other sources -->
         <feature url="features/org.pi4soa.core.feature_0.0.0.jar" id="org.pi4soa.core.feature" version="0.0.0">
 		<category name="AllTools" />
 	</feature>
 	
-	<!-- removed temporarily because pi4soa doesn't work w/ Eclipse 3.6. yet.
+	<!-- removed temporarily because teiid doesn't work w/ Eclipse 3.6. yet.
 	<feature url="features/org.teiid.datatools.connectivity.feature_0.0.0.jar" id="org.teiid.datatools.connectivity.feature" version="0.0.0">
 		<category name="AllTools" />
 		<category name="DataTools" />

Modified: trunk/site/site.xml
===================================================================
--- trunk/site/site.xml	2010-08-03 20:18:31 UTC (rev 23890)
+++ trunk/site/site.xml	2010-08-03 20:57:50 UTC (rev 23891)
@@ -227,6 +227,11 @@
 		<category name="SOATools" />
 	</feature>
 
+	<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="AllTools" />
+		<category name="GeneralTools" />
+	</feature>
+
 	<!-- categories - see also ../../../common/aggregateRepos.*.properties -->
 	<category-def name="SDKTools" label="JBoss Tools SDK">
 		<description>JBoss Tools SDK contains plugins where an SDK package
@@ -290,4 +295,18 @@
 		</description>
 	</category-def>
 
+	<!-- removed temporarily because teiid doesn't work w/ Eclipse 3.6. yet.
+	<feature url="features/org.teiid.datatools.connectivity.feature_0.0.0.jar" id="org.teiid.datatools.connectivity.feature" version="0.0.0">
+		<category name="AllTools" />
+		<category name="DataTools" />
+	</feature>
+	<feature url="features/org.teiid.designer.feature_0.0.0.jar" id="org.teiid.designer.feature" version="0.0.0">
+		<category name="AllTools" />
+		<category name="DataTools" />
+	</feature>
+	<feature url="features/org.teiid.designer.runtime.feature_0.0.0.jar" id="org.teiid.designer.runtime.feature" version="0.0.0">
+		<category name="AllTools" />
+		<category name="DataTools" />
+	</feature>
+	-->
 </site>



More information about the jbosstools-commits mailing list