carbidecpp20devenv/plugins/org.eclipse.emf.source_2.4.1.v200808251517/src/org.eclipse.emf.ant_2.4.0.v200808251517/examples/jetcompiler/build.xml
author cawthron
Wed, 18 Mar 2009 17:21:00 -0500
changeset 1 82d1d1de1a01
permissions -rw-r--r--
import Carbide.c++
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     2
<project name="MyProject" default="compileTemplates" basedir=".">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     3
    <target name="compileTemplates">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     4
        <emf.JETCompiler templateFile="../jetemitter/simple.javajet" sourceDirectory="."/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     5
        <emf.JETCompiler templateFile="../jetemitter/medium.javajet" sourceDirectory="."/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     6
        <emf.JETCompiler templateFile="../jetemitter/complex.javajet" newFile="Complex.java"/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     7
    </target>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     8
</project>