|
Lines 67-84
Link Here
|
| 67 |
<!-- ===================================================================== --> |
67 |
<!-- ===================================================================== --> |
| 68 |
<target name="postSetup"> |
68 |
<target name="postSetup"> |
| 69 |
<property name="getDeps.xml" location="${buildDirectory}/../org.eclipse.emft.common.releng/scripts/getDependencies.xml"/> |
69 |
<property name="getDeps.xml" location="${buildDirectory}/../org.eclipse.emft.common.releng/scripts/getDependencies.xml"/> |
| 70 |
<echo message="Download, then unpack: Net4j SDK, OCL SDK, EMF SDK + Eclipse SDK..."/> |
70 |
<echo message="Download, then unpack: Net4j SDK, EMF SDK + Eclipse SDK..."/> |
| 71 |
<ant target="getDependency" antfile="${getDeps.xml}"> |
71 |
<ant target="getDependency" antfile="${getDeps.xml}"> |
| 72 |
<property name="url" value="${net4jURL}"/> |
72 |
<property name="url" value="${net4jURL}"/> |
| 73 |
<property name="file" value="${net4jFile}"/> |
73 |
<property name="file" value="${net4jFile}"/> |
| 74 |
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.net4j/plugin.xml" /> |
74 |
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.net4j/plugin.xml" /> |
| 75 |
</ant> |
75 |
</ant> |
| 76 |
<ant target="getDependency" antfile="${getDeps.xml}"> |
76 |
<ant target="getDependency" antfile="${getDeps.xml}"> |
| 77 |
<property name="url" value="${oclURL}"/> |
|
|
| 78 |
<property name="file" value="${oclFile}"/> |
| 79 |
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.emf.ocl/plugin.xml"/> |
| 80 |
</ant> |
| 81 |
<ant target="getDependency" antfile="${getDeps.xml}"> |
| 82 |
<property name="url" value="${emfURL}"/> |
77 |
<property name="url" value="${emfURL}"/> |
| 83 |
<property name="file" value="${emfFile}"/> |
78 |
<property name="file" value="${emfFile}"/> |
| 84 |
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.emf.ecore/plugin.xml"/> |
79 |
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.emf.ecore/plugin.xml"/> |