From a60d91cc8908ceca5799b08fe43d9df46f635ffa Mon Sep 17 00:00:00 2001 From: OszkarSemerath Date: Sat, 12 May 2018 18:17:43 +0200 Subject: Project update --- .../Examples/ModelGenExampleFAM_plugin/.gitignore | 2 ++ .../ModelGenExampleFAM_plugin/META-INF/MANIFEST.MF | 23 +++++++++++----------- .../Examples/ModelGenExampleFAM_plugin/plugin.xml | 11 ++++------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'Domains') diff --git a/Domains/Examples/ModelGenExampleFAM_plugin/.gitignore b/Domains/Examples/ModelGenExampleFAM_plugin/.gitignore index ae3c1726..7df84aeb 100644 --- a/Domains/Examples/ModelGenExampleFAM_plugin/.gitignore +++ b/Domains/Examples/ModelGenExampleFAM_plugin/.gitignore @@ -1 +1,3 @@ /bin/ +/output/ +/debug/ \ No newline at end of file diff --git a/Domains/Examples/ModelGenExampleFAM_plugin/META-INF/MANIFEST.MF b/Domains/Examples/ModelGenExampleFAM_plugin/META-INF/MANIFEST.MF index 423e95bd..f1f5d18c 100644 --- a/Domains/Examples/ModelGenExampleFAM_plugin/META-INF/MANIFEST.MF +++ b/Domains/Examples/ModelGenExampleFAM_plugin/META-INF/MANIFEST.MF @@ -6,16 +6,17 @@ Bundle-Version: 1.0.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin -Export-Package: functionalarchitecture, - functionalarchitecture.impl, - functionalarchitecture.util, - hu.bme.mit.inf.dslreasoner.domains.transima.fam -Require-Bundle: ModelGenExampleFAM_plugin, - org.eclipse.viatra.addon.querybasedfeatures.runtime, - org.eclipse.viatra.query.runtime, - org.apache.log4j;bundle-version="1.2.15", - com.google.guava;bundle-version="15.0.0", - org.eclipse.core.runtime, - org.eclipse.emf.ecore;visibility:=reexport +Export-Package: functionalarchitecture, + functionalarchitecture.impl, + functionalarchitecture.util, + hu.bme.mit.inf.dslreasoner.domains.transima.fam +Require-Bundle: ModelGenExampleFAM_plugin, + org.eclipse.viatra.addon.querybasedfeatures.runtime, + org.eclipse.viatra.query.runtime, + org.apache.log4j;bundle-version="1.2.15", + com.google.guava;bundle-version="15.0.0", + org.eclipse.core.runtime, + org.eclipse.emf.ecore;visibility:=reexport Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy +Automatic-Module-Name: ModelGenExampleFAM_plugin diff --git a/Domains/Examples/ModelGenExampleFAM_plugin/plugin.xml b/Domains/Examples/ModelGenExampleFAM_plugin/plugin.xml index d68d0328..3dce57aa 100644 --- a/Domains/Examples/ModelGenExampleFAM_plugin/plugin.xml +++ b/Domains/Examples/ModelGenExampleFAM_plugin/plugin.xml @@ -5,6 +5,10 @@ + + + + @@ -17,11 +21,4 @@ - - - - -- cgit v1.2.3-54-g00ecf