blob: cab8994d4ff793b82a8935efdc96c951d9827e60 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2013 SAP AG and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- SAP AG - initial API and implementation
-->
<project name="eclipserun-antrunner-test" default="hello" >
<target name="hello">
<echo message="hello from ant launched via org.eclipse.ant.core.antRunner!" />
<touch file="./target/.run.ok"/>
</target>
</project>