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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 19 11:27:03 EDT 2011


Author: nickboldt
Date: 2011-10-19 11:27:02 -0400 (Wed, 19 Oct 2011)
New Revision: 35811

Added:
   trunk/build/aggregate/site/jbosstools-directory.xml
Removed:
   trunk/build/aggregate/site/directory.xml
Modified:
   trunk/build/aggregate/site/build.xml
Log:
rename directory.xml -> jbosstools-directory.xml per Max's request

Modified: trunk/build/aggregate/site/build.xml
===================================================================
--- trunk/build/aggregate/site/build.xml	2011-10-19 15:14:53 UTC (rev 35810)
+++ trunk/build/aggregate/site/build.xml	2011-10-19 15:27:02 UTC (rev 35811)
@@ -483,13 +483,13 @@
 		</path>
 		<property name="central.discovery.path" refid="central.discovery.jar.id"/> 
 		<basename property="central.discovery.jar" file="${central.discovery.path}"/>
-		<echo file="${output.dir}/directory.xml">&lt;?xml version='1.0' encoding='UTF-8'?>
+		<echo file="${output.dir}/jbosstools-directory.xml">&lt;?xml version='1.0' encoding='UTF-8'?>
 &lt;directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
 &lt;entry url="plugins/${central.discovery.jar}" permitCategories="true"/>
 &lt;/directory>
 </echo>
 		<copy todir="${update.site.source.dir}">
-			<fileset dir="${output.dir}" includes="index.html, **/*.css, README*, directory.xml" />
+			<fileset dir="${output.dir}" includes="index.html, **/*.css, README*, *directory.xml" />
 		</copy>
 	</target>
 

Deleted: trunk/build/aggregate/site/directory.xml
===================================================================
--- trunk/build/aggregate/site/directory.xml	2011-10-19 15:14:53 UTC (rev 35810)
+++ trunk/build/aggregate/site/directory.xml	2011-10-19 15:27:02 UTC (rev 35811)
@@ -1,4 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
-<entry url="plugins/org.jboss.tools.central.discovery_1.0.0.v20111014-1052-H24-M4.jar" permitCategories="true"/>
-</directory>

Copied: trunk/build/aggregate/site/jbosstools-directory.xml (from rev 35810, trunk/build/aggregate/site/directory.xml)
===================================================================
--- trunk/build/aggregate/site/jbosstools-directory.xml	                        (rev 0)
+++ trunk/build/aggregate/site/jbosstools-directory.xml	2011-10-19 15:27:02 UTC (rev 35811)
@@ -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_1.0.0.v20111014-1052-H24-M4.jar" permitCategories="true"/>
+</directory>



More information about the jbosstools-commits mailing list