Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-09-05 14:52:40 +0000
committerAnsgar Radermacher2014-09-05 14:52:40 +0000
commit15d906bde37ff136f8676dcdfa18aa4fc73d3ee6 (patch)
treeb2fd31a8ff04ee393d824bc4922d43a2a2ec98ed
parentabee3396cf8c26a900ce60af309ac65c5a435e87 (diff)
downloadorg.eclipse.papyrus-15d906bde37ff136f8676dcdfa18aa4fc73d3ee6.tar.gz
org.eclipse.papyrus-15d906bde37ff136f8676dcdfa18aa4fc73d3ee6.tar.xz
org.eclipse.papyrus-15d906bde37ff136f8676dcdfa18aa4fc73d3ee6.zip
443404 - [C++ codegen] Code generation should be based on xtend (try to fix build problems)
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/.classpath1
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties2
2 files changed, 1 insertions, 2 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/.classpath b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/.classpath
index 49a6bd7ab8f..358df1bc1d1 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/.classpath
+++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/.classpath
@@ -4,6 +4,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties
index 4054b530c9f..143d4e25c7d 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties
+++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/build.properties
@@ -9,5 +9,5 @@ bin.includes = META-INF/,\
src/org/eclipse/papyrus/cpp/codegen/utils/messages.properties
output..=bin/
src.includes=about.html
-source..=src/
+source..=src/,xtend-gen/
customBuildCallbacks=build.acceleo

Back to the top