From 2e35009cdc572291258d1c24854bed2a5b8ee9f6 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Wed, 27 Sep 2017 10:29:01 +0300 Subject: [PATCH] Added org.simantics.excel.poi.feature The new feature is now also a part of org.simantics.interop.repository. refs #7396 --- org.simantics.excel.poi.feature/.project | 17 ++++++++++++ .../build.properties | 1 + org.simantics.excel.poi.feature/feature.xml | 27 +++++++++++++++++++ org.simantics.excel.poi.feature/pom.xml | 15 +++++++++++ org.simantics.interop.repository/category.xml | 3 +++ pom.xml | 1 + 6 files changed, 64 insertions(+) create mode 100644 org.simantics.excel.poi.feature/.project create mode 100644 org.simantics.excel.poi.feature/build.properties create mode 100644 org.simantics.excel.poi.feature/feature.xml create mode 100644 org.simantics.excel.poi.feature/pom.xml diff --git a/org.simantics.excel.poi.feature/.project b/org.simantics.excel.poi.feature/.project new file mode 100644 index 0000000..20a14fa --- /dev/null +++ b/org.simantics.excel.poi.feature/.project @@ -0,0 +1,17 @@ + + + org.simantics.excel.poi.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/org.simantics.excel.poi.feature/build.properties b/org.simantics.excel.poi.feature/build.properties new file mode 100644 index 0000000..64f93a9 --- /dev/null +++ b/org.simantics.excel.poi.feature/build.properties @@ -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 index 0000000..63ba80c --- /dev/null +++ b/org.simantics.excel.poi.feature/feature.xml @@ -0,0 +1,27 @@ + + + + + [Enter Feature Description here.] + + + + [Enter Copyright Description here.] + + + + [Enter License Description here.] + + + + + diff --git a/org.simantics.excel.poi.feature/pom.xml b/org.simantics.excel.poi.feature/pom.xml new file mode 100644 index 0000000..12f5858 --- /dev/null +++ b/org.simantics.excel.poi.feature/pom.xml @@ -0,0 +1,15 @@ + + 4.0.0 + + + org.simantics.interop + org.simantics.interop.root + 1.0.0-SNAPSHOT + + + org.simantics.excel.poi.feature + eclipse-feature + 1.0.0-SNAPSHOT + + diff --git a/org.simantics.interop.repository/category.xml b/org.simantics.interop.repository/category.xml index f858be9..8f8db4a 100644 --- a/org.simantics.interop.repository/category.xml +++ b/org.simantics.interop.repository/category.xml @@ -1,5 +1,8 @@ + + + diff --git a/pom.xml b/pom.xml index 2201f88..8ca9be5 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ org.simantics.xml.sax.ontology org.simantics.xml.sax.ui + org.simantics.excel.poi.feature org.simantics.interop.feature org.simantics.xml.sax.feature -- 2.45.1