Author: nickboldt
Date: 2011-09-14 00:19:06 -0400 (Wed, 14 Sep 2011)
New Revision: 34715
Modified:
branches/jbosstools-3.2.x/build/aggregate/webtools-site/site.xml
Log:
https://issues.jboss.org/browse/JBIDE-8460 change category name/id in
webtools-site/site.xml
Modified: branches/jbosstools-3.2.x/build/aggregate/webtools-site/site.xml
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/webtools-site/site.xml 2011-09-14 04:18:42
UTC (rev 34714)
+++ branches/jbosstools-3.2.x/build/aggregate/webtools-site/site.xml 2011-09-14 04:19:06
UTC (rev 34715)
@@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <description>To install these features, point Eclipse at this
site.</description>
- <!-- JBoss Tools - Web Tools Nightly Build Update Site -->
- <category-def label="JBoss Tools - Web Tools Nightly Build Update Site"
name="JBoss Tools - Web Tools Nightly Build Update Site">
- <description>JBoss Tools - Web Tools Nightly Build Update Site: contains all
features in this build.</description>
+ <category-def label="org.eclipse.wst.server.core.serverAdapter"
name="org.eclipse.wst.server.core.serverAdapter">
</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 - Web Tools Nightly Build Update Site"/>
+ <category name="org.eclipse.wst.server.core.serverAdapter"/>
</feature>
<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 - Web Tools Nightly Build Update Site"/>
+ <category name="org.eclipse.wst.server.core.serverAdapter"/>
</feature>
<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 - Web Tools Nightly Build Update Site"/>
+ <category name="org.eclipse.wst.server.core.serverAdapter"/>
</feature>
</site>