blob: a36357c431f8799f4ed9730f0d99e81d8d86a7fa [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2012 Eclipse contributors 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
-->
<project name="generateExampleBuilders" default="main">
<target name="main">
<echo message="${releng.location}"></echo>
<java fork="false" classpath="${releng.location}/bin" classname="org.eclipse.app4mc.platform.examplesbuilder.GenerateExampleBuilders">
<arg value="${releng.location}" />
<arg value="${build.project}" />
</java>
</target>
</project>