Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.reviews.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.reviews.core/plugin.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.reviews.core/plugin.xml b/org.eclipse.mylyn.reviews.core/plugin.xml
new file mode 100644
index 000000000..ae0190ec7
--- /dev/null
+++ b/org.eclipse.mylyn.reviews.core/plugin.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ Copyright (c) 2011 Tasktop Technologies and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Tasktop Technologies - initial API and implementation
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <package
+ uri="http://eclipse.org/mylyn/reviews/core/1.0"
+ class="org.eclipse.mylyn.reviews.internal.core.model.ReviewsPackage"
+ genModel="model/reviews.genmodel"/>
+ </extension>
+
+</plugin>

Back to the top