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:
parent
74d68e306c
commit
222e492543
1 changed files with 16 additions and 0 deletions
|
@ -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. -->
|
||||
<!-- ===================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue