blob: a6e0344f1a946d18d4f0383dcabd872ceab5bda4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2012 Oracle. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0, which accompanies this distribution
and is available at http://www.eclipse.org/legal/epl-2.0/.
Contributors:
Oracle - initial API and implementation
-->
<plugin>
<!-- ***** adapters ***** -->
<extension
point="org.eclipse.core.runtime.adapters">
<!-- IWorkspace -> ConnectionProfileFactory -->
<factory
adaptableType="org.eclipse.core.resources.IWorkspace"
class="org.eclipse.jpt.jpa.db.internal.WorkspaceAdapterFactory">
<adapter type="org.eclipse.jpt.jpa.db.ConnectionProfileFactory"/>
</factory>
</extension>
</plugin>