1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 07:15:39 +02:00

[192160][releng] Pick up commons.net from Orbit

This commit is contained in:
Martin Oberhuber 2008-06-10 06:51:37 +00:00
parent 74d68e306c
commit 222e492543

View file

@ -373,6 +373,22 @@
<antcall target="revealServerStuff" />
</target>
<!-- ===================================================================== -->
<!-- Steps to do before running package. -->
<!-- ===================================================================== -->
<target name="prePackage">
<echo message="builder - all - customTargets.xml - prePackage"/>
<!-- TODO? -->
</target>
<!-- ===================================================================== -->
<!-- Steps to do after running package. -->
<!-- ===================================================================== -->
<target name="postPackage">
<echo message="builder - all - customTargets.xml - postPackage"/>
<!-- TODO? -->
</target>
<!-- ===================================================================== -->
<!-- Steps to do after the build is done. -->
<!-- ===================================================================== -->