Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.migrator/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.migrator/plugin.xml114
1 files changed, 57 insertions, 57 deletions
diff --git a/plugins/org.eclipse.emf.cdo.migrator/plugin.xml b/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
index 2eb17ff4be..5fec5a5876 100644
--- a/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.migrator/plugin.xml
@@ -1,57 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<!--
- Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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:
- Eike Stepper - initial API and implementation
--->
-
-<plugin>
-
- <extension point="org.eclipse.emf.importer.modelImporterDescriptors">
- <modelImporterDescriptor
- id="org.eclipse.emf.importer.cdo"
- name="%_UI_CDOImporter_label"
- icon="icons/full/obj16/CDOModelFile.gif"
- extensions="ecore,emof"
- description="%_UI_CDOImporter_description"
- wizard="org.eclipse.emf.cdo.internal.migrator.wizards.CDOImporterWizard" />
- </extension>
-
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- id="org.eclipse.emf.cdo.migrator.MigrateContribution"
- nameFilter="*.genmodel"
- objectClass="org.eclipse.core.resources.IFile">
- <menu
- id="org.eclipse.emf.cdo.migrator.menu1"
- label="%menu.label"
- path="additions">
- <separator
- name="group1">
- </separator>
- </menu>
- <action
- class="org.eclipse.emf.cdo.internal.migrator.actions.MigrateAction"
- enablesFor="1"
- id="org.eclipse.emf.cdo.migrator.MigrateAction"
- label="%action.label"
- menubarPath="org.eclipse.emf.cdo.migrator.menu1/group1">
- </action>
- <action
- class="org.eclipse.emf.cdo.internal.migrator.actions.MigrateDynamicAction"
- enablesFor="1"
- id="org.eclipse.emf.cdo.migrator.MigrateDynamicAction"
- label="%action2.label"
- menubarPath="org.eclipse.emf.cdo.migrator.menu1/group1">
- </action>
- </objectContribution>
- </extension>
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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:
+ Eike Stepper - initial API and implementation
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.importer.modelImporterDescriptors">
+ <modelImporterDescriptor
+ id="org.eclipse.emf.importer.cdo"
+ name="%_UI_CDOImporter_label"
+ icon="icons/full/obj16/CDOModelFile.gif"
+ extensions="ecore,emof"
+ description="%_UI_CDOImporter_description"
+ wizard="org.eclipse.emf.cdo.internal.migrator.wizards.CDOImporterWizard" />
+ </extension>
+
+ <extension
+ point="org.eclipse.ui.popupMenus">
+ <objectContribution
+ id="org.eclipse.emf.cdo.migrator.MigrateContribution"
+ nameFilter="*.genmodel"
+ objectClass="org.eclipse.core.resources.IFile">
+ <menu
+ id="org.eclipse.emf.cdo.migrator.menu1"
+ label="%menu.label"
+ path="additions">
+ <separator
+ name="group1">
+ </separator>
+ </menu>
+ <action
+ class="org.eclipse.emf.cdo.internal.migrator.actions.MigrateAction"
+ enablesFor="1"
+ id="org.eclipse.emf.cdo.migrator.MigrateAction"
+ label="%action.label"
+ menubarPath="org.eclipse.emf.cdo.migrator.menu1/group1">
+ </action>
+ <action
+ class="org.eclipse.emf.cdo.internal.migrator.actions.MigrateDynamicAction"
+ enablesFor="1"
+ id="org.eclipse.emf.cdo.migrator.MigrateDynamicAction"
+ label="%action2.label"
+ menubarPath="org.eclipse.emf.cdo.migrator.menu1/group1">
+ </action>
+ </objectContribution>
+ </extension>
+
+</plugin>

Back to the top