Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-08-19 01:24:50 +0000
committerChristian W. Damus2015-08-19 14:41:08 +0000
commit97aed6c246be72dbae106d87d8d24d6784ee7380 (patch)
treef5a33666cd538ae72548d82ce6dcb1094acaf0a7 /features/papyrus-tests-features
parent65442e611f0a50fc5230486ce95517b80fd28d85 (diff)
downloadorg.eclipse.papyrus-97aed6c246be72dbae106d87d8d24d6784ee7380.tar.gz
org.eclipse.papyrus-97aed6c246be72dbae106d87d8d24d6784ee7380.tar.xz
org.eclipse.papyrus-97aed6c246be72dbae106d87d8d24d6784ee7380.zip
Bug 474610: [Profiles] Papyrus does not detect out-of-date profile applications
https://bugs.eclipse.org/bugs/show_bug.cgi?id=474610 Fix the determination of out-of-date profile applications by comparing Ecore definition package URIs instead of their namespace URIs, which can be expected to be the same for multiple versions. Includes JUnit test cases covering: * UML2-style local dynamic profiles with always the same NS URI * Papyrus-style local dynamic profiles with always the same NS URI * UML2-style registered dynamic profiles with always the same NS URI Change-Id: Ib4ed3cbd44115787417713a6c3fb7b27e3ffd264
Diffstat (limited to 'features/papyrus-tests-features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml
index 2567c3f64ee..2405ca081e4 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml
@@ -64,4 +64,12 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
</feature>

Back to the top