Author: nickboldt
Date: 2010-09-29 14:45:39 -0400 (Wed, 29 Sep 2010)
New Revision: 25302
Modified:
trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml
trunk/build/target-platform/target2ant.xsl
Log:
remove latestVersionOnly=true from slicingOptions
Modified: trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml
===================================================================
--- trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml 2010-09-29 17:53:33 UTC
(rev 25301)
+++ trunk/build/target-platform/e361-wtp322.target.p2-mirror.xml 2010-09-29 18:45:39 UTC
(rev 25302)
@@ -25,7 +25,8 @@
<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}" latestVersionOnly="true" />
+ <!-- should we add latestVersionOnly="true" to <slicingOptions> ?
-->
+ <slicingOptions includeFeatures="true"
followStrict="${followStrict}" />
<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-29 17:53:33 UTC (rev 25301)
+++ trunk/build/target-platform/target2ant.xsl 2010-09-29 18:45:39 UTC (rev 25302)
@@ -45,7 +45,8 @@
<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}" latestVersionOnly="true" />
+ <!-- should we add latestVersionOnly="true" to <slicingOptions> ?
-->
+ <slicingOptions includeFeatures="true"
followStrict="{$followStrict}"/>
<source>
<xsl:apply-templates select="//repository" />
</source>
@@ -84,4 +85,4 @@
<!-- ignore anything else -->
<xsl:template match="environment|targetJRE|launcherArgs|includeBundles"
/>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>