1
0
Fork 0
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:
Martin Oberhuber 2010-05-31 19:31:54 +00:00
parent 3ed3c2face
commit 33d2e7fd52

View file

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