mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Add Orbit dependency for runtime
This commit is contained in:
parent
048d343797
commit
d9572a83cb
1 changed files with 16 additions and 0 deletions
|
@ -78,6 +78,22 @@
|
|||
<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>
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
|
|
Loading…
Add table
Reference in a new issue