From 2bcd26581f3f93e249dc032c4b746a59e2c6a70b Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Fri, 12 Dec 2014 21:53:44 +0000 Subject: [PATCH] refs #5546 Create Sysdyn feature without OpenModelica git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@30684 ac1ea38d-2e2b-0410-8846-a27921b304fc --- .../.project | 11 ++ .../build.properties | 12 ++ .../feature.xml | 150 ++++++++++++++++++ 3 files changed, 173 insertions(+) create mode 100644 org.simantics.sysdyn.internal.feature/.project create mode 100644 org.simantics.sysdyn.internal.feature/build.properties create mode 100644 org.simantics.sysdyn.internal.feature/feature.xml diff --git a/org.simantics.sysdyn.internal.feature/.project b/org.simantics.sysdyn.internal.feature/.project new file mode 100644 index 00000000..117de516 --- /dev/null +++ b/org.simantics.sysdyn.internal.feature/.project @@ -0,0 +1,11 @@ + + + org.simantics.sysdyn.internal.feature + + + + + + + + diff --git a/org.simantics.sysdyn.internal.feature/build.properties b/org.simantics.sysdyn.internal.feature/build.properties new file mode 100644 index 00000000..c4fca28c --- /dev/null +++ b/org.simantics.sysdyn.internal.feature/build.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 2014 Association for Decentralized Information Management in +# Industry THTH ry. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# VTT Technical Research Centre of Finland - initial API and implementation +############################################################################### +bin.includes = feature.xml \ No newline at end of file diff --git a/org.simantics.sysdyn.internal.feature/feature.xml b/org.simantics.sysdyn.internal.feature/feature.xml new file mode 100644 index 00000000..058bb3d2 --- /dev/null +++ b/org.simantics.sysdyn.internal.feature/feature.xml @@ -0,0 +1,150 @@ + + + + + [Enter Feature Description here.] + + + + [Enter Copyright Description here.] + + + + [Enter License Description here.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.1