blob: 9a6f19ca77634d08cf4a28402f840a627e525380 [file] [log] [blame]
<!-- ===================================================================== -->
<!-- Custom targets. -->
<!-- Set customBuildCallbacks = build.acceleo in your build.properties. -->
<!-- ===================================================================== -->
<project name="Build Acceleo Module" default="noDefault">
<!-- ================================================================= -->
<!-- Default target -->
<!-- ================================================================= -->
<target name="noDefault">
<echo message="This file must be called with explicit targets" />
</target>
<!-- ================================================================= -->
<!-- Steps to do after the target gather.bin.parts -->
<!-- Available parameters : -->
<!-- build.result.folder - folder containing the build results -->
<!-- target.folder - destination folder -->
<!-- ================================================================= -->
<target name="post.gather.bin.parts">
<acceleoCompiler
sourceFolders="${target.folder}"
dependencies="">
</acceleoCompiler>
</target>
</project>