Author: nickboldt
Date: 2012-04-19 15:47:16 -0400 (Thu, 19 Apr 2012)
New Revision: 40349
Added:
trunk/build/aggregate/soa-site/site/jbosstools-directory.xml
Modified:
trunk/build/aggregate/build.xml
trunk/build/aggregate/soa-site/site/index.html
Log:
add support for linking to org.jboss.tools.central.discovery.soa-tooling_*.jar from index
page; regen
Modified: trunk/build/aggregate/build.xml
===================================================================
--- trunk/build/aggregate/build.xml 2012-04-19 19:35:16 UTC (rev 40348)
+++ trunk/build/aggregate/build.xml 2012-04-19 19:47:16 UTC (rev 40349)
@@ -578,6 +578,7 @@
<path id="central.discovery.jar.id">
<fileset dir="${update.site.source.dir}/plugins">
<include name="org.jboss.tools.central.discovery_*.jar" />
+ <include name="org.jboss.tools.central.discovery.soa-tooling_*.jar"
/>
</fileset>
</path>
<property name="central.discovery.path"
refid="central.discovery.jar.id" />
Modified: trunk/build/aggregate/soa-site/site/index.html
===================================================================
--- trunk/build/aggregate/soa-site/site/index.html 2012-04-19 19:35:16 UTC (rev 40348)
+++ trunk/build/aggregate/soa-site/site/index.html 2012-04-19 19:47:16 UTC (rev 40349)
@@ -112,10 +112,10 @@
#EEEEEE
">
<td class="rowLine">
-<a style="font-size:x-small"
href="features/org.jboss.tools.central.discovery.soa-tooling.feature_1.0.0.v20120419-1925-Beta3.jar">org.jboss.tools.central.discovery.soa-tooling.feature</a>
+<a style="font-size:x-small"
href="features/org.jboss.tools.central.discovery.soa-tooling.feature_1.0.0.v20120419-1943-Beta3.jar">org.jboss.tools.central.discovery.soa-tooling.feature</a>
</td>
<td>
-<span style="font-size:x-small">1.0.0.v20120419-1925-Beta3</span>
+<span style="font-size:x-small">1.0.0.v20120419-1943-Beta3</span>
</td>
<td/>
</tr>
@@ -523,7 +523,7 @@
<a style="font-size:x-small"
href="features/">features</a>
</td>
<td colspan="1" class="rowLine">
-
+ :: <a href="jbosstools-directory.xml"
style="font-size:x-small">jbosstools-directory.xml</a>
:: <a href="site.properties"
style="font-size:x-small">site.properties</a>
</td>
</tr>
Added: trunk/build/aggregate/soa-site/site/jbosstools-directory.xml
===================================================================
--- trunk/build/aggregate/soa-site/site/jbosstools-directory.xml
(rev 0)
+++ trunk/build/aggregate/soa-site/site/jbosstools-directory.xml 2012-04-19 19:47:16 UTC
(rev 40349)
@@ -0,0 +1,4 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<directory
xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
+<entry
url="plugins/org.jboss.tools.central.discovery.soa-tooling_1.0.0.v20120419-1943-Beta3.jar"
permitCategories="true"/>
+</directory>