1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

adapt to path changes in build dir

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3128 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ligi 2011-04-09 04:08:57 +00:00 committed by ligi
parent 640e9afc39
commit 2d315d791a

View File

@ -1,10 +1,10 @@
<project default="package">
<property name="version.num" value="0.1.1" />
<property name="build.dir" value="../../../../build/"/>
<property name="jar.file" value="${build.dir}/juavobjects/juavobjects.jar"/>
<property name="src.dir" value="${build.dir}/juavobjects/src"/>
<property name="classes.dir" value="${build.dir}/juavobjects/classes"/>
<property name="build.dir" value="../../../../../build/"/>
<property name="jar.file" value="${build.dir}/uavobject-synthetics/java/juavobjects.jar"/>
<property name="src.dir" value="${build.dir}/uavobject-synthetics/java/src"/>
<property name="classes.dir" value="${build.dir}/uavobject-synthetics/java/classes"/>
<target name="compile" depends="clean">