Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-02-14 22:11:39 +0000
committerChristian W. Damus2014-02-20 19:38:53 +0000
commit8ef9f1713ffdc6d441a11d96812f624dc7bd433e (patch)
tree09e46c84d2c1105319dc64ae9886a0dc7969fb07 /features
parent4d9b5f1786a1a311b4df7379c419d56a5d58bd74 (diff)
downloadorg.eclipse.papyrus-8ef9f1713ffdc6d441a11d96812f624dc7bd433e.tar.gz
org.eclipse.papyrus-8ef9f1713ffdc6d441a11d96812f624dc7bd433e.tar.xz
org.eclipse.papyrus-8ef9f1713ffdc6d441a11d96812f624dc7bd433e.zip
323802: [General] Papyrus shall provide a read only mode
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323802 Junit tests for roll-back of commands/operations that modify read-only objects.
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml
index c33130f0ba8..6ce786f93b4 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml
@@ -36,4 +36,12 @@ http://www.eclipse.org/legal/epl-v10.html
fragment="true"
unpack="false"/>
-</feature>
+ <plugin
+ id="org.eclipse.papyrus.infra.emf.readonly.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+</feature> \ No newline at end of file

Back to the top