1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

Remove packaging step for the time being.

This commit is contained in:
David Dykstal 2006-04-25 20:13:38 +00:00
parent 23cec9389d
commit 9093157e57

View file

@ -254,6 +254,7 @@
<!-- Steps to do after the build is done. -->
<!-- ===================================================================== -->
<target name="postBuild">
<!--
<mkdir dir="${packageDirectory}" />
<property name="packageRuntimeDirectory" location="${packageDirectory}\runtime" />
@ -279,7 +280,6 @@
<zip destfile="${packageDirectory}\RSE-SDK-1.0M1.zip" basedir="${packageSDKDirectory}" />
<!--
<antcall target="serverruntime"/>
<antcall target="publish"/>
-->