[jbosstools-commits] JBoss Tools SVN: r43978 - trunk/build/aggregate/webtools-site.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 24 12:48:24 EDT 2012


Author: nickboldt
Date: 2012-09-24 12:48:24 -0400 (Mon, 24 Sep 2012)
New Revision: 43978

Modified:
   trunk/build/aggregate/webtools-site/index.html
   trunk/build/aggregate/webtools-site/site.xml
Log:
JBIDE-12691 add common.core feature to webtools site; needed by runtime.core

Modified: trunk/build/aggregate/webtools-site/index.html
===================================================================
--- trunk/build/aggregate/webtools-site/index.html	2012-09-24 16:16:27 UTC (rev 43977)
+++ trunk/build/aggregate/webtools-site/index.html	2012-09-24 16:48:24 UTC (rev 43978)
@@ -92,11 +92,16 @@
             											org.eclipse.wst.server.core.serverAdapter</span></td>
    </tr>
    <tr style="background-color:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;#EEEEEE&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;">
+      <td class="rowLine"><a href="features/org.jboss.tools.common.core.feature_3.4.0.Beta1-v20120924-1453-B59.jar" style="font-size:x-small">org.jboss.tools.common.core.feature</a></td>
+      <td><span style="font-size:x-small">3.4.0.Beta1-v20120924-1453-B59</span></td>
+      <td></td>
+   </tr>
+   <tr style="background-color:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;#FFFFFF&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;">
       <td class="rowLine"><a href="features/org.jboss.tools.jmx.feature_1.4.0.Beta1-v20120924-1502-B40.jar" style="font-size:x-small">org.jboss.tools.jmx.feature</a></td>
       <td><span style="font-size:x-small">1.4.0.Beta1-v20120924-1502-B40</span></td>
       <td></td>
    </tr>
-   <tr style="background-color:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;#FFFFFF&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;">
+   <tr style="background-color:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;#EEEEEE&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;">
       <td class="rowLine"><a href="features/org.jboss.tools.runtime.core.feature_2.0.0.Beta1-v20120924-1506-B48.jar" style="font-size:x-small">org.jboss.tools.runtime.core.feature</a></td>
       <td><span style="font-size:x-small">2.0.0.Beta1-v20120924-1506-B48</span></td>
       <td></td>

Modified: trunk/build/aggregate/webtools-site/site.xml
===================================================================
--- trunk/build/aggregate/webtools-site/site.xml	2012-09-24 16:16:27 UTC (rev 43977)
+++ trunk/build/aggregate/webtools-site/site.xml	2012-09-24 16:48:24 UTC (rev 43978)
@@ -5,7 +5,8 @@
 	<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="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"></feature>
-        <feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar" id="org.jboss.tools.jmx.feature" version="0.0.0"></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"></feature>
+	<feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar" id="org.jboss.tools.jmx.feature" version="0.0.0"></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"></feature>
+	<feature url="features/org.jboss.tools.common.core.feature_0.0.0.jar" id="org.jboss.tools.common.core.feature" version="0.0.0"></feature>
 </site>



More information about the jbosstools-commits mailing list