Author: nickboldt
Date: 2010-04-08 16:38:38 -0400 (Thu, 08 Apr 2010)
New Revision: 21385
Modified:
branches/modular_build/build.xml
Log:
comment out because genpom.xml is broken, genpom.scala won't run on Hudson, and we
should just commit the poms anyway
Modified: branches/modular_build/build.xml
===================================================================
--- branches/modular_build/build.xml 2010-04-08 20:18:45 UTC (rev 21384)
+++ branches/modular_build/build.xml 2010-04-08 20:38:38 UTC (rev 21385)
@@ -45,10 +45,11 @@
</target>
<target name="genpom">
- <ant antfile="genpom.xml" target="run">
+ <!-- comment out because genpom.xml is broken, genpom.scala won't run on Hudson,
and we should just commit the poms anyway -->
+ <!-- <ant antfile="genpom.xml" target="run">
<property name="WORKINGDIR" value="${WORKINGDIR}/${COMPONENT}"
/>
<property name="pathToParentPom" value="../" />
- </ant>
+ </ant> -->
</target>
<target name="install">