]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Made plant3d_viewpoint.pgraph compatible with release/1.35.2 platform 05/3505/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 12 Nov 2019 12:41:36 +0000 (14:41 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 12 Nov 2019 12:41:36 +0000 (14:41 +0200)
gitlab #53

Change-Id: I13da3687439bf80bd185ba3dcedae0f4289ecf54

org.simantics.g3d.repository/pom.xml
org.simantics.plant3d.ontology/graph/plant3d_viewpoint.pgraph

index 4f26eebe1a5fab84632df70f5bff8b62151646cf..6edaecee88b78c2e8d8fd663adb994301e95172c 100644 (file)
                                                                                <ignore></ignore>
                                                                        </action>
                                                                </pluginExecution>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>org.simantics</groupId>
+                                                                               <artifactId>
+                                                                                       graph-builder-maven-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [0.0.9,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>compile-graphs</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore></ignore>
+                                                                       </action>
+                                                               </pluginExecution>
                                                        </pluginExecutions>
                                                </lifecycleMappingMetadata>
                                        </configuration>
index 5be0264c6b26bac365eb34702ceb96b479dd1e74..91c8785b8714d3704293bba9eed270f7536dd3e0 100644 (file)
@@ -1,5 +1,6 @@
 L0 = <http://www.simantics.org/Layer0-1.1>
 VP = <http://www.simantics.org/Viewpoint-1.2>
+ACT = <http://www.simantics.org/Action-1.1>
 PROJ = <http://www.simantics.org/Project-1.2>
 SIM = <http://www.simantics.org/Simulation-1.1>
 IMAGE = <http://www.simantics.org/Image2-1.2>
@@ -45,4 +46,4 @@ MAC = P3D.P3DActionContext : VP.BrowseContext
     @VP.actionContribution "Plant" L0.Library IMAGES.Factory VP.NewActionCategory P3D.Actions.NewPlant
 
 P3D.Actions : L0.Library
-P3D.Actions.NewPlant : L0.Action
+P3D.Actions.NewPlant : ACT.Action