mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
[releng] Athena disable WinCE, enable TCF.
This commit is contained in:
parent
3ed3c2face
commit
33d2e7fd52
1 changed files with 9 additions and 0 deletions
|
@ -173,6 +173,15 @@
|
|||
<zipfileset refid="rootfiles" />
|
||||
</zip>
|
||||
|
||||
<!-- build TCF -->
|
||||
<zip destfile="${buildDirectory}/${buildLabel}/TCF-SDK-incubation-${buildAlias}.zip" update="true">
|
||||
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664" excludes="**/org.eclipse.*.test*, **/org.eclipse.*.test*/**">
|
||||
<include name="**/org.eclipse.tm.tcf*" />
|
||||
<include name="**/org.eclipse.tm.tcf*/**" />
|
||||
<include name="**/org.eclipse.tm.tcf*/**/**" />
|
||||
</zipfileset>
|
||||
<zipfileset refid="rootfiles" />
|
||||
</zip>
|
||||
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue