Author: nickboldt
Date: 2011-11-24 18:39:07 -0500 (Thu, 24 Nov 2011)
New Revision: 36643
Modified:
trunk/build/aggregate/site/site.xml
trunk/build/aggregate/site/sources/site.xml
Log:
add new central feature to sources/site.xml too; add note in files to encourage people to
commit VALID XML when adding new features
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-11-24 23:38:58 UTC (rev 36642)
+++ trunk/build/aggregate/site/site.xml 2011-11-24 23:39:07 UTC (rev 36643)
@@ -2,6 +2,13 @@
<site>
<description>JBoss Tools 3.3 Updates</description>
+ <!-- PLEASE NOTE!
+ When updating this file, please be sure that it parses as valid XML before committing
it.
+ To test, just run `mvn clean install` in this folder.
+
+ Please also remember to add matching source feature entries to sources/site.xml
+ -->
+
<!-- only in JBDS
<feature url="features/com.jboss.jbds.product.feature_0.0.0.jar"
id="com.jboss.jbds.product.feature" version="0.0.0"
patch="false">
<category name="AbridgedTools" />
Modified: trunk/build/aggregate/site/sources/site.xml
===================================================================
--- trunk/build/aggregate/site/sources/site.xml 2011-11-24 23:38:58 UTC (rev 36642)
+++ trunk/build/aggregate/site/sources/site.xml 2011-11-24 23:39:07 UTC (rev 36643)
@@ -1,10 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description>JBoss Tools 3.3 Sources</description>
+
+ <!-- PLEASE NOTE!
+ When updating this file, please be sure that it parses as valid XML before committing
it.
+ To test, just run `mvn clean install` in this folder.
+
+ Please also remember to add matching feature entries to ../site.xml
+ -->
+
+ <!-- only in JBDS
+ <feature url="features/com.jboss.jbds.product.feature_0.0.0.jar"
id="com.jboss.jbds.product.feature" version="0.0.0"
patch="false">
+ </feature>
+ -->
+
<!--
<feature url="features/org.jboss.tools.central.source.feature_0.0.0.jar"
id="org.jboss.tools.central.source.feature" version="0.0.0">
<category name="AllSources"/>
</feature>
+ <feature
url="features/org.jboss.tools.community.central.source.feature_0.0.0.jar"
id="org.jboss.tools.community.central.source.feature"
version="0.0.0">
+ <category name="AllSources" />
+ </feature>
<feature
url="features/org.jboss.tools.central.discovery.source.feature_0.0.0.jar"
id="org.jboss.tools.central.discovery.source.feature"
version="0.0.0">
</feature>
<feature
url="features/org.jboss.tools.richfaces.source.feature_0.0.0.jar"
id="org.jboss.tools.richfaces.source.feature" version="0.0.0">
@@ -116,15 +132,15 @@
<category name="AllSources" />
</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="AllSources" />
- </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="AllSources" />
</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="AllSources" />
</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="AllSources" />
+ </feature>
<!--
<feature url="features/org.jboss.tools.runtime.source.feature_0.0.0.jar"
id="org.jboss.tools.runtime.source.feature" version="0.0.0">
<category name="AllSources" />
Show replies by date