1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

Bug 330337 - [releng][discovery] Remove/archive the discovery component

This commit is contained in:
Martin Oberhuber 2010-12-14 11:13:50 +00:00
parent 8497adb05a
commit b2415a9be5
3 changed files with 0 additions and 12 deletions

View file

@ -131,7 +131,6 @@ if [ -f package.count -a "$FILES" != "" ]; then
else
echo "ERROR: missing TM-terminal-*.zip"
fi
#cp -f TM-discovery-*.zip ../N.latest/TM-discovery-latest.zip
chgrp dsdp-tmadmin ../N.latest/*.zip
chmod g+w ../N.latest/*.zip
if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then

View file

@ -74,7 +74,6 @@ if [ -d N.latest ]; then
else
echo "ERROR: missing TM-terminal-*.zip"
fi
#cp -f TM-discovery-*.zip ../N.latest/TM-discovery-latest.zip
cd ../N.latest
chgrp dsdp-tmadmin *.zip
chmod g+w *.zip

View file

@ -119,16 +119,6 @@
<zipfileset refid="rootfiles" />
</zip>
<!-- build discovery -->
<zip destfile="${buildDirectory}/${buildLabel}/TM-discovery-${buildAlias}.zip" update="true">
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664">
<include name="**/org.eclipse.*.discovery*" />
<include name="**/org.eclipse.*.discovery*/**" />
<include name="**/org.eclipse.*.discovery*/**/**" />
</zipfileset>
<zipfileset refid="rootfiles" />
</zip>
<!-- build terminal -->
<zip destfile="${buildDirectory}/${buildLabel}/TM-terminal-${buildAlias}.zip" update="true">
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664" excludes="**/org.eclipse.*.test*, **/org.eclipse.*.test*/**, **/org.eclipse.tm.terminal.local*, **/org.eclipse.tm.terminal.local*/**">