| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| /** |
| ************************************************************************* |
| * Copyright (c) 2005, 2006 Actuate Corporation. |
| * 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: |
| * Actuate Corporation - initial API and implementation |
| * |
| ************************************************************************* |
| * |
| * $Id: plugin.xml,v 1.7 2006/03/07 02:01:18 lchan Exp $ |
| */ |
| --> |
| |
| <plugin |
| name = "%pluginName" |
| id = "org.eclipse.datatools.connectivity.oda.design" |
| version = "3.0.0.200603091" |
| provider-name = "Eclipse.org"> |
| |
| <requires> |
| <import plugin="org.eclipse.core.runtime" /> |
| <import plugin="org.eclipse.emf.ecore" export="true"/> |
| <import plugin="org.eclipse.emf.ecore.xmi" export="true"/> |
| <import plugin="com.ibm.icu" export="true"/> |
| </requires> |
| |
| <runtime> |
| <library name="odadesign.jar"> |
| <export name="*"/> |
| </library> |
| </runtime> |
| |
| <extension point="org.eclipse.emf.ecore.generated_package"> |
| <package |
| uri = "http://www.eclipse.org/datatools/connectivity/oda/design" |
| class = "org.eclipse.datatools.connectivity.oda.design.DesignPackage" /> |
| </extension> |
| |
| <extension point="org.eclipse.emf.ecore.extension_parser"> |
| <parser |
| type="design" |
| class="org.eclipse.datatools.connectivity.oda.design.util.DesignResourceFactoryImpl" /> |
| </extension> |
| |
| </plugin> |
| |