Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-08-05 11:13:58 +0000
committerCamille Letavernier2013-08-05 11:13:58 +0000
commit05c214647a3544fc83ebb6f21f435bc6e36056aa (patch)
tree28b21996577cb15016a6e1a8d758d61928521932 /tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties
parent4df5094dd6e2126b2a0f866f16aae06a417a28b3 (diff)
downloadorg.eclipse.papyrus-05c214647a3544fc83ebb6f21f435bc6e36056aa.tar.gz
org.eclipse.papyrus-05c214647a3544fc83ebb6f21f435bc6e36056aa.tar.xz
org.eclipse.papyrus-05c214647a3544fc83ebb6f21f435bc6e36056aa.zip
408491: Papyrus shall enable to easily switch between local and
registered profiles. https://bugs.eclipse.org/bugs/show_bug.cgi?id=408491 Add test for this feature. It currently fails (Profiles are properly switched, but not Stereotype Applications)
Diffstat (limited to 'tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties')
-rw-r--r--tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties
index 41eb6ade2b4..130df98d220 100644
--- a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties
+++ b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/build.properties
@@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ resources/,\
+ about.html
+src.includes = about.html

Back to the top