Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdumoulin2011-04-05 15:39:01 +0000
committercdumoulin2011-04-05 15:39:01 +0000
commit27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0 (patch)
tree889f8c11c44aab0031a624ea3e9644d57e1f7d30 /examples/core/org.eclipse.papyrus.example.core.lifecycleevents/plugin.xml
parentfdad00710503588856cb422821eff9388a7e27d1 (diff)
downloadorg.eclipse.papyrus-27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0.tar.gz
org.eclipse.papyrus-27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0.tar.xz
org.eclipse.papyrus-27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0.zip
ASSIGNED - bug 341927: [refactoring] Move extraplugins/core.example/* --> examples/core/*
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341927
Diffstat (limited to 'examples/core/org.eclipse.papyrus.example.core.lifecycleevents/plugin.xml')
-rw-r--r--examples/core/org.eclipse.papyrus.example.core.lifecycleevents/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/plugin.xml b/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/plugin.xml
new file mode 100644
index 00000000000..14ac9e2043e
--- /dev/null
+++ b/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/plugin.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.core.service">
+ <service
+ classname="org.eclipse.papyrus.example.core.lifecycleevents.LifeCycleEventsMonitorService"
+ priority="1"
+ startKind="startup"
+ useClassTypeAsKey="true">
+ </service>
+ </extension>
+
+</plugin>

Back to the top