Skip to content
Snippets Groups Projects
Commit 7295293f authored by Simon Barner's avatar Simon Barner
Browse files

- Move RemoveUnknownFeatureMigrationProviderBase to org.fortiss.tooling.kernel.extension.base

parent 8e3113a2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime,org.o
org.fortiss.tooling.kernel.extension.base,
org.fortiss.tooling.kernel.extension.data,
org.fortiss.tooling.kernel.extension.exception,
org.fortiss.tooling.kernel.migration,
org.fortiss.tooling.kernel.model;uses:="org.eclipse.emf.ecore",
org.fortiss.tooling.kernel.model.impl;uses:="org.fortiss.tooling.kernel.model",
org.fortiss.tooling.kernel.model.util;
......
......@@ -15,7 +15,7 @@ $Id$
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.migration;
package org.fortiss.tooling.kernel.extension.base;
import java.util.ArrayList;
import java.util.List;
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 04C186527050C746EDC0216E603ABA60
-->
<body>
<code>IMigrationProvider</code>s and <code>IMigrationProvider</code> base classes provided by the kernel.
<p>
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment