Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-05-05 12:13:12 +0000
committerCamille Letavernier2015-05-05 12:29:45 +0000
commit31995c76394529e55ef4ae17e5a0c7fdaf57ccc8 (patch)
tree787fd3daafd3b71c714883e3ec40e4e38c7636ad /tests/junit/plugins/uml/profile
parent42d61d7f36d317b61f179019c1c1fac0bcf72482 (diff)
downloadorg.eclipse.papyrus-31995c76394529e55ef4ae17e5a0c7fdaf57ccc8.tar.gz
org.eclipse.papyrus-31995c76394529e55ef4ae17e5a0c7fdaf57ccc8.tar.xz
org.eclipse.papyrus-31995c76394529e55ef4ae17e5a0c7fdaf57ccc8.zip
[Tests] Attempt to fix Profile Drafter Tests
Change-Id: Id2cd2680e6672dee412145f4b1700cea0ab7dad1 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/profile')
-rw-r--r--tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/build.properties b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/build.properties
index 5cc1830cab8..bf365ddb9d7 100644
--- a/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/build.properties
+++ b/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/build.properties
@@ -1,5 +1,8 @@
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ models/
src.includes = about.html
+source..=src/,test/
+output..=bin/

Back to the top