<!-- ===================================================================== --> | |
<!-- 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> | |
<!-- ================================================================= --> | |
<!-- This will be called automatically after the compilation of each --> | |
<!-- Bundle... in dependency order. --> | |
<!-- ================================================================= --> | |
<target name="post.compile.@dot"> | |
<acceleoCompiler | |
sourceFolders="${target.folder}" | |
dependencies="${target.folder}/../../org.eclipse.acceleo.module.example.android.model;"> | |
</acceleoCompiler> | |
</target> | |
</project> |