Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-01-04 20:00:09 +0000
committerEike Stepper2011-01-04 20:00:09 +0000
commit68c7086726a9a853a7aa0afd24d841fb83df3f24 (patch)
treed706d2f9967828999db4361c2aa43bff305dd0b0 /plugins/org.eclipse.emf.cdo.edit/plugin.properties
parentcbc8a6ec72e51b24de191f492640ea7d81d37413 (diff)
downloadcdo-68c7086726a9a853a7aa0afd24d841fb83df3f24.tar.gz
cdo-68c7086726a9a853a7aa0afd24d841fb83df3f24.tar.xz
cdo-68c7086726a9a853a7aa0afd24d841fb83df3f24.zip
[284307] Add support for streaming of large byte arrays / BLOB
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284307
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.edit/plugin.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.edit/plugin.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.edit/plugin.properties
index ab735be95f..e48aafa356 100644
--- a/plugins/org.eclipse.emf.cdo.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.edit/plugin.properties
@@ -42,3 +42,9 @@ _UI_CDOResourceNode_name_feature = Name
_UI_CDOResourceNode_path_feature = Path
_UI_CDOResourceFolder_contents_feature = Contents
_UI_CDOResourceFolder_nodes_feature = Nodes
+_UI_ModelElement_type = Model Element
+_UI_Annotation_type = Annotation
+_UI_ModelElement_annotations_feature = Annotations
+_UI_Annotation_source_feature = Source
+_UI_Annotation_details_feature = Details
+_UI_Annotation_modelElement_feature = Model Element

Back to the top