Author: dgolovin
Date: 2011-01-18 19:17:47 -0500 (Tue, 18 Jan 2011)
New Revision: 28374
Modified:
branches/jbosstools-3.2.0.CR1/build/aggregate/site/build.xml
Log:
https://issues.jboss.org/browse/JBIDE-8029 Unable to install VPE on MacOSX 10.5 64bit
revert previous changes
Modified: branches/jbosstools-3.2.0.CR1/build/aggregate/site/build.xml
===================================================================
--- branches/jbosstools-3.2.0.CR1/build/aggregate/site/build.xml 2011-01-18 23:31:17 UTC
(rev 28373)
+++ branches/jbosstools-3.2.0.CR1/build/aggregate/site/build.xml 2011-01-19 00:17:47 UTC
(rev 28374)
@@ -207,9 +207,6 @@
<echo file="${update.site.source.dir}/content.xml"
append="true"> </references>
</repository>
</echo>
-
- <xslt style="remove-uncategorized.xsl"
in="${update.site.source.dir}/content.xml"
out="${update.site.source.dir}/content.new.xml" />
- <move file="${update.site.source.dir}/content.new.xml"
tofile="${update.site.source.dir}/content.xml" overwrite="true" />
<zip destfile="${update.site.source.dir}/content.jar"
basedir="${update.site.source.dir}" includes="content.xml" />
<delete file="${update.site.source.dir}/content.xml" />
</then>
@@ -357,13 +354,4 @@
<delete dir="${aggegate.zips.dir}" quiet="true" />
</target>
- <target name="remove-uncategorized" >
- <!-- content.jar - full path to content.jar -->
- <property name="content.jar"
value="/home/eskimo/Temp/content.jar" />
- <mkdir dir="${java.io.tmpdir}/content"/>
- <unzip src="${content.jar}" dest="${java.io.tmpdir}/content"
/>
-
- <xslt style="remove-uncategorized.xsl"
in="${java.io.tmpdir}/content/content.xml"
out="${java.io.tmpdir}/content/content.xml">
- </xslt>
- </target>
</project>