blob: 2d65198fd7943073fbf0d28e63e9d9b3756cf616 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="generateJava" name="org.eclipse.acceleo.module.example.uml2java">
<property name="ECLIPSE_HOME" value="../../"/>
<property name="ECLIPSE_WORKSPACE" value="../"/>
<path id="org.eclipse.acceleo.module.example.uml2java.libraryclasspath">
<pathelement location="../org.eclipse.acceleo.module.example.uml2java/bin"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20090429-1800/runtime_registry_compatibility.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.equinox.preferences_3.2.301.R35x_v20091117.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.equinox.app_1.2.1.R35x_v20091203.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.uml2.uml_3.0.1.v200908281330.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.emf.ecore_2.5.0.v200906151043.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.emf.common_2.5.0.v200906151043.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.uml2.common_1.5.0.v200905041045.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.ocl_1.3.0.v200905271400.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200803061910.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.ocl.ecore_1.3.0.v200905271400.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.emf.codegen.ecore_2.5.0.v200906151043.jar"/>
<pathelement location="${ECLIPSE_HOME}/plugins/org.eclipse.emf.codegen_2.5.0.v200906151043.jar"/>
</path>
<path id="org.eclipse.acceleo.module.example.uml2java.classpath">
<path refid="org.eclipse.acceleo.module.example.uml2java.libraryclasspath"/>
</path>
<target name="generateJava">
<java classname="org.eclipse.acceleo.module.example.uml2java.GenerateJava" classpathref="org.eclipse.acceleo.module.example.uml2java.classpath">
<arg value="${model}"/>
<arg value="${target}"/>
</java>
</target>
</project>