Skip to content
Snippets Groups Projects
Commit 506c822f authored by david_williams's avatar david_williams
Browse files

prep for WTP 3.2.4 patch builds

parent b5705574
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,11 @@
<target
name="build"
depends="doMirror">
<!--
depends="doMirror,doMirrorTests">
-->
<!-- add the new build to the composite -->
<!--
TODO: after promotion, do we need to delete repo's as directories removed? Or just do occasional cleanup,
......@@ -285,6 +288,11 @@
comparator="org.eclipse.equinox.p2.repository.tools.jar.comparator"
comparatorLog="${buildDirectory}/${buildLabel}/comparator-unittest.log">
<repository location="file:/${baseComparatorRepoDir}"/>
<!-- Note: comparator has fixed this issues in 3.7 stream, but
since we use this same code in maintenance stream, with 3.6 based builder,
then we need to leave these excluded in place (or, make them stream sensitive,
which doesn't seem worth it
-->
<exclude>
<artifact id="org.eclipse.jpt.eclipselink.ui"/>
<artifact id="org.eclipse.jpt.ui"/>
......
......@@ -113,11 +113,13 @@
value="${build.distribution}-sdk-${buildLabel}.zip"/>
</antcall>
-->
<!--
<antcall target="createTestZip">
<param
name="newarchiveName"
value="${build.distribution}-tests-${buildLabel}.zip"/>
</antcall>
-->
</target>
<!--
Note: this was done as an import, since eventually there may be more than one ... differ by streams? There may be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment