Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/tasks/generateTarget.xml')
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/tasks/generateTarget.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/tasks/generateTarget.xml b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/tasks/generateTarget.xml
deleted file mode 100644
index a010e7a8764..00000000000
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation.generator/tasks/generateTarget.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- Place this file in the target project and call it with "External Tools > Run As > Ant Build" -->
-<!-- You have to change the MODEL and the TARGET values -->
-
-<project basedir="." default="generateSample" name="org.eclipse.papyrus.dsml.validation.generatorSample">
- <import file="../../org.eclipse.papyrus.dsml.validation.generator/tasks/generate.xml"/>
-
- <!-- Change the values of MODEL and TARGET to point to your model and output folder -->
- <property name="MODEL" value="${basedir}/model/file.xmi"/>
- <property name="TARGET" value="${basedir}/src-gen"/>
-
- <target name="generateSample" description="Generate files in 'TARGET'">
- <antcall target="generate" >
- <param name="model" value="${MODEL}"/>
- <param name="target" value="${TARGET}"/>
- </antcall>
- </target>
-</project>

Back to the top