blob: 905273044cfda257d5a4259a6281f0006e5c69a3 [file] [log] [blame]
<?xml version="1.0"?>
<project name="copyExample" default="main" basedir="../..">
<property name="installer" value="org.eclipse.app4mc.amalthea.examples.installer" />
<import file="../../../plugins/${installer}/copyExampleLib.ant" optional="true" />
<basename file="${build.project}" property="project" />
<target name="main">
<copyExample project="${project}" />
</target>
</project>