Issue #1369 add pattern to p2-build.xml file to match the new cots product
Change-Id: I5a30c7fd6067b1c59794983c67b8186775af3849 Former-commit-id:c9f7f64c87
[formerlya661c27de7
] [formerlycf0090b7d4
] [formerly87b4d4b4e6
[formerlycf0090b7d4
[formerly a862d259af867bd15d381e05e421d8d653ae4f21]]] Former-commit-id:87b4d4b4e6
Former-commit-id: 366d969178f0966d239a5f229d0f375488b48401 [formerly83b9a4dfb7
] Former-commit-id:5de49c6734
This commit is contained in:
parent
df28ed4abf
commit
06964bc4ed
1 changed files with 6 additions and 0 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue