blob: e87db5496cb15f22067a781a5201c204b8ce7fda [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="build_all" basedir=".">
<import file="../com.instantiations.eclipse.shared_build/build-macros.xml" />
<!-- =================================================
Build this project as part of a bundle
-->
<target name="build_all">
<basename file="." property="Local-Name" />
<property name="Local-Temp"
location="${Project-Out}/../../${Local-Name}" />
<compile_lib eclipsetarget="3.1"
oldconfig="eclipse_3.1"
source="src"
tempSrcDir="${Local-Temp}/src"
destDir="${Local-Temp}/bin" />
<copy todir="${Project-Out}/lib">
<fileset dir="${Local-Temp}/bin" />
</copy>
</target>
</project>