Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-04-26 16:52:43 +0000
committerEike Stepper2009-04-26 16:52:43 +0000
commit75b5e955a062d69c87d49975e2292688fae47a88 (patch)
tree2243cf53ec5dfebe933905ecf452d0343745a291 /plugins/org.gastro.inventory.edit/plugin.xml
parentd2fb30e856c3bd7d0bdc0ebdd66c2b7bb5a632b0 (diff)
downloadcdo-75b5e955a062d69c87d49975e2292688fae47a88.tar.gz
cdo-75b5e955a062d69c87d49975e2292688fae47a88.tar.xz
cdo-75b5e955a062d69c87d49975e2292688fae47a88.zip
[273726] Publish "Gastro" Examples
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273726
Diffstat (limited to 'plugins/org.gastro.inventory.edit/plugin.xml')
-rw-r--r--plugins/org.gastro.inventory.edit/plugin.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.gastro.inventory.edit/plugin.xml b/plugins/org.gastro.inventory.edit/plugin.xml
new file mode 100644
index 0000000000..16d5e15d75
--- /dev/null
+++ b/plugins/org.gastro.inventory.edit/plugin.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ <copyright>
+ </copyright>
+
+ $Id: plugin.xml,v 1.1 2009-04-26 16:52:38 estepper Exp $
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
+ <factory
+ uri="http://www.gastro.org/inventory/1.0"
+ class="org.gastro.inventory.provider.InventoryItemProviderAdapterFactory"
+ supportedTypes=
+ "org.eclipse.emf.edit.provider.IEditingDomainItemProvider
+ org.eclipse.emf.edit.provider.IStructuredItemContentProvider
+ org.eclipse.emf.edit.provider.ITreeItemContentProvider
+ org.eclipse.emf.edit.provider.IItemLabelProvider
+ org.eclipse.emf.edit.provider.IItemPropertySource"/>
+ </extension>
+
+</plugin>

Back to the top