From 98f4e983403a87865516fcf0bf88fb07259cc74b Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Wed, 21 Oct 2015 12:24:57 +0000 Subject: [PATCH] refs #6022 Trying to get sysdyn p2 builds to work git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@31866 ac1ea38d-2e2b-0410-8846-a27921b304fc --- .../.project | 17 ++ .../build.properties | 1 + .../feature.xml | 149 ++++++++++++++++++ 3 files changed, 167 insertions(+) create mode 100644 org.simantics.sysdyn.internal.p2.feature/.project create mode 100644 org.simantics.sysdyn.internal.p2.feature/build.properties create mode 100644 org.simantics.sysdyn.internal.p2.feature/feature.xml diff --git a/org.simantics.sysdyn.internal.p2.feature/.project b/org.simantics.sysdyn.internal.p2.feature/.project new file mode 100644 index 00000000..d0074824 --- /dev/null +++ b/org.simantics.sysdyn.internal.p2.feature/.project @@ -0,0 +1,17 @@ + + + org.simantics.sysdyn.internal.p2.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/org.simantics.sysdyn.internal.p2.feature/build.properties b/org.simantics.sysdyn.internal.p2.feature/build.properties new file mode 100644 index 00000000..82ab19c6 --- /dev/null +++ b/org.simantics.sysdyn.internal.p2.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/org.simantics.sysdyn.internal.p2.feature/feature.xml b/org.simantics.sysdyn.internal.p2.feature/feature.xml new file mode 100644 index 00000000..47d60ab2 --- /dev/null +++ b/org.simantics.sysdyn.internal.p2.feature/feature.xml @@ -0,0 +1,149 @@ + + + + + [Enter Feature Description here.] + + + + [Enter Copyright Description here.] + + + + [Enter License Description here.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.1