Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.server/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/plugin.xml b/plugins/org.eclipse.emf.cdo.examples.server/plugin.xml
new file mode 100644
index 0000000000..cc2b5f5c63
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.server/plugin.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<plugin>
+ <extension
+ id="application"
+ name="CDO Test Server Application"
+ point="org.eclipse.core.runtime.applications">
+ <application>
+ <run class="org.eclipse.emf.cdo.example.server.CdoTestServerApplication"/>
+ </application>
+ </extension>
+
+
+
+</plugin>

Back to the top