]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Moved animation stubs for g2d.stubs to animation plug-in
authorluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 10 Nov 2008 15:11:16 +0000 (15:11 +0000)
committerluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 10 Nov 2008 15:11:16 +0000 (15:11 +0000)
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
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java

index 11636c76b8d4e85f7619b8b850617799b66153d5..c70a17ee619a7f0b7280edff447a1bf9a88ce3d4 100644 (file)
@@ -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
index 361f75ba9e764ddb8320d7233cbe7c5951ec5b40..4ef225bbfb396e60e38102f81b01bed4885165c5 100644 (file)
@@ -40,7 +40,7 @@ import org.simantics.db.GraphRequestAdapter;
 import org.simantics.db.GraphRequestStatus;\r
 import org.simantics.db.Resource;\r
 import org.simantics.db.Session;\r
-import org.simantics.g2d.stubs.anim.Animation;\r
+import org.simantics.animation.stubs.Animation;\r
 import org.simantics.layer0.utils.EntityFactory;\r
 import org.simantics.layer0.utils.IEntity;\r
 import org.simantics.layer0.utils.viewpoints.TraversalPath;\r