1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Reorganize commons.net as single-jar Orbit bundle: Get rid of separate features

This commit is contained in:
Martin Oberhuber 2007-03-14 21:59:28 +00:00
parent 5a732189cf
commit 0e9a17e78b

View file

@ -243,6 +243,7 @@
/>
<!-- Run generated fetch script -->
<ant antfile="${buildDirectory}/fetch_org.apache.oro.xml">
<property name="featureOnly" value="true"/>
<property name="featureAndPlugins" value="true"/>
</ant>
<eclipse.fetch
@ -255,6 +256,7 @@
/>
<!-- Run generated fetch script -->
<ant antfile="${buildDirectory}/fetch_org.apache.commons.net.xml">
<property name="featureOnly" value="true"/>
<property name="featureAndPlugins" value="true"/>
</ant>
</target>