[jbosstools-commits] JBoss Tools SVN: r24229 - trunk/site.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 17 18:40:38 EDT 2010


Author: dgolovin
Date: 2010-08-17 18:40:38 -0400 (Tue, 17 Aug 2010)
New Revision: 24229

Modified:
   trunk/site/category.JBossTools.xml
   trunk/site/site.xml
Log:
https://jira.jboss.org/browse/JBIDE-6837 Iclude deltacloud component in JBT build and update site
- deltacloud included in update site under Cloud category
- gwt included in update site under Application Development category as Max requested in email


Modified: trunk/site/category.JBossTools.xml
===================================================================
--- trunk/site/category.JBossTools.xml	2010-08-17 22:37:56 UTC (rev 24228)
+++ trunk/site/category.JBossTools.xml	2010-08-17 22:40:38 UTC (rev 24229)
@@ -120,6 +120,12 @@
    <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
       <category name="AllTools"/>
    </feature>
+   <feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar" id="org.jboss.tools.gwt.feature" version="0.0.0">
+      <category name="GeneralTools"/>
+   </feature>
+   <feature url="features/org.jboss.tools.deltacloud_0.0.0.jar" id="org.jboss.tools.deltacloud" version="0.0.0">
+      <category name="CloudTools"/>
+   </feature>
    <category-def name="SDKTools" label="${product.name} SDK">
       <description>
          ${product.name} SDK contains plugins where an SDK package
@@ -180,4 +186,9 @@
          Tools used to improve testing and performance.
       </description>
    </category-def>
+   <category-def name="CloudTools" label="Cloud">
+      <description>
+         Tools for Cloud Development
+      </description>
+   </category-def>
 </site>

Modified: trunk/site/site.xml
===================================================================
--- trunk/site/site.xml	2010-08-17 22:37:56 UTC (rev 24228)
+++ trunk/site/site.xml	2010-08-17 22:40:38 UTC (rev 24229)
@@ -136,6 +136,12 @@
    <feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
       <category name="AllTools"/>
    </feature>
+   <feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar" id="org.jboss.tools.gwt.feature" version="0.0.0">
+      <category name="GeneralTools"/>
+   </feature>
+   <feature url="features/org.jboss.tools.deltacloud_0.0.0.jar" id="org.jboss.tools.deltacloud" version="0.0.0">
+      <category name="CloudTools"/>
+   </feature>
    <category-def name="SDKTools" label="JBoss Tools SDK">
       <description>
          JBoss Tools SDK contains plugins where an SDK package
@@ -196,4 +202,9 @@
          Tools used to improve testing and performance.
       </description>
    </category-def>
+   <category-def name="CloudTools" label="Cloud">
+      <description>
+         Tools for Cloud Development
+      </description>
+   </category-def>
 </site>



More information about the jbosstools-commits mailing list