Author: nickboldt
Date: 2012-10-06 11:18:47 -0400 (Sat, 06 Oct 2012)
New Revision: 44353
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml
Log:
add note about PDE rebuild to build.xml script
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml 2012-10-06
15:16:21 UTC (rev 44352)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/findbugs/build.xml 2012-10-06
15:18:47 UTC (rev 44353)
@@ -31,5 +31,9 @@
</p2.mirror>
<p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.0.2.20121005/"
artifactRepository="file:${destination}/2.0.2.20121005/"
publishartifacts="true" source="${destination}/2.0.2.20121005/"
compress="${compress}" />
+
+ <echo>--
+NOTE: you will need to rebuild this site using PDE in order to get all the correct site
metadata into the site. See ./*/README.html for details
+</echo>
</target>
</project>