Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2018-11-01 12:39:46 +0000
committerChristian W. Damus2018-11-01 12:39:46 +0000
commite7303e65d7fb28a2e4e3593d867bb204efce96ca (patch)
treec7c97862dc2d6862599a525c14f3f17472db2a28
parent2098ea530059bbd825fe9d80891104771ac5a134 (diff)
downloadorg.eclipse.papyrus-e7303e65d7fb28a2e4e3593d867bb204efce96ca.tar.gz
org.eclipse.papyrus-e7303e65d7fb28a2e4e3593d867bb204efce96ca.tar.xz
org.eclipse.papyrus-e7303e65d7fb28a2e4e3593d867bb204efce96ca.zip
Bug 535696: Test resources in JAR
Ensure that the test model resources are included in the JAR in the build. Change-Id: Ia438dd4a20d1cd63efb540cfd18dde8a41fea7c5 Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/build.properties b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/build.properties
index cdd2db7f1f5..a6294c9f3d2 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/build.properties
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/build.properties
@@ -3,5 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ test/resources/
src.includes = about.html

Back to the top