File: wrapper.ant

package info (click to toggle)
eclipse-emf 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 57,992 kB
  • ctags: 81,092
  • sloc: java: 561,060; xml: 7,553; sh: 111; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<project name="Build Tasks">
	<!--
		this is just a hack to avoid a warning on the import task below;
		under normal circumstances the ${sp:helper.script} has a defined value
		in which case this definition has no effect
	-->
	<property name="sp:helper.script" value="${ant.file}" />

	<import file="${sp:helper.script}" />
</project>