Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraradermache2013-03-27 09:30:52 +0000
committeraradermache2013-03-27 09:30:52 +0000
commita755a83cbc051ebfa1bd76484aa7b653cb22693b (patch)
tree3e134f4103086b375676b4cc90a2fccda91555cc /extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/plugin.xml
parent88f3acfc96d85f80a0d938bb09cda3bd9498fc60 (diff)
downloadorg.eclipse.papyrus-a755a83cbc051ebfa1bd76484aa7b653cb22693b.tar.gz
org.eclipse.papyrus-a755a83cbc051ebfa1bd76484aa7b653cb22693b.tar.xz
org.eclipse.papyrus-a755a83cbc051ebfa1bd76484aa7b653cb22693b.zip
May contain code-generation plugs-in that are independent of C++
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/plugin.xml')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/plugin.xml b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/plugin.xml
new file mode 100644
index 00000000000..a8cab8ba2a5
--- /dev/null
+++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/plugin.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ point="org.eclipse.core.runtime.preferences">
+ <initializer
+ class="org.eclipse.papyrus.cpp.codegen.preferences.CppCodeGenPreferenceInitializer">
+ </initializer>
+ </extension>
+</plugin>

Back to the top