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

Add Orbit dependency for sdk

This commit is contained in:
Martin Oberhuber 2008-01-25 02:55:11 +00:00
parent 1c6ab6dfc4
commit 2763455e94
3 changed files with 42 additions and 0 deletions

View file

@ -80,6 +80,20 @@
<property name="file" value="${emfFile}" />
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.emf.ecore/plugin.xml" />
</ant>
<!-- Important: This must be the last dependency downloaded, because the
getDependency target strips versions from all plug-ins -->
<echo message="Download Orbit Bundles ..." />
<ant target="getBundle" antfile="${buildDirectory}/../org.eclipse.modeling.common.releng/scripts/getDependenciesHelper.xml">
<property name="url" value="${orbitURL}"/>
<property name="file" value="${orbitFile}"/>
</ant>
<echo message="Unpack selected jars ..." />
<unzip dest="${buildDirectory}/.." src="${downloadsDir}/${orbitFile}">
<patternset>
<include name="**/org.apache.oro*.jar"/>
<include name="**/org.apache.commons.net*.jar"/>
</patternset>
</unzip>
</target>
<!-- ===================================================================== -->

View file

@ -80,6 +80,20 @@
<property name="file" value="${emfFile}" />
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.emf.ecore/plugin.xml" />
</ant>
<!-- Important: This must be the last dependency downloaded, because the
getDependency target strips versions from all plug-ins -->
<echo message="Download Orbit Bundles ..." />
<ant target="getBundle" antfile="${buildDirectory}/../org.eclipse.modeling.common.releng/scripts/getDependenciesHelper.xml">
<property name="url" value="${orbitURL}"/>
<property name="file" value="${orbitFile}"/>
</ant>
<echo message="Unpack selected jars ..." />
<unzip dest="${buildDirectory}/.." src="${downloadsDir}/${orbitFile}">
<patternset>
<include name="**/org.apache.oro*.jar"/>
<include name="**/org.apache.commons.net*.jar"/>
</patternset>
</unzip>
</target>
<!-- ===================================================================== -->

View file

@ -81,6 +81,20 @@
<property name="file" value="${emfFile}" />
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.emf.ecore/plugin.xml" />
</ant>
<!-- Important: This must be the last dependency downloaded, because the
getDependency target strips versions from all plug-ins -->
<echo message="Download Orbit Bundles ..." />
<ant target="getBundle" antfile="${buildDirectory}/../org.eclipse.modeling.common.releng/scripts/getDependenciesHelper.xml">
<property name="url" value="${orbitURL}"/>
<property name="file" value="${orbitFile}"/>
</ant>
<echo message="Unpack selected jars ..." />
<unzip dest="${buildDirectory}/.." src="${downloadsDir}/${orbitFile}">
<patternset>
<include name="**/org.apache.oro*.jar"/>
<include name="**/org.apache.commons.net*.jar"/>
</patternset>
</unzip>
</target>
<!-- ===================================================================== -->