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

Change-Id: I5a30c7fd6067b1c59794983c67b8186775af3849

Former-commit-id: a862d259af867bd15d381e05e421d8d653ae4f21
This commit is contained in:
Matt Nash 2012-12-13 12:42:40 -06:00
parent ab07a92d48
commit 87b4d4b4e6

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 -->