mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 07:15:39 +02:00
Unpack RXTX dependency for Serial Terminal
This commit is contained in:
parent
4e62b55a1f
commit
24c0a85740
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@
|
||||||
<property name="file" value="${eclipseFile}" />
|
<property name="file" value="${eclipseFile}" />
|
||||||
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.platform.doc.isv/plugin.xml" />
|
<property name="isUnpackedFile" value="${buildDirectory}/plugins/org.eclipse.platform.doc.isv/plugin.xml" />
|
||||||
</ant>
|
</ant>
|
||||||
|
<ant target="getDependency" antfile="${buildDirectory}/../org.eclipse.modeling.common.releng/scripts/getDependencies.xml">
|
||||||
|
<property name="url" value="${rxtxURL}" />
|
||||||
|
<property name="file" value="${rxtxFile}" />
|
||||||
|
<property name="isUnpackedFile" value="${buildDirectory}/plugins/gnu.io.rxtx.jar" />
|
||||||
|
</ant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue