blob: 5e627527ced05dd4803a8d0c23ba7e72a8148c01 [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 Feature Builder" default="build" basedir=".">
<property name="base" value="${basedir}" />
<target name="build">
<property name="baseLocation" value="${eclipse.home}"/>
<property name="builder" value="${basedir}/ConfigFeature" />
<property name="buildDirectory" value="${basedir}/build"/>
<!--<property name="pluginPath" value="${transformedRepoLocation}" />-->
<ant antfile="${eclipse.pdebuild.scripts}/build.xml" inheritAll="true" />
<!-- refresh the workspace -->
<!--<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>-->
</target>
</project>