Author: nickboldt
Date: 2010-09-13 00:13:19 -0400 (Mon, 13 Sep 2010)
New Revision: 24888
Modified:
trunk/build/aggregate/site/pom.xml
trunk/build/aggregate/site/site.xml
Log:
https://jira.jboss.org/browse/JBIDE-6927 add savara to agg update site's pom.xml and
site.xml
Modified: trunk/build/aggregate/site/pom.xml
===================================================================
--- trunk/build/aggregate/site/pom.xml 2010-09-10 21:35:48 UTC (rev 24887)
+++ trunk/build/aggregate/site/pom.xml 2010-09-13 04:13:19 UTC (rev 24888)
@@ -20,7 +20,8 @@
<
inputRepo2>http://download.jboss.org/jbosstools/builds/staging/jbossto...
<
inputRepo3>http://download.jboss.org/jbosstools/builds/staging/jbossto...
<
inputRepo4>http://download.jboss.org/jbosstools/builds/staging/jbossto...
- <inputRepos>1,2,3,4</inputRepos>
+ <
inputRepo5>http://download.jboss.org/jbosstools/builds/staging/savara&...
+ <inputRepos>1,2,3,4,5</inputRepos>
</properties>
<build>
@@ -40,6 +41,7 @@
<property name="inputRepo2" value="${inputRepo2}" />
<property name="inputRepo3" value="${inputRepo3}" />
<property name="inputRepo4" value="${inputRepo4}" />
+ <property name="inputRepo5" value="${inputRepo5}" />
<property name="inputRepos" value="${inputRepos}" />
<!-- called AFTER generating update site + zip to add in extra content -->
@@ -113,6 +115,14 @@
<enabled>true</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>inputRepo5</id>
+ <url>${inputRepo5}/tools/</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
</repositories>
<profiles>
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2010-09-10 21:35:48 UTC (rev 24887)
+++ trunk/build/aggregate/site/site.xml 2010-09-13 04:13:19 UTC (rev 24888)
@@ -169,7 +169,7 @@
<category name="AllTools" />
</feature>
- <!-- JBIDE- 6836 DO NOT PUT IN AllTools CATEGORY -->
+ <!-- JBIDE- 6836 DO NOT PUT IN AllTools CATEGORY -->
<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>
@@ -246,11 +246,16 @@
</category-def>
<category-def name="CloudTools" label="Cloud">
- <description>Tools for Cloud Development
+ <description>Tools for Cloud Development.
</description>
</category-def>
+ <category-def name="Savara" label="Savara">
+ <description>Tooling support for the Savara "Testable Architecture"
capabilities.
+ </description>
+ </category-def>
+
<!-- aggregated from other sources -->
<feature url="features/org.drools.eclipse.feature_0.0.0.jar"
id="org.drools.eclipse.feature" version="0.0.0">
<category name="AllTools" />
@@ -281,4 +286,14 @@
<category name="AllTools" />
<category name="DataTools" />
</feature>
+ <feature url="features/org.jboss.savara.tools.feature_0.0.0.jar"
id="org.jboss.savara.tools.feature" version="0.0.0">
+ <category name="Savara" />
+ </feature>
+ <feature url="features/org.scribble.protocol.feature_0.0.0.jar"
id="org.scribble.protocol.feature" version="0.0.0">
+ <category name="Savara" />
+ </feature>
+ <feature url="features/org.jboss.savara.experimental.feature_0.0.0.jar"
id="org.jboss.savara.experimental.feature" version="0.0.0">
+ <category name="Savara" />
+ </feature>
+
</site>