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"><?xml
version='1.0' encoding='UTF-8'?>
+ <echo file="${output.dir}/jbosstools-directory.xml"><?xml
version='1.0' encoding='UTF-8'?>
<directory
xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
<entry url="plugins/${central.discovery.jar}"
permitCategories="true"/>
</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>