diff options
author | Martin Fluegge | 2010-09-04 21:32:07 +0000 |
---|---|---|
committer | Martin Fluegge | 2010-09-04 21:32:07 +0000 |
commit | 38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9 (patch) | |
tree | e339ce120af2269eeb60b17b21bf5fa67a1214a3 /plugins/org.eclipse.emf.cdo.ui.efs/plugin.xml | |
parent | 65767c3ca6469b91ad223c021195b58c9a8ec305 (diff) | |
download | cdo-38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9.tar.gz cdo-38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9.tar.xz cdo-38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9.zip |
initial provisioning
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.efs/plugin.xml')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.ui.efs/plugin.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.efs/plugin.xml b/plugins/org.eclipse.emf.cdo.ui.efs/plugin.xml new file mode 100644 index 0000000000..7cef032ea9 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.ui.efs/plugin.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.3"?> +<!-- + Copyright (c) 2004 - 2010 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.ui.importWizards"> + <wizard + class="org.eclipse.emf.cdo.ui.efs.wizards.CDOProjectImportWizard" + id="org.eclipse.emf.cdo.ui.efs.wizard.import" + name="%wizard.name.0"> + </wizard> + </extension> + + <extension + point="org.eclipse.net4j.util.factories"> + <factory + class="org.eclipse.emf.cdo.ui.efs.factories.TCPElementWizardFactory" + productGroup="test.connectors" + type="tcp"> + </factory> + <factory + class="org.eclipse.emf.cdo.ui.efs.factories.JVMElementWizardFactory" + productGroup="test.connectors" + type="tcp"> + </factory> + </extension> + +</plugin> |