Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests/build.properties')
-rw-r--r--tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests/build.properties13
1 files changed, 3 insertions, 10 deletions
diff --git a/tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests/build.properties b/tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests/build.properties
index 27d6af64082..6c4c5ceb8cb 100644
--- a/tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests/build.properties
+++ b/tests/junit/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen.tests/build.properties
@@ -2,17 +2,10 @@ source.. = src/
output.. = bin/
bin.includes = .,\
resources/,\
- bin/,\
META-INF/,\
ExpectedModel/,\
GenModelTest.launch,\
- build.properties,\
- about.html
-src.includes = src/,\
- resources/,\
- bin/,\
- META-INF/,\
- ExpectedModel/,\
- GenModelTest.launch,\
- build.properties,\
+ about.html,\
+ CppCodegenTest/
+src.includes = GenModelTest.launch,\
about.html

Back to the top