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:
commit
f0340fba98
1 changed files with 6 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue