@L0.loadBytes "images/tank.png"
MAC = P3D.P3DActionContext : VP.BrowseContext
- VP.BrowseContext.IsIncludedIn PROJ.ProjectActionContext
+ // VP.BrowseContext.IsIncludedIn PROJ.ProjectActionContext - This is added in the product plugin
@VP.actionContribution "Plant" L0.Library IMAGES.Factory VP.NewActionCategory P3D.Actions.NewPlant
<projects>
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.simantics.graph.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.simantics.graph.nature</nature>
</natures>
</projectDescription>
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui;bundle-version="3.7.0",
org.simantics.plant3d;bundle-version="1.0.0",
- org.simantics.project;bundle-version="1.0.1"
+ org.simantics.project;bundle-version="1.0.1",
+ org.simantics.project.ontology;bundle-version="1.2.0",
+ org.simantics.viewpoint.ontology;bundle-version="1.2.0",
+ org.simantics.plant3d.ontology;bundle-version="1.0.0",
+ org.simantics.layer0;bundle-version="1.1.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: VTT
bin.includes = META-INF/,\
.,\
plugin.xml,\
- splash.bmp
+ splash.bmp,\
+ graph.tg
--- /dev/null
+VP = <http://www.simantics.org/Viewpoint-1.2>\r
+PROJ = <http://www.simantics.org/Project-1.2>\r
+P3D = <http://www.simantics.org/Plant3D-0.1>\r
+\r
+P3D.P3DActionContext VP.BrowseContext.IsIncludedIn PROJ.ProjectActionContext\r
</property>
</product>
</extension>
-
+ <extension
+ point="org.simantics.ui.resourceEditorAdapter">
+ <adapter
+ editorId="org.simantics.plant3d.editor"
+ groupId="org.simantics.plant3dEditor.group"
+ image="platform:/plugin/org.simantics.plant3d/icons/factory.png"
+ label="Plant3D Editor"
+ priority="1"
+ type_uris="http://www.simantics.org/Plant3D-0.1/Plant">
+ </adapter>
+ </extension>
<extension
point="org.simantics.project.feature">
<feature
point="org.eclipse.ui.views">
<view
class="org.simantics.plant3d.browser.P3DBrowser:browseContext=http://www.simantics.org/CSG-0.1/CSGBrowseContext;browseContext=http://www.simantics.org/Plant3D-0.1/P3DBrowseContext"
- icon="icons/factory.png"
+ icon="platform:/plugin/org.simantics.plant3d/icons/factory.png"
id="org.simantics.plant3d.ModelBrowser"
name="Model Browser"
restorable="true">
point="org.eclipse.ui.perspectives">
<perspective
class="org.simantics.plant3d.project.P3DPerspectiveFactory"
- icon="icons/factory.png"
+ icon="platform:/plugin/org.simantics.plant3d/icons/factory.png"
id="org.simantics.plant3d.perspective"
name="Plant3D">
</perspective>
name="Plant3D Editor">
</editor>
</extension>
- <extension
- point="org.simantics.ui.resourceEditorAdapter">
- <adapter
- editorId="org.simantics.plant3d.editor"
- image="icons/factory.png"
- label="Plant3D Editor"
- priority="1"
- type_uris="http://www.simantics.org/Plant3D-0.1/Plant">
- </adapter>
- </extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution