Author: nickboldt
Date: 2010-09-28 14:08:17 -0400 (Tue, 28 Sep 2010)
New Revision: 25285
Modified:
trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml
trunk/build/target-platform/target2ant.xsl
Log:
add latestVersionOnly="true"
Modified: trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml
===================================================================
--- trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml 2010-09-28 16:31:32 UTC
(rev 25284)
+++ trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml 2010-09-28 18:08:17 UTC
(rev 25285)
@@ -25,7 +25,7 @@
<property name="followStrict" value="false" />
<echo level="info">Download features/plugins into
${repo.dir}</echo>
<p2.mirror destination="file:${repo.dir}"
verbose="${verbose}">
- <slicingOptions includeFeatures="true"
followStrict="${followStrict}" />
+ <slicingOptions includeFeatures="true"
followStrict="${followStrict}" latestVersionOnly="true" />
<source>
<repository
location="http://m2eclipse.sonatype.org/sites/m2e/" />
<repository
location="http://m2eclipse.sonatype.org/sites/m2e-extras/"
/>
Modified: trunk/build/target-platform/target2ant.xsl
===================================================================
--- trunk/build/target-platform/target2ant.xsl 2010-09-28 16:31:32 UTC (rev 25284)
+++ trunk/build/target-platform/target2ant.xsl 2010-09-28 18:08:17 UTC (rev 25285)
@@ -45,7 +45,7 @@
<property name="followStrict" value="false" />
<echo level="info">Download features/plugins into
${repo.dir}</echo>
<p2.mirror destination="{$destination}"
verbose="{$verbose}">
- <slicingOptions includeFeatures="true"
followStrict="{$followStrict}" />
+ <slicingOptions includeFeatures="true"
followStrict="{$followStrict}" latestVersionOnly="true" />
<source>
<xsl:apply-templates select="//repository" />
</source>