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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 3 13:25:23 EDT 2012


Author: nickboldt
Date: 2012-05-03 13:25:19 -0400 (Thu, 03 May 2012)
New Revision: 40761

Modified:
   trunk/build/aggregate/webtools-site/index.html
   trunk/build/aggregate/webtools-site/site.xml
Log:
JBIDE-10469 add archives and jmx to webtools server adapter site; add note about Juno on index page

Modified: trunk/build/aggregate/webtools-site/index.html
===================================================================
--- trunk/build/aggregate/webtools-site/index.html	2012-05-03 15:54:40 UTC (rev 40760)
+++ trunk/build/aggregate/webtools-site/index.html	2012-05-03 17:25:19 UTC (rev 40761)
@@ -30,12 +30,13 @@
 			<tr class="light-row" style="height: 30px">
 				<td class="bodyText">
 				<p class="bodyText">This is the <b>Nightly Build</b>
-				Update Site for JBoss Tools - Web Tools.
+				Update Site for JBoss Tools - Web Tools. 
+<p align="center"><span style="padding:4px;color:white;background-color:red;font-weight:bold">NOTE:This site was built using Indigo (Eclipse 3.7.2), but SHOULD work with Juno (Eclipse 4.2M6+) too.</span></p>
 								<blockquote style="border: 1px dashed #1778be; padding: 2px">
 									<ol>
 										<li>To <a class="link"
 											href="http://www.jboss.org/tools/download/installation/update_3_3">install</a>
-											from this site, start up Eclipse 3.7, then do:
+											from this site, start up Eclipse 3.7 (or 4.2), then do:
 											<ul>
 												<code><strong>Help > Install New Software... ></strong></code>
 											</ul>
@@ -80,12 +81,22 @@
       </th>
    </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.ide.eclipse.as.feature_2.3.0.v20120322-0321-Beta3.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
-      <td><span style="font-size:x-small">2.3.0.v20120322-0321-Beta3</span></td>
+      <td class="rowLine"><a href="features/org.jboss.ide.eclipse.archives.feature_3.2.1.v20120503-1259-H887-CR1.jar" style="font-size:x-small">org.jboss.ide.eclipse.archives.feature</a></td>
+      <td><span style="font-size:x-small">3.2.1.v20120503-1259-H887-CR1</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.ide.eclipse.as.feature_2.3.0.v20120503-1439-H1297-CR1.jar" style="font-size:x-small">org.jboss.ide.eclipse.as.feature</a></td>
+      <td><span style="font-size:x-small">2.3.0.v20120503-1439-H1297-CR1</span></td>
       <td><span style="font-size:x-small">
             											|
             											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.jmx.feature_1.2.0.v20120503-1250-H807-CR1.jar" style="font-size:x-small">org.jboss.tools.jmx.feature</a></td>
+      <td><span style="font-size:x-small">1.2.0.v20120503-1250-H807-CR1</span></td>
+      <td></td>
+   </tr>
    <tr style="background-color:#DDDDDD">
       <th colspan="1" style="font-size:small">Metadata</th>
       <th colspan="1" style="font-size:small"></th>

Modified: trunk/build/aggregate/webtools-site/site.xml
===================================================================
--- trunk/build/aggregate/webtools-site/site.xml	2012-05-03 15:54:40 UTC (rev 40760)
+++ trunk/build/aggregate/webtools-site/site.xml	2012-05-03 17:25:19 UTC (rev 40761)
@@ -5,4 +5,7 @@
 	<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>
+
 </site>



More information about the jbosstools-commits mailing list