diff options
author | Christian W. Damus | 2013-09-21 19:22:48 +0000 |
---|---|---|
committer | Christian W. Damus | 2013-09-24 19:11:42 +0000 |
commit | 6fd46db69c4d0f351f2b156d3c146248739c1576 (patch) | |
tree | 53e1b1871364de0dc2f334b346be7f735d6f4389 /features | |
parent | 2a16db9a01a88c4735ab862dd85c84bfebda7a03 (diff) | |
download | org.eclipse.papyrus-6fd46db69c4d0f351f2b156d3c146248739c1576.tar.gz org.eclipse.papyrus-6fd46db69c4d0f351f2b156d3c146248739c1576.tar.xz org.eclipse.papyrus-6fd46db69c4d0f351f2b156d3c146248739c1576.zip |
415373: [CDO] Add an Object Localizer Service
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415373
The CDO integration layer needs to be able to override the mechanism by which the diagram's drop-target listener finds the correspondents of objects from other resource sets in its own resource set (let's call this "object localization"). The drop-target listener now delegates this localization function to a new service, which can be overridden by CDO integration.
Diffstat (limited to 'features')
-rw-r--r-- | features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/feature.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/feature.xml index 69d2f52ae65..d0084cfb784 100644 --- a/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/feature.xml +++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/feature.xml @@ -41,4 +41,6 @@ http://www.eclipse.org/legal/epl-v10.html <plugin download-size="0" id="org.eclipse.papyrus.infra.services.navigation" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.services.localizer" install-size="0" unpack="false" version="0.0.0"/>
+
</feature>
\ No newline at end of file |