Merge "Issue #1369 add pattern to p2-build.xml file to match the new cots product" into development

Former-commit-id: 4663e9a09db1fbf0e3f72dd9893e5daa73698f90
This commit is contained in:
Nate Jensen 2012-12-13 14:13:57 -06:00 committed by Gerrit Code Review
commit f0340fba98

View file

@ -113,6 +113,12 @@
<fileset dir="${workspace.dir}" <fileset dir="${workspace.dir}"
includes="de.*/**" /> includes="de.*/**" />
</copy> </copy>
<echo message="PLUGINS: it.*/**" />
<copy todir="${basedir}/cave/p2/plugins">
<fileset dir="${workspace.dir}"
includes="it.*/**" />
</copy>
<!-- END: Copy The Plugins --> <!-- END: Copy The Plugins -->
<!-- Copy The Features --> <!-- Copy The Features -->