]> gerrit.simantics Code Review - simantics/3d.git/commit
Removed plug-in org.simantics.proconf.ui.workbench and moved its contents into org...
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Sun, 28 Sep 2008 08:59:37 +0000 (08:59 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Sun, 28 Sep 2008 08:59:37 +0000 (08:59 +0000)
commit353b632fcd5c487be4d08c030d08f8c9d43753b5
tree003c4ce2aa3352b58a75b96822ad2ba52d94bad2
parentb0e9c1fbd886c5434b0d179c1865a2f5f52e5626
Removed plug-in org.simantics.proconf.ui.workbench and moved its contents into org.simantics.proconf.ui.

 - There was no clear reason for the ui.workbench plug-in to exist. There is really no point in creating separate plug-ins unless there is a real need - useless separation of concerns tends to bloat plug-in dependency chains and generally make code management harder.
 - Removed almost all dependencies on the plug-in, but if you still run across any, just remove them and use org.simantics.proconf.ui instead.
 - Note that also the 3 extension points in org.simantics.proconf.ui.workbench were moved to org.simantics.proconf.ui which means your plugin.xml's may need fixing - just remove the .workbench. The extensions points are:
  - perspectiveBars
  - perspectiveContextBinding
  - resourceEditorAdapter

git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@6832 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.proconf.g3d.shapeeditor/META-INF/MANIFEST.MF
org.simantics.proconf.g3d.shapeeditor/plugin.xml
org.simantics.proconf.g3d/META-INF/MANIFEST.MF
org.simantics.proconf.g3d/plugin.xml
org.simantics.proconf.processeditor/META-INF/MANIFEST.MF
org.simantics.proconf.processeditor/plugin.xml