1
0
Fork 0
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:
Martin Oberhuber 2008-02-13 16:10:32 +00:00
parent 4e62b55a1f
commit 24c0a85740

View file

@ -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>
<!-- ===================================================================== --> <!-- ===================================================================== -->