blob: 86a3bd762a128ae06bf300569a8bd0cd4d2e5b20 [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/stem2.product" todir="${builder}" />
<ant antfile="${eclipse.pdebuild.scripts}/productBuild/productBuild.xml" inheritAll="true" />
</target>
</project>