blob: a531bcd8b41889e78fa8be19d0faae853a5c9d48 [file] [log] [blame]
<?xml version="1.0"?>
<!--
###############################################################################
# Copyright (c) 2012 IBM Corporation 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:
# IBM Corporation - initial API and implementation
###############################################################################
-->
<project name="STEM PDE Product Builder" default="build" basedir=".">
<property name="base" value="${basedir}" />
<target name="build">
<property name="baseLocation" value="${eclipse.home}"/>
<property name="builder" value="${basedir}/ConfigProduct" />
<property name="buildDirectory" value="${basedir}/build"/>
<property name="pluginPath" value="${buildHome}${path.separator}${eclipse.deltapack.home}${path.separator}${transformedRepoLocation}" />
<copy file="${source.path.core}/org.eclipse.stem.ui/stem.product" todir="${builder}" />
<ant antfile="${eclipse.pdebuild.scripts}/productBuild/productBuild.xml" inheritAll="true" />
</target>
</project>