]> gerrit.simantics Code Review - simantics/interop.git/commitdiff
Include interop.diagram in P2 repo 70/3970/2
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Thu, 5 Mar 2020 14:47:57 +0000 (16:47 +0200)
committerMarko Luukkainen <marko.luukkainen@semantum.fi>
Thu, 5 Mar 2020 14:50:03 +0000 (16:50 +0200)
gitlab #7

Change-Id: I5770cbea22910fbc99d5c942cd6c9cbf79b3381c

org.simantics.interop.diagram/pom.xml [new file with mode: 0644]
org.simantics.interop.repository/category.xml
pom.xml

diff --git a/org.simantics.interop.diagram/pom.xml b/org.simantics.interop.diagram/pom.xml
new file mode 100644 (file)
index 0000000..a60b5ac
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+       <modelVersion>4.0.0</modelVersion>
+
+       <parent>
+               <groupId>org.simantics.interop</groupId>
+               <artifactId>org.simantics.interop.root</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+       </parent>
+
+       <artifactId>org.simantics.interop.diagram</artifactId>
+       <packaging>eclipse-plugin</packaging>
+       <version>1.0.0-SNAPSHOT</version>
+
+</project>
index 325b6a679dd7f6875fd553b89fda286cd9127a39..0ccdf7e83c5b865ead2f0370204a2919876ee6f4 100644 (file)
@@ -12,6 +12,9 @@
    <bundle id="org.simantics.interop.scl" version="1.0.0.qualifier">
       <category name="org.simantics.interop"/>
    </bundle>
+   <bundle id="org.simantics.interop.diagram" version="1.0.0.qualifier">
+      <category name="org.simantics.interop"/>
+   </bundle>
    <category-def name="org.simantics.interop" label="Simantics Interoperability Components">
       <description>
          This is the P2 repository for Simantics interoperability support components
diff --git a/pom.xml b/pom.xml
index be0c16ebc8f0a5523a2be16cfcf5045829d7404f..de5bfd2f9ef3c180093e23046254a38468cb7f34 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <module>org.simantics.excel.poi</module>
                <!--<module>org.simantics.express</module>-->
                <module>org.simantics.interop</module>
+               <module>org.simantics.interop.diagram</module>
                <module>org.simantics.interop.mapping</module>
                <module>org.simantics.interop.update</module>
                <module>org.simantics.interop.xmlio</module>
+               <module>org.simantics.interop.scl</module>
+               
                <module>org.simantics.xml.sax</module>
                <module>org.simantics.xml.sax.base</module>
                <module>org.simantics.xml.sax.ontology</module>
                <module>org.simantics.xml.sax.ui</module>
-               <module>org.simantics.interop.scl</module>
-
+               
                <module>org.simantics.excel.poi.feature</module>
                <module>org.simantics.interop.feature</module>
                <module>org.simantics.xml.sax.feature</module>