Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expaut 14 #15

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9d158e0
added workflow project for automatic model code generation
rapp-fzi Apr 21, 2021
9cf7226
added workflow bundle to module build
rapp-fzi Apr 21, 2021
204d53a
added optional dependency to workflow plugin
rapp-fzi Apr 21, 2021
864e092
cleaned up file
rapp-fzi Apr 21, 2021
c83123d
enabled *edit code generation for simulizar and simucom tool adapter …
rapp-fzi Apr 21, 2021
81169a4
recreated genmodel
rapp-fzi Apr 21, 2021
722cab0
renamed referenced genmodel from ExperimentAutomation' to 'experiment…
rapp-fzi Apr 21, 2021
bd3d98d
added src-gen, xtend-gen, xtext-gen to .gitignore
rapp-fzi Apr 21, 2021
17dc55c
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
2434e0b
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
e0401e9
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
0ed3934
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
71a1f72
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
358a898
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
b3c662e
delete commited model src code for bundle 'org.palladiosimulator.expe…
rapp-fzi Apr 22, 2021
95ab2af
added missing *.model and *.edit dirs to clean-up
rapp-fzi Apr 22, 2021
d616af8
corrected format
rapp-fzi Apr 22, 2021
bf4117f
added missing icons
rapp-fzi Apr 22, 2021
a6eec9e
genmodel packages are referred to by platform URI instaed of relative…
rapp-fzi Apr 22, 2021
beee5d2
updated semanticResource to reference updated *genmodel
rapp-fzi Apr 22, 2021
8f0f084
delete outdated genmodel
rapp-fzi Apr 22, 2021
0d08a5f
added required genmodel dependencies for workflow execution
rapp-fzi Apr 22, 2021
1035652
changed output dir from src to src-gen
rapp-fzi Apr 22, 2021
387ce86
changed output dir from src to src-gen
rapp-fzi Apr 22, 2021
bd5652b
added src-gen to build path
rapp-fzi Apr 22, 2021
8dbd13f
added src-gen to build path
rapp-fzi Apr 22, 2021
804d85f
changed output dir from src to src-gen
rapp-fzi Apr 22, 2021
c948295
updated file content
rapp-fzi Apr 22, 2021
9843c45
updated file content
rapp-fzi Apr 22, 2021
88d75d0
deleted generated extension point
rapp-fzi Apr 22, 2021
f134ac5
changed output dir from src to src-gen
rapp-fzi Apr 22, 2021
36e727c
updated file
rapp-fzi Apr 22, 2021
77cf25d
updated file
rapp-fzi Apr 22, 2021
cf802dc
updated file
rapp-fzi Apr 22, 2021
42a7eaf
changed output dir from src to src-gen
rapp-fzi Apr 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ hs_err_pid*
#Folder
target/
bin/
src-gen/
xtend-gen/
xtext-gen/
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bin.includes = .,\
plugin.xml,\
plugin.properties
jars.compile.order = .
source.. = src/
source.. = src-gen/
output.. = bin/

This file was deleted.

This file was deleted.

Loading