Author: nickboldt
Date: 2010-09-29 15:02:51 -0400 (Wed, 29 Sep 2010)
New Revision: 25307
Modified:
trunk/build/target-platform/pom.xml
Log:
pom should use target2p2mirror.xml instead of target2site.xml
Modified: trunk/build/target-platform/pom.xml
===================================================================
--- trunk/build/target-platform/pom.xml 2010-09-29 19:02:22 UTC (rev 25306)
+++ trunk/build/target-platform/pom.xml 2010-09-29 19:02:51 UTC (rev 25307)
@@ -49,9 +49,9 @@
<phase>validate</phase>
<configuration>
<tasks>
- <!-- generate a pom.xml and site.xml for subsequent generation of a target as
update site -->
+ <!-- generate a p2mirror.xml for subsequent generation of a target as update
site -->
<property name="targetFile" value="${targetFile}" />
- <ant antfile="target2site.xml"/>
+ <ant antfile="target2p2mirror.xml"/>
</tasks>
</configuration>
<goals>
Show replies by date