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