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

Former-commit-id: c2bc33e51a [formerly f0340fba98] [formerly c2bc33e51a [formerly f0340fba98] [formerly 59f315f14b [formerly 4663e9a09db1fbf0e3f72dd9893e5daa73698f90]]]
Former-commit-id: 59f315f14b
Former-commit-id: ceceed5b27 [formerly e5ad2acde4]
Former-commit-id: af1c73a788
This commit is contained in:
Nate Jensen 2012-12-13 14:13:57 -06:00 committed by Gerrit Code Review
commit c1c0b738e0

View file

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