blob: 582e5ab790a1a779c7adb93789dfb77e248ef23e [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 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
-->
<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>