File: copyExample.ant

package info (click to toggle)
eclipse-emf 2.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60,968 kB
  • sloc: java: 629,122; xml: 10,995; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<project name="copyExample" default="main" basedir="../..">

	<property name="installer" value="org.eclipse.emf.example.installer" />
	<import file="../../../plugins/${installer}/copyExampleLib.ant" optional="true" />
	<basename file="${build.project}" property="project" />

	<target name="main">
		<copyExample project="${project}" />
	</target>

</project>