From 4b947aac9ac1b9640b6723c6a18b6e19c7f9bc4c Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Thu, 17 Nov 2016 10:42:58 +0200 Subject: [PATCH] Adding org.simantics.acorn.feature Adding to features/pom.xml - fixing tabs to spaces refs #6726 Change-Id: Ifbb02b4b63d86dd8cfa35c3854d12f5bf4e86c57 --- features/org.simantics.acorn.feature/.project | 17 ++++++++++ .../build.properties | 1 + .../org.simantics.acorn.feature/feature.xml | 33 +++++++++++++++++++ features/pom.xml | 1 + 4 files changed, 52 insertions(+) create mode 100644 features/org.simantics.acorn.feature/.project create mode 100644 features/org.simantics.acorn.feature/build.properties create mode 100644 features/org.simantics.acorn.feature/feature.xml diff --git a/features/org.simantics.acorn.feature/.project b/features/org.simantics.acorn.feature/.project new file mode 100644 index 000000000..06883e070 --- /dev/null +++ b/features/org.simantics.acorn.feature/.project @@ -0,0 +1,17 @@ + + + org.simantics.acorn.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/features/org.simantics.acorn.feature/build.properties b/features/org.simantics.acorn.feature/build.properties new file mode 100644 index 000000000..82ab19c62 --- /dev/null +++ b/features/org.simantics.acorn.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/features/org.simantics.acorn.feature/feature.xml b/features/org.simantics.acorn.feature/feature.xml new file mode 100644 index 000000000..a53678407 --- /dev/null +++ b/features/org.simantics.acorn.feature/feature.xml @@ -0,0 +1,33 @@ + + + + + [Enter Feature Description here.] + + + + [Enter Copyright Description here.] + + + + [Enter License Description here.] + + + + + + + diff --git a/features/pom.xml b/features/pom.xml index f935cf28e..6ed192931 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -98,6 +98,7 @@ com.lowagie.text.feature org.apache.lucene4.feature org.jfree.feature + org.simantics.acorn.feature org.simantics.browsing.ui.feature org.simantics.charts.feature org.simantics.data.feature -- 2.43.2