Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-11-06 09:35:00 +0000
committerEike Stepper2011-11-06 09:35:00 +0000
commit380837f7a463e3af6178e9e6a2de4d897aa4b63b (patch)
tree5597189c1bce027b72e831846a86ec33d25a9e86 /plugins/org.eclipse.emf.cdo.edit/plugin.properties
parent28fc188eae6e327becc8bab022c911e3f3577636 (diff)
downloadcdo-bugs/362982.tar.gz
cdo-bugs/362982.tar.xz
cdo-bugs/362982.zip
[362982] Add CDOTextResource and CDOBinaryResource bugs/362982
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362982
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.edit/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.edit/plugin.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.edit/plugin.properties
index bad352ee1a..bd9c8ffe37 100644
--- a/plugins/org.eclipse.emf.cdo.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.edit/plugin.properties
@@ -52,3 +52,11 @@ _UI_Annotation_contents_feature = Contents
_UI_Annotation_references_feature = References
_UI_Annotation_source_description = An identifier, typically an absolute URI, that uniquely identifies this kind of annotation
_UI_Annotation_references_description = Objects referenced by this annotation
+_UI_CDOResourceLeaf_type = CDO Resource Leaf
+_UI_CDOFileResource_type = CDO File Resource
+_UI_CDOBinaryResource_type = CDO Binary Resource
+_UI_CDOTextResouurce_type = CDO Text Resouurce
+_UI_CDOBinaryResource_contents_feature = Contents
+_UI_CDOTextResouurce_contents_feature = Contents
+_UI_CDOTextResource_type = CDO Text Resource
+_UI_CDOTextResource_contents_feature = Contents

Back to the top