]> gerrit.simantics Code Review - simantics/interop.git/commitdiff
Added org.simantics.excel.poi.feature
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 27 Sep 2017 07:29:01 +0000 (10:29 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 27 Sep 2017 07:29:01 +0000 (10:29 +0300)
The new feature is now also a part of
org.simantics.interop.repository.

refs #7396

org.simantics.excel.poi.feature/.project [new file with mode: 0644]
org.simantics.excel.poi.feature/build.properties [new file with mode: 0644]
org.simantics.excel.poi.feature/feature.xml [new file with mode: 0644]
org.simantics.excel.poi.feature/pom.xml [new file with mode: 0644]
org.simantics.interop.repository/category.xml
pom.xml

diff --git a/org.simantics.excel.poi.feature/.project b/org.simantics.excel.poi.feature/.project
new file mode 100644 (file)
index 0000000..20a14fa
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.simantics.excel.poi.feature</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/org.simantics.excel.poi.feature/build.properties b/org.simantics.excel.poi.feature/build.properties
new file mode 100644 (file)
index 0000000..64f93a9
--- /dev/null
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/org.simantics.excel.poi.feature/feature.xml b/org.simantics.excel.poi.feature/feature.xml
new file mode 100644 (file)
index 0000000..63ba80c
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.simantics.excel.poi.feature"
+      label="Apache POI-based Excel interoperability feature"
+      version="1.0.0.qualifier"
+      provider-name="VTT">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="org.simantics.excel.poi"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/org.simantics.excel.poi.feature/pom.xml b/org.simantics.excel.poi.feature/pom.xml
new file mode 100644 (file)
index 0000000..12f5858
--- /dev/null
@@ -0,0 +1,15 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <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.excel.poi.feature</artifactId>
+       <packaging>eclipse-feature</packaging>
+       <version>1.0.0-SNAPSHOT</version>
+
+</project>
index f858be938d802d961d5f5275e285e96a31536e73..8f8db4abf4d080ea3d64c71a696fd12dcc6ae294 100644 (file)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
+   <feature id="org.simantics.excel.poi.feature">
+      <category name="org.simantics.interop"/>
+   </feature>
    <feature id="org.simantics.interop.feature">
       <category name="org.simantics.interop"/>
    </feature>
diff --git a/pom.xml b/pom.xml
index 2201f88cff0915f2ab988937d53d3591fca0876b..8ca9be564f33f4df237a1d854b7996150de5df64 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,7 @@
                <module>org.simantics.xml.sax.ontology</module>
                <module>org.simantics.xml.sax.ui</module>
 
+               <module>org.simantics.excel.poi.feature</module>
                <module>org.simantics.interop.feature</module>
                <module>org.simantics.xml.sax.feature</module>