Author: mickael_istria
Date: 2012-07-02 07:03:44 -0400 (Mon, 02 Jul 2012)
New Revision: 42332
Modified:
trunk/central/site/pom.xml
Log:
JBIDE-12278: Fix path to build.xml file
Modified: trunk/central/site/pom.xml
===================================================================
--- trunk/central/site/pom.xml 2012-07-02 10:50:41 UTC (rev 42331)
+++ trunk/central/site/pom.xml 2012-07-02 11:03:44 UTC (rev 42332)
@@ -26,7 +26,7 @@
<tasks>
<!-- called AFTER generating update site + zip to add in extra content -->
<!-- <ant antfile="build.xml"
target="generate.directory.xml.only" dir="../../build/aggregate/">
-->
- <ant antfile="build.xml" target="basic.build"
dir="../../build/aggregate/">
+ <ant antfile="build.xml" target="basic.build"
dir="../../../../build/aggregate/">
<property name="output.dir" value="${basedir}" />
<property name="inputRepo"
value="${jbosstools-nightly-staging-composite}" />
Show replies by date