Author: snjeza
Date: 2011-11-24 17:24:31 -0500 (Thu, 24 Nov 2011)
New Revision: 36636
Modified:
trunk/central/features/pom.xml
trunk/central/plugins/pom.xml
trunk/central/site/site.xml
Log:
JBIDE-10223 Create separate JBoss Central tutorials for JBDS and JBoss Tools
Modified: trunk/central/features/pom.xml
===================================================================
--- trunk/central/features/pom.xml 2011-11-24 22:22:55 UTC (rev 36635)
+++ trunk/central/features/pom.xml 2011-11-24 22:24:31 UTC (rev 36636)
@@ -15,6 +15,7 @@
<modules>
<module>org.jboss.tools.central.feature</module>
<module>org.jboss.tools.central.discovery.feature</module>
+ <module>org.jboss.tools.comunity.central.feature</module>
</modules>
</project>
Modified: trunk/central/plugins/pom.xml
===================================================================
--- trunk/central/plugins/pom.xml 2011-11-24 22:22:55 UTC (rev 36635)
+++ trunk/central/plugins/pom.xml 2011-11-24 22:24:31 UTC (rev 36636)
@@ -15,6 +15,7 @@
<modules>
<module>org.jboss.tools.central</module>
<module>org.jboss.tools.central.discovery</module>
+ <module>org.jboss.tools.community.central</module>
</modules>
</project>
Modified: trunk/central/site/site.xml
===================================================================
--- trunk/central/site/site.xml 2011-11-24 22:22:55 UTC (rev 36635)
+++ trunk/central/site/site.xml 2011-11-24 22:24:31 UTC (rev 36636)
@@ -1,15 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <description>To install these features, point Eclipse at this
site.</description>
- <!-- JBoss Central Nightly Build Update Site -->
- <category-def label="JBoss Central Nightly Build Update Site"
name="JBoss Central Nightly Build Update Site">
- <description>JBoss Central Nightly Build Update Site: contains all features in
this build.</description>
- </category-def>
- <feature url="features/org.jboss.tools.central.feature_0.0.0.jar"
id="org.jboss.tools.central.feature" version="0.0.0">
- <category name="JBoss Central Nightly Build Update Site"/>
- </feature>
- <!-- hidden feature: only want to include the plugin w/o exposing the feature for
users to install -->
- <feature url="features/org.jboss.tools.central.discovery.feature_0.0.0.jar"
id="org.jboss.tools.central.discovery.feature" version="0.0.0">
- </feature>
-
-</site>
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>
+ To install these features, point Eclipse at this site.
+ </description>
+ <feature url="features/org.jboss.tools.central.feature_0.0.0.jar"
id="org.jboss.tools.central.feature" version="0.0.0">
+ <category name="JBoss Central Nightly Build Update Site"/>
+ </feature>
+ <feature
url="features/org.jboss.tools.central.discovery.feature_0.0.0.jar"
id="org.jboss.tools.central.discovery.feature" version="0.0.0"/>
+ <feature
url="features/org.jboss.tools.community.central.feature_1.0.0.qualifier.jar"
id="org.jboss.tools.community.central.feature"
version="1.0.0.qualifier">
+ <category name="JBoss Central Nightly Build Update Site"/>
+ </feature>
+ <category-def name="JBoss Central Nightly Build Update Site"
label="JBoss Central Nightly Build Update Site">
+ <description>
+ JBoss Central Nightly Build Update Site: contains all features in this build.
+ </description>
+ </category-def>
+</site>
Show replies by date