Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.docs.epub.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.docs.epub.core/plugin.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.docs.epub.core/plugin.xml b/org.eclipse.mylyn.docs.epub.core/plugin.xml
new file mode 100644
index 000000000..eb9ea4fd3
--- /dev/null
+++ b/org.eclipse.mylyn.docs.epub.core/plugin.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ &copy; 2011 Torkild U. Resheim
+-->
+
+<plugin>
+ <extension
+ point="org.eclipse.emf.ecore.generated_package">
+ <package
+ class="org.eclipse.mylyn.docs.epub.opf.OPFPackage"
+ genModel="model/opf.genmodel"
+ uri="http://eclipse.org/mylyn/docs/epub/opf">
+ </package>
+ <package
+ class="org.eclipse.mylyn.docs.epub.dc.DCPackage"
+ uri="http://eclipse.org/mylyn/docs/epub/dc">
+ </package>
+ </extension>
+
+
+</plugin>

Back to the top