-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api upgrade for current version of gemoc studio
contributes to #5
- Loading branch information
Showing
172 changed files
with
688 additions
and
784 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...ncurrency/org.gemoc.arduino.concurrent.moc.dse/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...currency/org.gemoc.arduino.concurrent.xarduino/.settings/org.eclipse.core.resources.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
encoding/<project>=UTF-8 |
39 changes: 21 additions & 18 deletions
39
...language_workbench_concurrency/org.gemoc.arduino.concurrent.xarduino/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
Manifest-Version: 1.0 | ||
Automatic-Module-Name: org.gemoc.arduino.concurrent.xarduino | ||
Bundle-SymbolicName: org.gemoc.arduino.concurrent.xarduino;singleton:=true | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.emf.ecore;visibility:="reexport", | ||
fr.inria.diverse.k3.al.annotationprocessor.plugin, | ||
fr.inria.diverse.melange, | ||
org.eclipse.xtext.xbase.lib, | ||
com.google.guava, | ||
org.eclipse.xtend.lib, | ||
org.eclipse.emf.common, | ||
org.eclipse.emf.ecore.xmi, | ||
org.eclipse.gemoc.executionframework.extensions.sirius;bundle-version=0.0.0;visibility:=reexport | ||
Bundle-ManifestVersion: 2 | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: org.gemoc.arduino.concurrent.xarduino;singleton:=true | ||
Automatic-Module-Name: org.gemoc.arduino.concurrent.xarduino | ||
Bundle-Version: 0.1.0 | ||
Bundle-ClassPath: . | ||
Bundle-Vendor: %providerName | ||
Bundle-Localization: plugin | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.emf.ecore;visibility:=reexport, | ||
fr.inria.diverse.k3.al.annotationprocessor.plugin, | ||
fr.inria.diverse.melange, | ||
org.eclipse.xtext.xbase.lib, | ||
org.eclipse.gemoc.xdsmlframework.api;bundle-version="4.0.0";visibility:=reexport, | ||
org.eclipse.emf.ecore.xmi;bundle-version="2.8.0";visibility:=reexport, | ||
org.eclipse.gemoc.executionframework.engine;bundle-version="4.0.0";visibility:=reexport, | ||
com.google.guava, | ||
org.eclipse.xtend.lib, | ||
org.eclipse.emf.common, | ||
org.eclipse.gemoc.executionframework.extensions.sirius;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.gemoc.execution.concurrent.ccsljavaxdsml.api | ||
Bundle-ActivationPolicy: lazy | ||
Export-Package: org.gemoc.arduino.concurrent.xarduino.aspects, | ||
org.gemoc.arduino.concurrent.xarduino.arduino, | ||
org.gemoc.arduino.concurrent.xarduino.arduino.impl, | ||
org.gemoc.arduino.concurrent.xarduino.arduino.util | ||
Bundle-Name: %pluginName | ||
Bundle-Version: 0.1.0 | ||
Bundle-ClassPath: . | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dev/language_workbench_concurrency/org.gemoc.arduino.concurrent.xarduino/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# | ||
#Thu Oct 24 18:07:14 CEST 2019 | ||
#Wed Jun 05 17:15:01 CEST 2024 | ||
bin.includes=META-INF/,.,plugin.xml,plugin.properties,model/,XArduino.dsl | ||
source..=src,\n src-gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.