blob: 3ec47921806afc60bbe254c6fe2615604c557c0d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
This script is to create some zips with core features only.
Limited, specialized usefulness, so they are not linked or
advertised. That is, could change at any time.
-->
<project
default="build"
basedir=".">
<target
name="build">
<!-- final repository work TODO: add comparitor -->
<p2.mirror
verbose="true">
<repository
location="file://${buildDirectory}/${buildLabel}/repository/"
name="Web Tools Platform Repository ${buildLabel}"
format="file://${buildDirectory}/${buildLabel}/buildrepository/"/>
<source>
<repository
location="file://${buildDirectory}/${buildLabel}/buildrepository/"/>
</source>
<slicingoptions
followStrict="true"/>
<iu
id="org.eclipse.wst.common_core.feature.patch.feature.group"/>
<iu
id="org.eclipse.wst.xml_ui.feature.patch.feature.group"/>
</p2.mirror>
</target>
</project>