blob: 4e0a8b8fb4355c57ddce9e2268cddb4708431035 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="main" basedir=".">
<target name="main">
<zip destfile="./samples/mindmap.zip"
basedir="../org.eclipse.amalgam.examples.dsl.mindmap"
/>
<zip destfile="./samples/requirements.zip"
basedir="../org.eclipse.amalgam.examples.dsl.requirements"
/>
<zip destfile="./samples/oocore.zip"
basedir="../org.eclipse.amalgam.examples.dsl.oocore"
/>
<zip destfile="./samples/dnc.zip"
basedir="../org.eclipse.amalgam.examples.dsl.dnc"
/>
<zip destfile="./samples/bpmn.zip"
basedir="../org.eclipse.amalgam.examples.dsl.bpmn"
/>
<zip destfile="./samples/scenario.zip"
basedir="../org.eclipse.amalgam.examples.dsl.scenario"
/>
</target>
</project>