From 91777945cae20fc6d2c49b7c2e8d91b6979b10e3 Mon Sep 17 00:00:00 2001 From: luukkainen Date: Mon, 10 Nov 2008 15:11:16 +0000 Subject: [PATCH] Moved animation stubs for g2d.stubs to animation plug-in git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7607 ac1ea38d-2e2b-0410-8846-a27921b304fc --- org.simantics.proconf.processeditor/META-INF/MANIFEST.MF | 4 ++-- .../processeditor/dialogs/ConfigureAnimationDialog.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF b/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF index 11636c76..c70a17ee 100644 --- a/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF +++ b/org.simantics.proconf.processeditor/META-INF/MANIFEST.MF @@ -8,7 +8,6 @@ Bundle-Vendor: VTT Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, com.jme.eclipse, - org.simantics.g2d.stubs, org.simantics.proconf.ui, org.simantics.proconf.g3d, org.simantics.proconf.image, @@ -22,6 +21,7 @@ Require-Bundle: org.eclipse.ui, org.simantics.utils.ui, org.simantics.utils.ui.workbench, org.simantics.proconf.g3d.shapeeditor, - org.eclipse.ui.views + org.eclipse.ui.views, + org.simantics.animation Eclipse-LazyStart: true Export-Package: org.simantics.processeditor.tools diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java index 361f75ba..4ef225bb 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java @@ -40,7 +40,7 @@ import org.simantics.db.GraphRequestAdapter; import org.simantics.db.GraphRequestStatus; import org.simantics.db.Resource; import org.simantics.db.Session; -import org.simantics.g2d.stubs.anim.Animation; +import org.simantics.animation.stubs.Animation; import org.simantics.layer0.utils.EntityFactory; import org.simantics.layer0.utils.IEntity; import org.simantics.layer0.utils.viewpoints.TraversalPath; -- 2.45.2