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:
parent
23cec9389d
commit
9093157e57
1 changed files with 1 additions and 1 deletions
|
@ -254,6 +254,7 @@
|
||||||
<!-- Steps to do after the build is done. -->
|
<!-- Steps to do after the build is done. -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<target name="postBuild">
|
<target name="postBuild">
|
||||||
|
<!--
|
||||||
<mkdir dir="${packageDirectory}" />
|
<mkdir dir="${packageDirectory}" />
|
||||||
|
|
||||||
<property name="packageRuntimeDirectory" location="${packageDirectory}\runtime" />
|
<property name="packageRuntimeDirectory" location="${packageDirectory}\runtime" />
|
||||||
|
@ -279,7 +280,6 @@
|
||||||
|
|
||||||
<zip destfile="${packageDirectory}\RSE-SDK-1.0M1.zip" basedir="${packageSDKDirectory}" />
|
<zip destfile="${packageDirectory}\RSE-SDK-1.0M1.zip" basedir="${packageSDKDirectory}" />
|
||||||
|
|
||||||
<!--
|
|
||||||
<antcall target="serverruntime"/>
|
<antcall target="serverruntime"/>
|
||||||
<antcall target="publish"/>
|
<antcall target="publish"/>
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Reference in a new issue