blob: 56f7ede592038805d0114c0438c8755c1cc57513 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="amalgam" default="main" xmlns:zzz="eclipse.org/gmf/2008/xpand">
<tstamp/>
<property name="product" value="dsltk"/> <!-- default is dsltk -->
<target name="main">
<qvto.interpretedTransformation
transformation="platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/processbuild.qvto">
<targeturidef targeturi="file:/${basedir}/builder/${product}/${product}.product"/>
<targeturidef targeturi="file:/${basedir}/builder/${product}/${product}.build"/>
<targeturidef targeturi="file:/${basedir}/out/build/${product}/${product}.product"/>
<targeturidef targeturi="file:/${basedir}/out/build/${product}/${product}.build"/>
<configurationproperty name="date" value="${DSTAMP}"/>
<configurationproperty name="time" value="${TSTAMP}"/>
</qvto.interpretedTransformation>
<mkdir dir="${basedir}/out/build/${product}/builder"/>
<zzz:template name="build2properties::Main"
inputURI="file:/${basedir}/out/build/${product}/${product}.build#/"
templateroot="platform:/plugin/org.eclipse.amalgam.releng.builder/templates/,platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/"
outfile="${basedir}/out/build/${product}/builder/build.properties"/>
<zzz:template name="build2customTargets::Main"
inputURI="file:/${basedir}/out/build/${product}/${product}.build#/"
templateroot="platform:/plugin/org.eclipse.amalgam.releng.builder/templates/,platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/"
outfile="${basedir}/out/build/${product}/builder/customTargets.xml"/>
<zzz:template name="build2script::Main"
inputURI="file:/${basedir}/out/build/${product}/${product}.build#/"
templateroot="platform:/plugin/org.eclipse.amalgam.releng.builder/templates/,platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/"
outfile="${basedir}/out/build/${product}/build.xml"/>
<zzz:template name="build2site::Main"
inputURI="file:/${basedir}/out/build/${product}/${product}.build#/"
templateroot="platform:/plugin/org.eclipse.amalgam.releng.builder/templates/,platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/"
outfile="${basedir}/out/build/${product}/site.xml"/>
<zzz:template name="build2page::Main"
inputURI="file:/${basedir}/out/build/${product}/${product}.build#/"
templateroot="platform:/plugin/org.eclipse.amalgam.releng.builder/templates/,platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/"
outfile="${basedir}/out/build/${product}/index.php"/>
<zzz:template name="build2promote::Main"
inputURI="file:/${basedir}/out/build/${product}/${product}.build#/"
templateroot="platform:/plugin/org.eclipse.amalgam.releng.builder/templates/,platform:/plugin/org.eclipse.amalgam.releng.builder/transformations/"
outfile="${basedir}/out/build/${product}/promote.xml"/>
</target>
</project>