mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 07:45:50 +02:00
[192160][releng] Pick up commons.net from Orbit
This commit is contained in:
parent
74d68e306c
commit
222e492543
1 changed files with 16 additions and 0 deletions
|
@ -373,6 +373,22 @@
|
||||||
<antcall target="revealServerStuff" />
|
<antcall target="revealServerStuff" />
|
||||||
</target>
|
</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. -->
|
<!-- Steps to do after the build is done. -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue