[jbosstools-commits] JBoss Tools SVN: r43727 - trunk/build/aggregate/site.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Sat Sep 15 04:46:36 EDT 2012
Author: mickael_istria
Date: 2012-09-15 04:46:35 -0400 (Sat, 15 Sep 2012)
New Revision: 43727
Modified:
trunk/build/aggregate/site/site.xml
Log:
JBIDE-12552: Added themes to site
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2012-09-15 00:08:24 UTC (rev 43726)
+++ trunk/build/aggregate/site/site.xml 2012-09-15 08:46:35 UTC (rev 43727)
@@ -4,7 +4,7 @@
<!-- 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.
+ To test, just run `mvn clean install` in this folder.
-->
<!-- only in JBDS
@@ -85,7 +85,7 @@
<category name="AbridgedTools" />
<category name="CloudTools" />
</feature>
- <!-- only in JBDS
+ <!-- only in JBDS
<feature url="features/org.eclipse.egit_0.0.0.jar" id="org.eclipse.egit" version="0.0.0">
</feature>
<feature url="features/org.eclipse.jgit_0.0.0.jar" id="org.eclipse.jgit" version="0.0.0">
@@ -173,7 +173,7 @@
<feature url="features/org.jboss.tools.maven.jpa.feature_0.0.0.jar" id="org.jboss.tools.maven.jpa.feature" version="0.0.0">
<category name="AbridgedTools" />
<category name="MavenTools" />
- </feature>
+ </feature>
<feature url="features/org.jboss.tools.maven.jsf.feature_0.0.0.jar" id="org.jboss.tools.maven.jsf.feature" version="0.0.0">
<category name="AbridgedTools" />
<category name="MavenTools" />
@@ -231,6 +231,9 @@
</feature>
<feature url="features/org.jboss.tools.common.verification.feature_0.0.0.jar" id="org.jboss.tools.common.verification.feature" version="0.0.0">
</feature>
+ <feature url="features/org.jboss.tools.central.themes.feature_0.0.0.jar" id="org.jboss.tools.central.themes.feature" version="0.0.0">
+ <!-- Categorize? -->
+ </feature>
<feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar" id="org.jboss.tools.runtime.core.feature" version="0.0.0">
<category name="AbridgedTools" />
@@ -248,8 +251,8 @@
<category name="AbridgedTools" />
<category name="GeneralTools"/>
</feature>
-
-
+
+
<!-- ####### -->
<!-- SOURCES -->
<!-- ####### -->
@@ -367,7 +370,7 @@
</feature>
<feature url="features/org.jboss.tools.maven.jdt.feature.source_0.0.0.jar" id="org.jboss.tools.maven.jdt.feature.source" version="0.0.0">
<category name="AllSources" />
- </feature>
+ </feature>
<feature url="features/org.jboss.tools.maven.profiles.feature.source_0.0.0.jar" id="org.jboss.tools.maven.profiles.feature.source" version="0.0.0">
<category name="AllSources" />
</feature>
@@ -385,7 +388,7 @@
</feature>
<feature url="features/org.jboss.tools.usage.feature.source_0.0.0.jar" id="org.jboss.tools.usage.feature.source" version="0.0.0">
<category name="AllSources" />
- </feature>
+ </feature>
<!-- only in JBT and JBDS Extras -->
<feature url="features/org.jboss.tools.maven.jbosspackaging.feature.source_0.0.0.jar" id="org.jboss.tools.maven.jbosspackaging.feature.source" version="0.0.0">
<category name="AllSources" />
@@ -419,7 +422,10 @@
<feature url="features/org.jboss.tools.common.verification.feature.source_0.0.0.jar" id="org.jboss.tools.common.verification.feature.source" version="0.0.0">
<category name="AllSources" />
</feature>
-
+ <feature url="features/org.jboss.tools.central.themes.feature.source_0.0.0.jar" id="org.jboss.tools.central.themes.feature.source" version="0.0.0">
+ <category name="AllSources" />
+ </feature>
+
<!-- ########## -->
<!-- CATEGORIES -->
<!-- ########## -->
@@ -449,7 +455,7 @@
<category-def name="ReportTools" label="JBoss Business Intelligence, Reporting and Charting">
<description>Business Intelligence, Reporting and Charting. Use these if you plan to integrate Hibernate or Seam with Eclipse BIRT.</description>
</category-def>
-
+
<category-def name="AllSources" label="Sources">
<description>Source code for JBoss Tools features.</description>
</category-def>
More information about the jbosstools-commits
mailing list