Push event to branch master Started by GitLab push by Harald Mackamul Querying the current revision of branch master... Current revision of branch master is 5774eb56bc9e916f9c203914c2534d44395c1c59 Obtained Jenkinsfile from 5774eb56bc9e916f9c203914c2534d44395c1c59 [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes app4mc/hugo-agent-vsjp0-mx1tf Still waiting to schedule task ‘hugo-agent-vsjp0-mx1tf’ is offline Agent hugo-agent-vsjp0-mx1tf is provisioned from template hugo-agent-vsjp0 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/job/build-and-publish-website/job/master/5/" runUrl: "job/build-and-publish-website/job/master/5/" labels: run: "hugo" jenkins: "slave" jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5" jenkins/label: "hugo-agent" name: "hugo-agent-vsjp0-mx1tf" namespace: "app4mc" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.app4mc.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hugo-agent-vsjp0-mx1tf" - name: "JENKINS_NAME" value: "hugo-agent-vsjp0-mx1tf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/" - name: "HOME" value: "/home/jenkins/agent" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "eclipsecbi/hugo:0.42.1" name: "hugo" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hugo-agent-vsjp0-mx1tf in /home/jenkins/agent/workspace/build-and-publish-website_master [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential gitlab-bot-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git > git init /home/jenkins/agent/workspace/build-and-publish-website_master/hugo # timeout=10 Fetching upstream changes from git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitLab bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build-and-publish-website_master/hugo@tmp/jenkins-gitclient-ssh14842579979477929586.key Verifying host key using manually-configured host key entries > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5774eb56bc9e916f9c203914c2534d44395c1c59 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5774eb56bc9e916f9c203914c2534d44395c1c59 # timeout=10 Commit message: "New release 3.2.0: updated online help" > git rev-list --no-walk 46eed0e4c72bbfaca4778346f253bcb8d02bbb1f # timeout=10 [GitLab Pipeline Status] Notifying branch build status: RUNNING build-and-publish-website/master #5: Build started... [GitLab Pipeline Status] Notified [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // dir [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout www repo) [Pipeline] dir Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH)) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-xCKtXq9xo2Kv/agent.151 SSH_AGENT_PID=153 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_16953698791196663255.key (app4mc-bot@eclipse.org) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git clone git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git . Cloning into '.'... + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 153 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build website (master) with Hugo) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo/websites/www.eclipse.org-app4mc-hugo/site [Pipeline] { [Pipeline] sh + hugo -b https://eclipse.dev/app4mc/ [?25lBuilding sites … [?25h  | EN +------------------+-----+ Pages | 56 Paginator pages | 0 Non-page files | 0 Static files | 481 Processed images | 0 Aliases | 0 Sitemaps | 1 Cleaned | 0 Total in 815 ms [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build website (staging) with Hugo) Stage "Build website (staging) with Hugo" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push to $env.BRANCH_NAME branch) [Pipeline] sh + rm -rf www/404.html www/community www/css www/doc-app4mc.sim www/documentation www/downloads www/gettingstarted www/gs-create-model www/help www/history www/images www/index.html www/index.xml www/models www/news www/sitemap.xml www/snippets + cp -Rvf hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets www/ 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html' -> 'www/404.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community' -> 'www/community' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community/index.html' -> 'www/community/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css' -> 'www/css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css/syntax.css' -> 'www/css/syntax.css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim' -> 'www/doc-app4mc.sim' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim/index.html' -> 'www/doc-app4mc.sim/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation' -> 'www/documentation' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation/index.html' -> 'www/documentation/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads' -> 'www/downloads' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads/index.html' -> 'www/downloads/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted' -> 'www/gettingstarted' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted/index.html' -> 'www/gettingstarted/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model' -> 'www/gs-create-model' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model/index.html' -> 'www/gs-create-model/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help' -> 'www/help' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest' -> 'www/help/latest' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/index.html' -> 'www/help/latest/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css' -> 'www/help/latest/css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/frames.css' -> 'www/help/latest/css/frames.css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/help.css' -> 'www/help/latest/css/help.css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-icons.png' -> 'www/help/latest/css/toc-icons.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-style.css' -> 'www/help/latest/css/toc-style.css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images' -> 'www/help/latest/images' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/01-create-new-example.png' -> 'www/help/latest/images/01-create-new-example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/02-select-democar-example.png' -> 'www/help/latest/images/02-select-democar-example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/03_democar-example-finish.png' -> 'www/help/latest/images/03_democar-example-finish.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models.png' -> 'www/help/latest/images/amalthea_models.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models_actions.png' -> 'www/help/latest/images/amalthea_models_actions.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_system_model.png' -> 'www/help/latest/images/amalthea_system_model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_context_menu_import.png' -> 'www/help/latest/images/amxmi_and_atdb_context_menu_import.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_result.png' -> 'www/help/latest/images/amxmi_and_atdb_result.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_input_test1model.png' -> 'www/help/latest/images/amxmi_input_test1model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc-logo-g.png' -> 'www/help/latest/images/app4mc-logo-g.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc_platform_features.png' -> 'www/help/latest/images/app4mc_platform_features.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mcsim-flow.png' -> 'www/help/latest/images/app4mcsim-flow.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_db_schema.svg' -> 'www/help/latest/images/atdb_db_schema.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_example_btf_visual.png' -> 'www/help/latest/images/atdb_example_btf_visual.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_import_wizard_open.png' -> 'www/help/latest/images/atdb_import_wizard_open.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_in_metric_viewer.png' -> 'www/help/latest/images/atdb_in_metric_viewer.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_context_menu_import.png' -> 'www/help/latest/images/atdb_to_amxmi_context_menu_import.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_import_result.png' -> 'www/help/latest/images/atdb_to_amxmi_import_result.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_input.png' -> 'www/help/latest/images/atdb_to_amxmi_input.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/btf_to_atdb_import_dialog.png' -> 'www/help/latest/images/btf_to_atdb_import_dialog.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_1.png' -> 'www/help/latest/images/code_profile_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_2.png' -> 'www/help/latest/images/code_profile_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_validation_1.png' -> 'www/help/latest/images/code_validation_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_runnable.png' -> 'www/help/latest/images/datadependency_runnable.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_rwdependency.png' -> 'www/help/latest/images/datadependency_rwdependency.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_screenshot.png' -> 'www/help/latest/images/datadependency_screenshot.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sequence.png' -> 'www/help/latest/images/datadependency_sequence.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_stimulus.png' -> 'www/help/latest/images/datadependency_stimulus.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sync.png' -> 'www/help/latest/images/datadependency_sync.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_task.png' -> 'www/help/latest/images/datadependency_task.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/dev_model_qualified_name.png' -> 'www/help/latest/images/dev_model_qualified_name.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_beta.png' -> 'www/help/latest/images/deviation_beta.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_boundaries.png' -> 'www/help/latest/images/deviation_boundaries.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_gauss.png' -> 'www/help/latest/images/deviation_gauss.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_histogram.png' -> 'www/help/latest/images/deviation_histogram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_statistics.png' -> 'www/help/latest/images/deviation_statistics.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_weibull.png' -> 'www/help/latest/images/deviation_weibull.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_content.png' -> 'www/help/latest/images/emf-viewers_graphical_content.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_hierarchy.png' -> 'www/help/latest/images/emf-viewers_graphical_hierarchy.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_references.png' -> 'www/help/latest/images/emf-viewers_graphical_references.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_1.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_2.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_3.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_toolchain.png' -> 'www/help/latest/images/emf-viewers_toolchain.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_updatesite.png' -> 'www/help/latest/images/emf-viewers_updatesite.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/eventchain_map.png' -> 'www/help/latest/images/eventchain_map.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_diagram.png' -> 'www/help/latest/images/example_hw_example_1_diagram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_editor.png' -> 'www/help/latest/images/example_hw_example_1_editor.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_diagram.png' -> 'www/help/latest/images/example_hw_example_2_diagram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_editor.png' -> 'www/help/latest/images/example_hw_example_2_editor.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes.png' -> 'www/help/latest/images/example_numeric_modes.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_do-b.png' -> 'www/help/latest/images/example_numeric_modes_do-b.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_event-stimuli.png' -> 'www/help/latest/images/example_numeric_modes_event-stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_gen-x.png' -> 'www/help/latest/images/example_numeric_modes_gen-x.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_modes.png' -> 'www/help/latest/images/example_numeric_modes_modes.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_runn-b.png' -> 'www/help/latest/images/example_numeric_modes_runn-b.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_hierarchical.png' -> 'www/help/latest/images/example_scheduler_hierarchical.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_legend.png' -> 'www/help/latest/images/example_scheduler_legend.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_partitioned_fpp.svg' -> 'www/help/latest/images/example_scheduler_partitioned_fpp.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_installer.png' -> 'www/help/latest/images/examples_installer.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_1.png' -> 'www/help/latest/images/examples_run_eclipse_appication_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_2.png' -> 'www/help/latest/images/examples_run_eclipse_appication_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_standard.png' -> 'www/help/latest/images/examples_standard.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_switch_perspective.png' -> 'www/help/latest/images/examples_switch_perspective.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_updatesite.png' -> 'www/help/latest/images/examples_updatesite.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/file-open-dialog.png' -> 'www/help/latest/images/file-open-dialog.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_access_path_example.png' -> 'www/help/latest/images/hw_access_path_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_example.png' -> 'www/help/latest/images/hw_connection_handler_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_1.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_3.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_domain_example.png' -> 'www/help/latest/images/hw_domain_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_feature_example.png' -> 'www/help/latest/images/hw_feature_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_memory_address_example.png' -> 'www/help/latest/images/hw_memory_address_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example.png' -> 'www/help/latest/images/hw_port_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r.png' -> 'www/help/latest/images/hw_port_example_i_r.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r_with_delegated_ports.png' -> 'www/help/latest/images/hw_port_example_i_r_with_delegated_ports.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_structure_example.png' -> 'www/help/latest/images/hw_structure_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hwmodel_hwblockdiagram.png' -> 'www/help/latest/images/hwmodel_hwblockdiagram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/linked_files_creation.png' -> 'www/help/latest/images/linked_files_creation.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mapping_schedulers.png' -> 'www/help/latest/images/mapping_schedulers.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_open.png' -> 'www/help/latest/images/metric-viewer_open.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table.png' -> 'www/help/latest/images/metric-viewer_table.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table_collapsed.png' -> 'www/help/latest/images/metric-viewer_table_collapsed.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-menu-dialog.png' -> 'www/help/latest/images/migration-menu-dialog.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-result.png' -> 'www/help/latest/images/migration-result.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration_flow.png' -> 'www/help/latest/images/migration_flow.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__activations.png' -> 'www/help/latest/images/model__activations.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__stimuli.png' -> 'www/help/latest/images/model__stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_classifier.png' -> 'www/help/latest/images/model_common_classifier.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions.png' -> 'www/help/latest/images/model_common_conditions.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions_references.png' -> 'www/help/latest/images/model_common_conditions_references.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property.png' -> 'www/help/latest/images/model_common_custom_property.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property_value.png' -> 'www/help/latest/images/model_common_custom_property_value.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_rate.png' -> 'www/help/latest/images/model_common_data_rate.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_size.png' -> 'www/help/latest/images/model_common_data_size.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_beta.png' -> 'www/help/latest/images/model_common_deviation_beta.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_1.png' -> 'www/help/latest/images/model_common_deviation_boundaries_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_2.png' -> 'www/help/latest/images/model_common_deviation_boundaries_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_normal.png' -> 'www/help/latest/images/model_common_deviation_normal.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_time_histogram.png' -> 'www/help/latest/images/model_common_deviation_time_histogram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_uniform.png' -> 'www/help/latest/images/model_common_deviation_uniform.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_weibull.png' -> 'www/help/latest/images/model_common_deviation_weibull.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_abstract.png' -> 'www/help/latest/images/model_common_deviations_abstract.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_time.png' -> 'www/help/latest/images/model_common_deviations_time.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements.png' -> 'www/help/latest/images/model_common_elements.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements_namespace_member.png' -> 'www/help/latest/images/model_common_elements_namespace_member.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_frequency.png' -> 'www/help/latest/images/model_common_frequency.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_interfaces_base_objects.png' -> 'www/help/latest/images/model_common_interfaces_base_objects.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_statistic.png' -> 'www/help/latest/images/model_common_statistic.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_tag.png' -> 'www/help/latest/images/model_common_tag.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_ticks.png' -> 'www/help/latest/images/model_common_ticks.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_time.png' -> 'www/help/latest/images/model_common_time.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components.png' -> 'www/help/latest/images/model_components.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_common.png' -> 'www/help/latest/images/model_components_common.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_component_references.png' -> 'www/help/latest/images/model_components_component_references.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_composition.png' -> 'www/help/latest/images/model_components_composition.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_connector.png' -> 'www/help/latest/images/model_components_connector.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example.png' -> 'www/help/latest/images/model_components_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example_treeview.png' -> 'www/help/latest/images/model_components_example_treeview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_interface.png' -> 'www/help/latest/images/model_components_interface.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_isystem.png' -> 'www/help/latest/images/model_components_isystem.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_overview.png' -> 'www/help/latest/images/model_config_overview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_sample.png' -> 'www/help/latest/images/model_config_sample.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints.png' -> 'www/help/latest/images/model_constraints.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity.png' -> 'www/help/latest/images/model_constraints_affinity.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_data.png' -> 'www/help/latest/images/model_constraints_affinity_data.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_process.png' -> 'www/help/latest/images/model_constraints_affinity_process.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_runnable.png' -> 'www/help/latest/images/model_constraints_affinity_runnable.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_age.png' -> 'www/help/latest/images/model_constraints_data_age.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_coherency.png' -> 'www/help/latest/images/model_constraints_data_coherency.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_stability.png' -> 'www/help/latest/images/model_constraints_data_stability.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_onetoone.png' -> 'www/help/latest/images/model_constraints_delayconstraint_onetoone.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_reaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_reaction.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_uniquereaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_uniquereaction.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain.png' -> 'www/help/latest/images/model_constraints_eventchain.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_eventgroups.png' -> 'www/help/latest/images/model_constraints_eventchain_eventgroups.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_example.png' -> 'www/help/latest/images/model_constraints_eventchain_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_parallel.png' -> 'www/help/latest/images/model_constraints_eventchain_parallel.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_segments.png' -> 'www/help/latest/images/model_constraints_eventchain_segments.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_sequence.png' -> 'www/help/latest/images/model_constraints_eventchain_sequence.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_activatetoactivate.png' -> 'www/help/latest/images/model_constraints_metric_activatetoactivate.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_coreexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_coreexecutiontime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtoend.png' -> 'www/help/latest/images/model_constraints_metric_endtoend.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtostart.png' -> 'www/help/latest/images/model_constraints_metric_endtostart.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_grossexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_grossexecutiontime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_lateness.png' -> 'www/help/latest/images/model_constraints_metric_lateness.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_netexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_netexecutiontime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_parkingtime.png' -> 'www/help/latest/images/model_constraints_metric_parkingtime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_pollingtime.png' -> 'www/help/latest/images/model_constraints_metric_pollingtime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_readytime.png' -> 'www/help/latest/images/model_constraints_metric_readytime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_responsetime.png' -> 'www/help/latest/images/model_constraints_metric_responsetime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_runningtime.png' -> 'www/help/latest/images/model_constraints_metric_runningtime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_startdelay.png' -> 'www/help/latest/images/model_constraints_metric_startdelay.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_starttostart.png' -> 'www/help/latest/images/model_constraints_metric_starttostart.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_waitingtime.png' -> 'www/help/latest/images/model_constraints_metric_waitingtime.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_requirements.png' -> 'www/help/latest/images/model_constraints_requirements.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_basic.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_basic.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_scope.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_scope.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_delay.png' -> 'www/help/latest/images/model_constraints_timing_delay.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_latency.png' -> 'www/help/latest/images/model_constraints_timing_latency.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_tasks.png' -> 'www/help/latest/images/modeling_1_tasks.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_gantt.png' -> 'www/help/latest/images/modeling_2_gantt.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_hw.png' -> 'www/help/latest/images/modeling_2_hw.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_mapping.png' -> 'www/help/latest/images/modeling_2_mapping.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_runnables.png' -> 'www/help/latest/images/modeling_2_runnables.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_scheduler.png' -> 'www/help/latest/images/modeling_2_scheduler.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_stimuli.png' -> 'www/help/latest/images/modeling_2_stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_tasks.png' -> 'www/help/latest/images/modeling_2_tasks.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server.png' -> 'www/help/latest/images/modeling_example_client_server.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_1.png' -> 'www/help/latest/images/modeling_example_client_server_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_2.png' -> 'www/help/latest/images/modeling_example_client_server_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_3.png' -> 'www/help/latest/images/modeling_example_client_server_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_4.png' -> 'www/help/latest/images/modeling_example_client_server_4.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_5.png' -> 'www/help/latest/images/modeling_example_client_server_5.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_6.png' -> 'www/help/latest/images/modeling_example_client_server_6.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_7.png' -> 'www/help/latest/images/modeling_example_client_server_7.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_8.png' -> 'www/help/latest/images/modeling_example_client_server_8.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_9.png' -> 'www/help/latest/images/modeling_example_client_server_9.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop.png' -> 'www/help/latest/images/modeling_example_feedback_loop.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_feedback_loop_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_feedback_loop_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_feedback_loop_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_feedback_loop_4.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_feedback_loop_5.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_feedback_loop_6.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_feedback_loop_7.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_feedback_loop_8.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_feedback_loop_9.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_1.png' -> 'www/help/latest/images/modeling_example_periodic_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_2.png' -> 'www/help/latest/images/modeling_example_periodic_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_3.png' -> 'www/help/latest/images/modeling_example_periodic_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_4.png' -> 'www/help/latest/images/modeling_example_periodic_4.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_5.png' -> 'www/help/latest/images/modeling_example_periodic_5.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_6.png' -> 'www/help/latest/images/modeling_example_periodic_6.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_7.png' -> 'www/help/latest/images/modeling_example_periodic_7.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_8.png' -> 'www/help/latest/images/modeling_example_periodic_8.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_9.png' -> 'www/help/latest/images/modeling_example_periodic_9.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine.png' -> 'www/help/latest/images/modeling_example_state_machine.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_1.png' -> 'www/help/latest/images/modeling_example_state_machine_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_2.png' -> 'www/help/latest/images/modeling_example_state_machine_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_3.png' -> 'www/help/latest/images/modeling_example_state_machine_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_4.png' -> 'www/help/latest/images/modeling_example_state_machine_4.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_5.png' -> 'www/help/latest/images/modeling_example_state_machine_5.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_6.png' -> 'www/help/latest/images/modeling_example_state_machine_6.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_7.png' -> 'www/help/latest/images/modeling_example_state_machine_7.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_8.png' -> 'www/help/latest/images/modeling_example_state_machine_8.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_9.png' -> 'www/help/latest/images/modeling_example_state_machine_9.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_4.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_5.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_6.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_7.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_8.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_9.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example1.svg' -> 'www/help/latest/images/mta3example1.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example2.svg' -> 'www/help/latest/images/mta3example2.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example3.svg' -> 'www/help/latest/images/mta3example3.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example4.svg' -> 'www/help/latest/images/mta3example4.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example5.svg' -> 'www/help/latest/images/mta3example5.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example6.svg' -> 'www/help/latest/images/mta3example6.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example7.svg' -> 'www/help/latest/images/mta3example7.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/namespace_references.png' -> 'www/help/latest/images/namespace_references.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/object_references.png' -> 'www/help/latest/images/object_references.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/osbuffering_migration_071_072.png' -> 'www/help/latest/images/osbuffering_migration_071_072.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/process_prototypes.png' -> 'www/help/latest/images/process_prototypes.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/profile_selection_dialog.png' -> 'www/help/latest/images/profile_selection_dialog.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/project_rightclick_import.png' -> 'www/help/latest/images/project_rightclick_import.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labelaccess.png' -> 'www/help/latest/images/runnable_labelaccess.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labeldependencies.png' -> 'www/help/latest/images/runnable_labeldependencies.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_sharedlabels.png' -> 'www/help/latest/images/runnable_sharedlabels.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_label_dependencies.png' -> 'www/help/latest/images/swmodel_label_dependencies.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_statistics.png' -> 'www/help/latest/images/swmodel_statistics.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_framework_updatesite.png' -> 'www/help/latest/images/transformation_framework_updatesite.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_sim_updatesite.png' -> 'www/help/latest/images/transformation_sim_updatesite.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_slg_updatesite.png' -> 'www/help/latest/images/transformation_slg_updatesite.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points.png' -> 'www/help/latest/images/uml_add_schedule_points.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points_mwe2.png' -> 'www/help/latest/images/uml_add_schedule_points_mwe2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_context.png' -> 'www/help/latest/images/uml_context.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_default_context.png' -> 'www/help/latest/images/uml_default_context.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader.png' -> 'www/help/latest/images/uml_model_reader.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader_mwe2.png' -> 'www/help/latest/images/uml_model_reader_mwe2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer.png' -> 'www/help/latest/images/uml_model_writer.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer_mwe2.png' -> 'www/help/latest/images/uml_model_writer_mwe2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component.png' -> 'www/help/latest/images/uml_workflow_component.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component_mwe2.png' -> 'www/help/latest/images/uml_workflow_component_mwe2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview.png' -> 'www/help/latest/images/uml_workflow_overview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview_sequence.png' -> 'www/help/latest/images/uml_workflow_overview_sequence.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-hierarchy.svg' -> 'www/help/latest/images/user-scheduling-hierarchy.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-sched-allocation.png' -> 'www/help/latest/images/user-scheduling-sched-allocation.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-task-allocation.svg' -> 'www/help/latest/images/user-scheduling-task-allocation.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel.png' -> 'www/help/latest/images/user_channel.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_access.png' -> 'www/help/latest/images/user_channel_access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_operations.png' -> 'www/help/latest/images/user_channel_operations.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_transmission_example.png' -> 'www/help/latest/images/user_channel_transmission_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_editor_with_central_model.png' -> 'www/help/latest/images/user_editor_with_central_model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_commands.png' -> 'www/help/latest/images/user_guide_editor_commands.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_input.png' -> 'www/help/latest/images/user_guide_editor_search_input.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result1.png' -> 'www/help/latest/images/user_guide_editor_search_result1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result2.png' -> 'www/help/latest/images/user_guide_editor_search_result2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_showtypes.png' -> 'www/help/latest/images/user_guide_editor_showtypes.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_structure.png' -> 'www/help/latest/images/user_guide_editor_structure.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_folder_scope.png' -> 'www/help/latest/images/user_guide_folder_scope.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support.png' -> 'www/help/latest/images/user_guide_namespace_support.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support_xmlcontent.png' -> 'www/help/latest/images/user_guide_namespace_support_xmlcontent.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_package_support.png' -> 'www/help/latest/images/user_guide_package_support.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step1_create-project.png' -> 'www/help/latest/images/user_guide_step1_create-project.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step2_create-folder.png' -> 'www/help/latest/images/user_guide_step2_create-folder.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step3_create-model.png' -> 'www/help/latest/images/user_guide_step3_create-model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_access_paths.png' -> 'www/help/latest/images/user_hw_access_paths.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_definition_example.png' -> 'www/help/latest/images/user_hw_definition_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_connection.png' -> 'www/help/latest/images/user_hw_feature_runnable_connection.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_example.png' -> 'www/help/latest/images/user_hw_feature_runnable_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_latencies.png' -> 'www/help/latest/images/user_hw_latencies.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_model_class_diagram.png' -> 'www/help/latest/images/user_hw_model_class_diagram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_recipe_concept.png' -> 'www/help/latest/images/user_recipe_concept.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_amalthea.png' -> 'www/help/latest/images/user_section_amalthea.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_label_ref_to_memsection.png' -> 'www/help/latest/images/user_section_label_ref_to_memsection.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_linker_memsection.png' -> 'www/help/latest/images/user_section_linker_memsection.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_virtual_to_physical.png' -> 'www/help/latest/images/user_section_virtual_to_physical.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_data_dependency_view.png' -> 'www/help/latest/images/user_sw_data_dependency_view.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_new_runnable_item.png' -> 'www/help/latest/images/user_sw_new_runnable_item.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt.png' -> 'www/help/latest/images/user_sw_runtime_gantt.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_runnable.png' -> 'www/help/latest/images/user_sw_runtime_gantt_runnable.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_semaphore.png' -> 'www/help/latest/images/user_sw_runtime_gantt_semaphore.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_signal.png' -> 'www/help/latest/images/user_sw_runtime_gantt_signal.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_task.png' -> 'www/help/latest/images/user_sw_runtime_gantt_task.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_timing_model_example.png' -> 'www/help/latest/images/user_timing_model_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-plugin-content.png' -> 'www/help/latest/images/visualization-plugin-content.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-view.png' -> 'www/help/latest/images/visualization-view.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/vm_arguments_configuration.png' -> 'www/help/latest/images/vm_arguments_configuration.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_repetition.png' -> 'www/help/latest/images/model_constraints_timing_repetition.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_sync.png' -> 'www/help/latest/images/model_constraints_timing_sync.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_custom_entity.png' -> 'www/help/latest/images/model_custom_entity.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_dependencies.png' -> 'www/help/latest/images/model_dependencies.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_entity_event.svg' -> 'www/help/latest/images/model_events_entity_event.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_event.svg' -> 'www/help/latest/images/model_events_event.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_process.svg' -> 'www/help/latest/images/model_events_process.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_trigger_event.svg' -> 'www/help/latest/images/model_events_trigger_event.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_access.png' -> 'www/help/latest/images/model_hw_access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_definition.png' -> 'www/help/latest/images/model_hw_definition.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_main.png' -> 'www/help/latest/images/model_hw_main.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_module.png' -> 'www/help/latest/images/model_hw_module.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_allocation.svg' -> 'www/help/latest/images/model_mapping_allocation.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_overview.svg' -> 'www/help/latest/images/model_mapping_overview.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_migration_sequence_diagram.png' -> 'www/help/latest/images/model_migration_sequence_diagram.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_data_consistency.png' -> 'www/help/latest/images/model_os_data_consistency.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_operatingsystem.png' -> 'www/help/latest/images/model_os_operatingsystem.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_osoverhead.png' -> 'www/help/latest/images/model_os_osoverhead.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_overview.svg' -> 'www/help/latest/images/model_os_overview.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler.svg' -> 'www/help/latest/images/model_os_scheduler.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler_association.svg' -> 'www/help/latest/images/model_os_scheduler_association.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduling_parameters.svg' -> 'www/help/latest/images/model_os_scheduling_parameters.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_semaphore.png' -> 'www/help/latest/images/model_os_semaphore.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_example.png' -> 'www/help/latest/images/model_propertyconstraints_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_overview.png' -> 'www/help/latest/images/model_propertyconstraints_overview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section.png' -> 'www/help/latest/images/model_section.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section_memory.png' -> 'www/help/latest/images/model_section_memory.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli.png' -> 'www/help/latest/images/model_stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_1.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_1.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_2.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_3.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_3.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_4.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_4.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_5.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_5.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks.png' -> 'www/help/latest/images/model_stimuli_clocks.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_sine.png' -> 'www/help/latest/images/model_stimuli_clocks_sine.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_steplist.png' -> 'www/help/latest/images/model_stimuli_clocks_steplist.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_modevaluelist.png' -> 'www/help/latest/images/model_stimuli_modevaluelist.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic.png' -> 'www/help/latest/images/model_stimuli_periodic.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_burst.png' -> 'www/help/latest/images/model_stimuli_periodic_burst.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_jitter.png' -> 'www/help/latest/images/model_stimuli_periodic_jitter.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_relative.png' -> 'www/help/latest/images/model_stimuli_periodic_relative.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_single.png' -> 'www/help/latest/images/model_stimuli_single.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_stimuli.png' -> 'www/help/latest/images/model_stimuli_stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_synthetic.png' -> 'www/help/latest/images/model_stimuli_synthetic.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_variablerate.png' -> 'www/help/latest/images/model_stimuli_variablerate.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activation.png' -> 'www/help/latest/images/model_sw_activation.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items.svg' -> 'www/help/latest/images/model_sw_activity_graph_items.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__calls.png' -> 'www/help/latest/images/model_sw_activity_graph_items__calls.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__channel_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__channel_access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__execution_need.png' -> 'www/help/latest/images/model_sw_activity_graph_items__execution_need.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__group.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__group.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__label_access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__mode_label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__mode_label_access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__probability_switch.png' -> 'www/help/latest/images/model_sw_activity_graph_items__probability_switch.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__switch.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__switch.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__triggers.png' -> 'www/help/latest/images/model_sw_activity_graph_items__triggers.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__whileloop.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__whileloop.svg' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_item_container.png' -> 'www/help/latest/images/model_sw_activitygraph_item_container.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_structure.png' -> 'www/help/latest/images/model_sw_activitygraph_structure.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_channel.png' -> 'www/help/latest/images/model_sw_channel.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_data_dependency.png' -> 'www/help/latest/images/model_sw_data_dependency.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_dataflow_overview.png' -> 'www/help/latest/images/model_sw_dataflow_overview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_depends_on.png' -> 'www/help/latest/images/model_sw_depends_on.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_hw_features_executionneed.png' -> 'www/help/latest/images/model_sw_hw_features_executionneed.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_label.png' -> 'www/help/latest/images/model_sw_label.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_condition.png' -> 'www/help/latest/images/model_sw_local_mode_condition.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_call_context.png' -> 'www/help/latest/images/model_sw_local_mode_label_call_context.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_counter.png' -> 'www/help/latest/images/model_sw_local_mode_label_counter.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value.png' -> 'www/help/latest/images/model_sw_local_mode_value.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value_hierarchy.png' -> 'www/help/latest/images/model_sw_local_mode_value_hierarchy.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_memory_inf.png' -> 'www/help/latest/images/model_sw_memory_inf.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_mode_assignment.png' -> 'www/help/latest/images/model_sw_mode_assignment.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modecondition.png' -> 'www/help/latest/images/model_sw_modecondition.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes.png' -> 'www/help/latest/images/model_sw_modes.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes_overview.png' -> 'www/help/latest/images/model_sw_modes_overview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_osevents.png' -> 'www/help/latest/images/model_sw_osevents.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_chain.png' -> 'www/help/latest/images/model_sw_process_chain.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_prototype.png' -> 'www/help/latest/images/model_sw_process_prototype.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_runnable_overview.png' -> 'www/help/latest/images/model_sw_runnable_overview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_statistic.png' -> 'www/help/latest/images/model_sw_statistic.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_task_isr.png' -> 'www/help/latest/images/model_sw_task_isr.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_sample.png' -> 'www/help/latest/images/model_sw_type_sample.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_system.png' -> 'www/help/latest/images/model_sw_type_system.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_transient_backpointer_ui.png' -> 'www/help/latest/images/model_transient_backpointer_ui.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_gantt.png' -> 'www/help/latest/images/modeling_1_gantt.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_hw.png' -> 'www/help/latest/images/modeling_1_hw.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_mapping.png' -> 'www/help/latest/images/modeling_1_mapping.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_runnables.png' -> 'www/help/latest/images/modeling_1_runnables.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_schedulers.png' -> 'www/help/latest/images/modeling_1_schedulers.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_stimuli.png' -> 'www/help/latest/images/modeling_1_stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc' -> 'www/help/latest/javadoc' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/stylesheet.css' -> 'www/help/latest/javadoc/stylesheet.css' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model' -> 'www/help/latest/javadoc/model' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaIndex.html' -> 'www/help/latest/javadoc/model/AmaltheaIndex.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaMerger.html' -> 'www/help/latest/javadoc/model/AmaltheaMerger.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaServices.html' -> 'www/help/latest/javadoc/model/AmaltheaServices.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/package-summary.html' -> 'www/help/latest/javadoc/model/package-summary.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder' -> 'www/help/latest/javadoc/model/builder' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/AmaltheaBuilder.html' -> 'www/help/latest/javadoc/model/builder/AmaltheaBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/CommonElementsBuilder.html' -> 'www/help/latest/javadoc/model/builder/CommonElementsBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/ConstraintsBuilder.html' -> 'www/help/latest/javadoc/model/builder/ConstraintsBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/DatatypeBuilder.html' -> 'www/help/latest/javadoc/model/builder/DatatypeBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/HardwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/HardwareBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/InstructionsBuilder.html' -> 'www/help/latest/javadoc/model/builder/InstructionsBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/MappingBuilder.html' -> 'www/help/latest/javadoc/model/builder/MappingBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/OperatingSystemBuilder.html' -> 'www/help/latest/javadoc/model/builder/OperatingSystemBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/SoftwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/SoftwareBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/StimuliBuilder.html' -> 'www/help/latest/javadoc/model/builder/StimuliBuilder.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/package-summary.html' -> 'www/help/latest/javadoc/model/builder/package-summary.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io' -> 'www/help/latest/javadoc/model/io' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaFileHelper.html' -> 'www/help/latest/javadoc/model/io/AmaltheaFileHelper.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaLoader.html' -> 'www/help/latest/javadoc/model/io/AmaltheaLoader.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaWriter.html' -> 'www/help/latest/javadoc/model/io/AmaltheaWriter.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/package-summary.html' -> 'www/help/latest/javadoc/model/io/package-summary.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util' -> 'www/help/latest/javadoc/model/util' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ConstraintsUtil.html' -> 'www/help/latest/javadoc/model/util/ConstraintsUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/CustomPropertyUtil.html' -> 'www/help/latest/javadoc/model/util/CustomPropertyUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/DeploymentUtil.html' -> 'www/help/latest/javadoc/model/util/DeploymentUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/FactoryUtil.html' -> 'www/help/latest/javadoc/model/util/FactoryUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/HardwareUtil.html' -> 'www/help/latest/javadoc/model/util/HardwareUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/InstructionsUtil.html' -> 'www/help/latest/javadoc/model/util/InstructionsUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ModelUtil.html' -> 'www/help/latest/javadoc/model/util/ModelUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/SoftwareUtil.html' -> 'www/help/latest/javadoc/model/util/SoftwareUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/TimeUtil.html' -> 'www/help/latest/javadoc/model/util/TimeUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.Parameters.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.Parameters.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/package-summary.html' -> 'www/help/latest/javadoc/model/util/package-summary.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip' -> 'www/help/latest/zip' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/ecore-definitions.zip' -> 'www/help/latest/zip/ecore-definitions.zip' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/xml-definitions.zip' -> 'www/help/latest/zip/xml-definitions.zip' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history' -> 'www/history' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history/index.html' -> 'www/history/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images' -> 'www/images' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/logo.png' -> 'www/images/logo.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/system-model.png' -> 'www/images/system-model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim' -> 'www/images/doc-app4mc.sim' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/adding-update-sites.png' -> 'www/images/doc-app4mc.sim/adding-update-sites.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/app4mcsim-flow.png' -> 'www/images/doc-app4mc.sim/app4mcsim-flow.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-new-software.png' -> 'www/images/doc-app4mc.sim/install-new-software.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation-sim.png' -> 'www/images/doc-app4mc.sim/install-transformation-sim.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation.png' -> 'www/images/doc-app4mc.sim/install-transformation.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-build.png' -> 'www/images/doc-app4mc.sim/sim-build.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-configure.png' -> 'www/images/doc-app4mc.sim/sim-configure.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-run.png' -> 'www/images/doc-app4mc.sim/sim-run.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-trace.png' -> 'www/images/doc-app4mc.sim/sim-trace.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-validations.png' -> 'www/images/doc-app4mc.sim/sim-validations.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-folder.png' -> 'www/images/doc-app4mc.sim/simulation-model-folder.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-refresh.png' -> 'www/images/doc-app4mc.sim/simulation-model-refresh.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/tranformation-context.png' -> 'www/images/doc-app4mc.sim/tranformation-context.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/transformation-dialog.png' -> 'www/images/doc-app4mc.sim/transformation-dialog.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model' -> 'www/images/gs-create-model' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/01-create-project.png' -> 'www/images/gs-create-model/01-create-project.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/02-create-folder.png' -> 'www/images/gs-create-model/02-create-folder.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/03-create-folder.png' -> 'www/images/gs-create-model/03-create-folder.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/04-create-model.png' -> 'www/images/gs-create-model/04-create-model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/05-create-model.png' -> 'www/images/gs-create-model/05-create-model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/06-create-sw-model.png' -> 'www/images/gs-create-model/06-create-sw-model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/07-create-label.png' -> 'www/images/gs-create-model/07-create-label.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/08-create-runnables.png' -> 'www/images/gs-create-model/08-create-runnables.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/09-create-runnable1-label-access.png' -> 'www/images/gs-create-model/09-create-runnable1-label-access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/10-create-runnable1-label-access.png' -> 'www/images/gs-create-model/10-create-runnable1-label-access.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/11-create-runnables-final.png' -> 'www/images/gs-create-model/11-create-runnables-final.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/12-create-task-runnable-calls.png' -> 'www/images/gs-create-model/12-create-task-runnable-calls.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/13-create-stimuli.png' -> 'www/images/gs-create-model/13-create-stimuli.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/14-task1-stimulus-2.png' -> 'www/images/gs-create-model/14-task1-stimulus-2.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/15-hardware.png' -> 'www/images/gs-create-model/15-hardware.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/16-operating-system.png' -> 'www/images/gs-create-model/16-operating-system.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/17-constraints.png' -> 'www/images/gs-create-model/17-constraints.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/18-mapping.png' -> 'www/images/gs-create-model/18-mapping.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/hardware-visualization.png' -> 'www/images/gs-create-model/hardware-visualization.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/training-overview-model.png' -> 'www/images/gs-create-model/training-overview-model.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/ui-edit-button.png' -> 'www/images/gs-create-model/ui-edit-button.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history' -> 'www/images/history' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/de.png' -> 'www/images/history/de.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/es.png' -> 'www/images/history/es.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/fi.png' -> 'www/images/history/fi.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/pt.png' -> 'www/images/history/pt.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/se.png' -> 'www/images/history/se.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/tr.png' -> 'www/images/history/tr.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news' -> 'www/images/news' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/EBEAS_Designflow_small.png' -> 'www/images/news/EBEAS_Designflow_small.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/a4mcar.png' -> 'www/images/news/a4mcar.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/hwoverview.png' -> 'www/images/news/hwoverview.png' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html' -> 'www/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml' -> 'www/index.xml' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models' -> 'www/models' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news' -> 'www/news' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.html' -> 'www/news/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.xml' -> 'www/news/index.xml' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-12-06-release-3-2-0' -> 'www/news/2023-12-06-release-3-2-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-12-06-release-3-2-0/index.html' -> 'www/news/2023-12-06-release-3-2-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0' -> 'www/news/2023-06-30-release-3-1-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0/index.html' -> 'www/news/2023-06-30-release-3-1-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0' -> 'www/news/2022-11-30-release-3-0-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0/index.html' -> 'www/news/2022-11-30-release-3-0-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0' -> 'www/news/2022-07-31-release-2-2-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0/index.html' -> 'www/news/2022-07-31-release-2-2-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0' -> 'www/news/2022-04-30-release-2-1-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0/index.html' -> 'www/news/2022-04-30-release-2-1-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0' -> 'www/news/2021-11-30-release-2-0-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0/index.html' -> 'www/news/2021-11-30-release-2-0-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0' -> 'www/news/2021-07-31-release-1-2-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0/index.html' -> 'www/news/2021-07-31-release-1-2-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0' -> 'www/news/2020-12-01-release-1-0-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0/index.html' -> 'www/news/2020-12-01-release-1-0-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0' -> 'www/news/2021-04-30-release-1-1-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0/index.html' -> 'www/news/2021-04-30-release-1-1-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9' -> 'www/news/2020-08-03-release-0-9-9' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9/index.html' -> 'www/news/2020-08-03-release-0-9-9/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020' -> 'www/news/2020-05-20-gsoc-2020' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020/index.html' -> 'www/news/2020-05-20-gsoc-2020/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8' -> 'www/news/2020-05-04-release-0-9-8' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8/index.html' -> 'www/news/2020-05-04-release-0-9-8/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6' -> 'www/news/2019-11-04-release-0-9-6' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6/index.html' -> 'www/news/2019-11-04-release-0-9-6/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5' -> 'www/news/2019-08-02-release-0-9-5' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5/index.html' -> 'www/news/2019-08-02-release-0-9-5/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3' -> 'www/news/2019-02-04-release-0-9-3' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3/index.html' -> 'www/news/2019-02-04-release-0-9-3/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2' -> 'www/news/2018-11-06-release-0-9-2' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2/index.html' -> 'www/news/2018-11-06-release-0-9-2/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1' -> 'www/news/2018-08-01-release-0-9-1' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1/index.html' -> 'www/news/2018-08-01-release-0-9-1/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0' -> 'www/news/2018-04-30-release-0-9-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0/index.html' -> 'www/news/2018-04-30-release-0-9-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm' -> 'www/news/2018-02-13_seerts_workshop_ulm' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm/index.html' -> 'www/news/2018-02-13_seerts_workshop_ulm/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3' -> 'www/news/2018-01-31_release_0-8-3' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3/index.html' -> 'www/news/2018-01-31_release_0-8-3/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2' -> 'www/news/2017-10-30_release_0-8-2' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2/index.html' -> 'www/news/2017-10-30_release_0-8-2/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover' -> 'www/news/2017-05-23_gsoc_2017_rover' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover/index.html' -> 'www/news/2017-05-23_gsoc_2017_rover/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0' -> 'www/news/2017-04-28_release_0-8-0' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0/index.html' -> 'www/news/2017-04-28_release_0-8-0/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7' -> 'www/news/2020-02-03-release-0-9-7' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7/index.html' -> 'www/news/2020-02-03-release-0-9-7/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4' -> 'www/news/2019-05-02-release-0-9-4' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4/index.html' -> 'www/news/2019-05-02-release-0-9-4/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017' -> 'www/news/2017-03-29_conferences_2017' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017/index.html' -> 'www/news/2017-03-29_conferences_2017/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017' -> 'www/news/2017-05-10_digital_innovation_forum_2017' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017/index.html' -> 'www/news/2017-05-10_digital_innovation_forum_2017/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2' -> 'www/news/2017-01-31_release_0-7-2' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2/index.html' -> 'www/news/2017-01-31_release_0-7-2/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1' -> 'www/news/2016-11-04_milestone_release_0-7-1' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1/index.html' -> 'www/news/2016-11-04_milestone_release_0-7-1/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review' -> 'www/news/2016-09-28_itea-review' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review/index.html' -> 'www/news/2016-09-28_itea-review/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge' -> 'www/news/2016-07-05_fmtv_challenge' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge/index.html' -> 'www/news/2016-07-05_fmtv_challenge/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016' -> 'www/news/2016-06-27_summer_school_automotive_2016' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016/index.html' -> 'www/news/2016-06-27_summer_school_automotive_2016/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created' -> 'www/news/2016-08-05_capra_project_created' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created/index.html' -> 'www/news/2016-08-05_capra_project_created/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra/index.html' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform/index.html' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk' -> 'www/news/2015-12-02_ese_2015_app4mc_talk' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk/index.html' -> 'www/news/2015-12-02_ese_2015_app4mc_talk/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted' -> 'www/news/2015-06-11_project_proposal_posted' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted/index.html' -> 'www/news/2015-06-11_project_proposal_posted/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed' -> 'www/news/2015-08-12_creation_review_passed' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed/index.html' -> 'www/news/2015-08-12_creation_review_passed/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc' -> 'www/news/2016-02-12_embedded_world_2016_app4mc' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc/index.html' -> 'www/news/2016-02-12_embedded_world_2016_app4mc/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public' -> 'www/news/2015-03-26_newsletter_article_amathea4public' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public/index.html' -> 'www/news/2015-03-26_newsletter_article_amathea4public/index.html' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml' -> 'www/sitemap.xml' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets' -> 'www/snippets' 'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets/index.html' -> 'www/snippets/index.html' [Pipeline] dir Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH)) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-npSQ5qkqTPYN/agent.200 SSH_AGENT_PID=202 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_12707085797725146375.key (app4mc-bot@eclipse.org) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git add -A + git diff --cached --exit-code diff --git a/community/index.html b/community/index.html index ee2354d..7d3aefd 100644 --- a/community/index.html +++ b/community/index.html @@ -328,12 +328,12 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">

News

-
Fri, Jun 30, 2023
+
Wed, Dec 6, 2023
-

APP4MC - Release 3.1.0 published

+

APP4MC - Release 3.2.0 published

-

We released a new version of APP4MC with new features and improvements.

+

We released a new version of APP4MC with some improvements.

@@ -341,9 +341,9 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
-
Wed, Nov 30, 2022
+
Fri, Jun 30, 2023
-

APP4MC - Release 3.0.0 published

+

APP4MC - Release 3.1.0 published

We released a new version of APP4MC with new features and improvements.

@@ -354,12 +354,12 @@ AMALTHEA / AMALTHEA4public Project page - European ITEA2 Projects …">
-
Sun, Jul 31, 2022
+
Wed, Nov 30, 2022
-

We released a new version of APP4MC with a couple of new features and improvements.

+

We released a new version of APP4MC with new features and improvements.

diff --git a/documentation/index.html b/documentation/index.html index d141df6..319131b 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -11,18 +11,26 @@ +Previous versions (zip archive only): Help Archive +APP4MC.sim APP4MC.sim - Online Help + +Related Standards BTF Specification Current version: V2.2.1 (2021-01-07) +Previous versions: V2.1.5 (2016-01-29)"> +Related Standards BTF Specification Current version: V2.2.1 (2021-01-07) +Previous versions: V2.1.5 (2016-01-29)"> @@ -294,36 +302,15 @@ Previous versions (zip archive only): …">

APP4MC

-

APP4MC 3.1.0 - Online Help (opens in new tab)

+

APP4MC 3.2.0 - Online Help (opens in new tab)

-

APP4MC 3.1.0 - Help (zip archive)

+

APP4MC 3.2.0 - Help (zip archive)


Previous versions (zip archive only):

-

3.0.0 - -2.2.0 - -2.1.0 - -2.0.0 - -1.2.0 - -1.1.0 - -1.0.0 - -0.9.9 - -0.9.8 - -0.9.7 - -0.9.6 - -0.9.5 - -0.9.4 - -0.9.3 - -0.9.2 - -0.9.1 - -0.9.0 - -0.8.3 - -0.8.2 - -0.8.1 - -0.8.0 - -0.7.2

+

Help Archive


@@ -354,12 +341,12 @@ Previous versions (zip archive only): …">

News

-
Fri, Jun 30, 2023
+
Wed, Dec 6, 2023
-

We released a new version of APP4MC with new features and improvements.

+

We released a new version of APP4MC with some improvements.

@@ -367,9 +354,9 @@ Previous versions (zip archive only): …">
-
Wed, Nov 30, 2022
+
Fri, Jun 30, 2023

We released a new version of APP4MC with new features and improvements.

@@ -380,12 +367,12 @@ Previous versions (zip archive only): …">
-
Sun, Jul 31, 2022
+
Wed, Nov 30, 2022
-

We released a new version of APP4MC with a couple of new features and improvements.

+

We released a new version of APP4MC with new features and improvements.

diff --git a/downloads/index.html b/downloads/index.html index 4c23600..fe2846f 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -10,20 +10,20 @@ Downloads | The Eclipse Foundation - - - + + @@ -283,9 +283,9 @@ Products APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)
-

Release 3.1.0

+

Release 3.2.0

-
2023-06-30    -    based on Eclipse 2020-06
+
2023-12-06    -    based on Eclipse 2022-03

@@ -294,19 +294,19 @@ Products APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)

Products

    -
  • APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB)

  • +
  • APP4MC Platform 3.2.0 for Linux (64 Bit) - Zip-archive (412 MB)

  • -
  • APP4MC Platform 3.1.0 for OSX (64 Bit) - Zip-archive (400 MB)

  • +
  • APP4MC Platform 3.2.0 for OSX (64 Bit) - Zip-archive (410 MB)

  • -
  • APP4MC Platform 3.1.0 for Windows (64 Bit) - Zip-archive (404 MB)

  • +
  • APP4MC Platform 3.2.0 for Windows (64 Bit) - Zip-archive (407 MB)

Update Site


diff --git a/gettingstarted/index.html b/gettingstarted/index.html index eb81e4a..008f079 100644 --- a/gettingstarted/index.html +++ b/gettingstarted/index.html @@ -301,12 +301,12 @@ and several model files.

News

-
Fri, Jun 30, 2023
+
Wed, Dec 6, 2023
-

We released a new version of APP4MC with new features and improvements.

+

We released a new version of APP4MC with some improvements.

@@ -314,9 +314,9 @@ and several model files.
-
Wed, Nov 30, 2022
+
Fri, Jun 30, 2023

We released a new version of APP4MC with new features and improvements.

@@ -327,12 +327,12 @@ and several model files.
-
Sun, Jul 31, 2022
+
Wed, Nov 30, 2022
-

We released a new version of APP4MC with a couple of new features and improvements.

+

We released a new version of APP4MC with new features and improvements.

diff --git a/help/latest/index.html b/help/latest/index.html index 548db6d..04aa027 100644 --- a/help/latest/index.html +++ b/help/latest/index.html @@ -12,7 +12,7 @@ - APP4MC 3.1 Documentation + APP4MC 3.2 Documentation @@ -486,7 +486,7 @@
  • -
  • +
    • @@ -830,31 +830,32 @@
    • @@ -3686,7 +3687,7 @@

      A version of the dissertation can be downloaded from University of Ulm: - pdf. + pdf.

      @@ -10408,7 +10409,7 @@ Semantic: PhysicalSectionMapping for .abc.reini section can only be allocated ei -

      3.10.3 Os Overhead

      +

      3.10.3 OS Overhead

      It is possible to define the overhead that is produced by an operating system. The defined overhead can be assigned to an operating system definition. Each overhead information is defined as a set of instructions that has to be executed when the corresponding OS function is used. The instructions can be either a constant set or a deviation of instructions. It is possible to define the overhead for the ISR category one and two and for a number of operating system API functions.

      @@ -19237,7 +19238,24 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

      6 Release Notes

      -

      6.1 Eclipse APP4MC 3.1 (Jun 2023)

      +

      6.1 Eclipse APP4MC 3.2 (Dec 2023)

      +

      Model handling

      +
        +
      • Model migration support (3.1.0 -> 3.2.0)
      • +
      +

      Product

      +
        +
      • Target based on Eclipse IDE 2022-03
      • +
      • JavaFX 17 included (instead of JavaFX 11, still compatible with Java 11)
      • +
      • Product definition with reduced scope (removed Xpand/Xtend, GEF, ...)
      • +
      • Several bug fixes
      • +
      +

      Minimum Java runtime is + Java 11. +

      + + +

      6.2 Eclipse APP4MC 3.1 (Jun 2023)

      Model handling

      • Model migration support (3.0.0 -> 3.1.0)
      • @@ -19255,7 +19273,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

        -

        6.2 Eclipse APP4MC 3.0 (Nov 2022)

        +

        6.3 Eclipse APP4MC 3.0 (Nov 2022)

        Model handling

        • Model migration support (2.2.0 -> 3.0.0)
        • @@ -19285,7 +19303,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

          -

          6.3 Eclipse APP4MC 2.2 (Jul 2022)

          +

          6.4 Eclipse APP4MC 2.2 (Jul 2022)

          Model handling

          • Model migration support (2.1.0 -> 2.2.0)
          • @@ -19308,7 +19326,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

            -

            6.4 Eclipse APP4MC 2.1 (Apr 2022)

            +

            6.5 Eclipse APP4MC 2.1 (Apr 2022)

            Model handling

            • Model migration support (2.0.0 -> 2.1.0)
            • @@ -19343,7 +19361,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

              -

              6.5 Eclipse APP4MC 2.0 (Nov 2021)

              +

              6.6 Eclipse APP4MC 2.0 (Nov 2021)

              Model handling

              • Model migration support (1.2.0 -> 2.0.0)
              • @@ -19381,7 +19399,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                -

                6.6 Eclipse APP4MC 1.2 (Jul 2021)

                +

                6.7 Eclipse APP4MC 1.2 (Jul 2021)

                Model handling

                • Model migration support (1.1.0 -> 1.2.0)
                • @@ -19420,7 +19438,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                  -

                  6.7 Eclipse APP4MC 1.1 (Apr 2021)

                  +

                  6.8 Eclipse APP4MC 1.1 (Apr 2021)

                  Model handling

                  • Model migration support (1.0.0 -> 1.1.0)
                  • @@ -19450,7 +19468,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                    -

                    6.8 Eclipse APP4MC 1.0 (Nov 2020)

                    +

                    6.9 Eclipse APP4MC 1.0 (Nov 2020)

                    Model handling

                    • Model migration support (0.9.9 -> 1.0.0)
                    • @@ -19478,7 +19496,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                      -

                      6.9 Eclipse APP4MC 0.9.9 (Jul 2020)

                      +

                      6.10 Eclipse APP4MC 0.9.9 (Jul 2020)

                      Model handling

                      • Model migration support (0.9.8 -> 0.9.9)
                      • @@ -19505,7 +19523,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                        -

                        6.10 Eclipse APP4MC 0.9.8 (Apr 2020)

                        +

                        6.11 Eclipse APP4MC 0.9.8 (Apr 2020)

                        Model handling

                        • Model migration support (0.9.7 -> 0.9.8)
                        • @@ -19526,7 +19544,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                          -

                          6.11 Eclipse APP4MC 0.9.7 (Jan 2020)

                          +

                          6.12 Eclipse APP4MC 0.9.7 (Jan 2020)

                          Model handling

                          • Model migration support (0.9.6 -> 0.9.7)
                          • @@ -19549,7 +19567,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                            -

                            6.12 Eclipse APP4MC 0.9.6 (Oct 2019)

                            +

                            6.13 Eclipse APP4MC 0.9.6 (Oct 2019)

                            Model handling

                            • Model migration support (0.9.5 -> 0.9.6)
                            • @@ -19574,7 +19592,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                              -

                              6.13 Eclipse APP4MC 0.9.5 (Jul 2019)

                              +

                              6.14 Eclipse APP4MC 0.9.5 (Jul 2019)

                              Model handling

                              • Model migration support (0.9.4 -> 0.9.5)
                              • @@ -19593,7 +19611,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                -

                                6.14 Eclipse APP4MC 0.9.4 (Apr 2019)

                                +

                                6.15 Eclipse APP4MC 0.9.4 (Apr 2019)

                                Model handling

                                • Model migration support (0.9.3 -> 0.9.4)
                                • @@ -19613,7 +19631,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                  -

                                  6.15 Eclipse APP4MC 0.9.3 (Jan 2019)

                                  +

                                  6.16 Eclipse APP4MC 0.9.3 (Jan 2019)

                                  Model handling

                                  • Model migration support (0.9.2 -> 0.9.3)
                                  • @@ -19632,7 +19650,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                    -

                                    6.16 Eclipse APP4MC 0.9.2 (Oct 2018)

                                    +

                                    6.17 Eclipse APP4MC 0.9.2 (Oct 2018)

                                    Model handling

                                    • Model migration support (0.9.1 -> 0.9.2)
                                    • @@ -19650,7 +19668,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                      -

                                      6.17 Eclipse APP4MC 0.9.1 (Jul 2018)

                                      +

                                      6.18 Eclipse APP4MC 0.9.1 (Jul 2018)

                                      General

                                      • New Eclipse Oxygen.3a based product (compatible with Java 8, Java 9 and Java 10)
                                      • @@ -19670,7 +19688,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot
                                      -

                                      6.18 Eclipse APP4MC 0.9.0 (Apr 2018)

                                      +

                                      6.19 Eclipse APP4MC 0.9.0 (Apr 2018)

                                      Model handling

                                      • Model migration support (0.8.3 -> 0.9.0)
                                      • @@ -19686,7 +19704,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot Note: This is the first implementation of the new hardware model. It will be extended in the next version and (minor) changes are expected. -

                                        6.19 Eclipse APP4MC 0.8.3 (Jan 2018)

                                        +

                                        6.20 Eclipse APP4MC 0.8.3 (Jan 2018)

                                        General

                                        • New Eclipse Neon.3 based product
                                        • @@ -19710,7 +19728,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                          -

                                          6.20 Eclipse APP4MC 0.8.2 (Oct 2017)

                                          +

                                          6.21 Eclipse APP4MC 0.8.2 (Oct 2017)

                                          General

                                          • Model changes (extensions)
                                          • @@ -19735,7 +19753,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                            -

                                            6.21 Eclipse APP4MC 0.8.1 (Jul 2017)

                                            +

                                            6.22 Eclipse APP4MC 0.8.1 (Jul 2017)

                                            General

                                            • Model changes (extension and harmonization)
                                            • @@ -19762,7 +19780,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                              -

                                              6.22 Eclipse APP4MC 0.8.0 (Apr 2017)

                                              +

                                              6.23 Eclipse APP4MC 0.8.0 (Apr 2017)

                                              General

                                              • Model changes (mainly to simplify handling)
                                              • @@ -19787,7 +19805,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                                -

                                                6.23 Eclipse APP4MC 0.7.2 (Jan 2017)

                                                +

                                                6.24 Eclipse APP4MC 0.7.2 (Jan 2017)

                                                General

                                                • Smaller product definition (optional parts can be installed via update sites)
                                                • @@ -19827,7 +19845,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                                  -

                                                  6.24 Eclipse APP4MC 0.7.1 (Oct 2016)

                                                  +

                                                  6.25 Eclipse APP4MC 0.7.1 (Oct 2016)

                                                  Model handling

                                                  • Model migration support (0.7.0 -> 0.7.1)
                                                  • @@ -19853,7 +19871,7 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                                    -

                                                    6.25 Eclipse APP4MC 0.7.0 (Jul 2016)

                                                    +

                                                    6.26 Eclipse APP4MC 0.7.0 (Jul 2016)

                                                    Model handling

                                                    • Model migration support (itea1.1.0 -> itea1.1.1 -> 0.7.0)
                                                    • @@ -19891,14 +19909,14 @@ https://download.eclipse.org/app4mc/updatesites/snapshot

                                                      7 Roadmap

                                                      -

                                                      Current topics:

                                                      +

                                                      Topics:

                                                      • Model changes (e.g. for heterogeneous hardware, Autosar adaptive)
                                                      • Model validation
                                                      • Model utilities
                                                      • Interactive help (visualization of model and meta model structure)
                                                      -

                                                      All new releases are provided by +

                                                      All releases are provided by Eclipse APP4MC.

                                                      diff --git a/help/latest/zip/ecore-definitions.zip b/help/latest/zip/ecore-definitions.zip index d0c21c0..9d753ff 100644 Binary files a/help/latest/zip/ecore-definitions.zip and b/help/latest/zip/ecore-definitions.zip differ diff --git a/help/latest/zip/xml-definitions.zip b/help/latest/zip/xml-definitions.zip index e871f16..b796ce9 100644 Binary files a/help/latest/zip/xml-definitions.zip and b/help/latest/zip/xml-definitions.zip differ diff --git a/index.html b/index.html index 5691134..9530892 100644 --- a/index.html +++ b/index.html @@ -299,12 +299,12 @@ The Amalthea platform allows users to distribute data and tasks to the target ha

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -312,9 +312,9 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -325,12 +325,12 @@ The Amalthea platform allows users to distribute data and tasks to the target ha
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/index.xml b/index.xml index 8c07044..50938ba 100644 --- a/index.xml +++ b/index.xml @@ -12,6 +12,20 @@ + + Downloads + https://eclipse.dev/app4mc/downloads/ + Wed, 06 Dec 2023 00:00:00 +0000 + webdev@eclipse-foundation.org (Susan Iwai) + https://eclipse.dev/app4mc/downloads/ + Release 3.2.0 2023-12-06 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2022-03 Minimum Java runtime is Java 11. +Products APP4MC Platform 3.2.0 for Linux (64 Bit) - Zip-archive (412 MB) + APP4MC Platform 3.2.0 for OSX (64 Bit) - Zip-archive (410 MB) + APP4MC Platform 3.2.0 for Windows (64 Bit) - Zip-archive (407 MB) + Update Site direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.2.0/ + for offline installation: Zip-archive of APP4MC 3.2.0 p2 repository + + History https://eclipse.dev/app4mc/history/ @@ -22,20 +36,6 @@ AMALTHEA AMALTHEA was a ITEA 2 funded European project that developed an open and expandable tool platform for automotive embedded-system engineering based on model-driven methodology. Specific features include support for multi-core systems combined with AUTOSAR compatibility and product-line engineering. The resulting tool platform is distributed under an Eclipse public license. - - Downloads - https://eclipse.dev/app4mc/downloads/ - Fri, 30 Jun 2023 00:00:00 +0000 - webdev@eclipse-foundation.org (Susan Iwai) - https://eclipse.dev/app4mc/downloads/ - Release 3.1.0 2023-06-30 &nbsp;&nbsp; - &nbsp;&nbsp; based on Eclipse 2020-06 Minimum Java runtime is Java 11. -Products APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB) - APP4MC Platform 3.1.0 for OSX (64 Bit) - Zip-archive (400 MB) - APP4MC Platform 3.1.0 for Windows (64 Bit) - Zip-archive (404 MB) - Update Site direct link: https://download.eclipse.org/app4mc/updatesites/releases/3.1.0/ - for offline installation: Zip-archive of APP4MC 3.1.0 p2 repository - - Snippets https://eclipse.dev/app4mc/snippets/ @@ -46,12 +46,12 @@ Products APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB) - APP4MC - Release 3.1.0 published - https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ - Fri, 30 Jun 2023 00:00:00 +0000 + APP4MC - Release 3.2.0 published + https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/ + Wed, 06 Dec 2023 00:00:00 +0000 webdev@eclipse-foundation.org (Susan Iwai) - https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ - <p>We released a new version of APP4MC with new features and improvements.</p> + https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/ + <p>We released a new version of APP4MC with some improvements.</p> <p></p> @@ -59,14 +59,29 @@ Products APP4MC Platform 3.1.0 for Linux (64 Bit) - Zip-archive (403 MB) Documentation https://eclipse.dev/app4mc/documentation/ - Fri, 02 Dec 2022 00:00:00 +0000 + Wed, 06 Dec 2023 00:00:00 +0000 webdev@eclipse-foundation.org (Susan Iwai) https://eclipse.dev/app4mc/documentation/ Sign up on the APP4MC mailing list for the latest news about APP4MC. -Help APP4MC APP4MC 3.1.0 - Online Help (opens in new tab) -APP4MC 3.1.0 - Help (zip archive) +Help APP4MC APP4MC 3.2.0 - Online Help (opens in new tab) +APP4MC 3.2.0 - Help (zip archive) + +Previous versions (zip archive only): Help Archive +APP4MC.sim APP4MC.sim - Online Help + +Related Standards BTF Specification Current version: V2.2.1 (2021-01-07) +Previous versions: V2.1.5 (2016-01-29) + + + + APP4MC - Release 3.1.0 published + https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ + Fri, 30 Jun 2023 00:00:00 +0000 + webdev@eclipse-foundation.org (Susan Iwai) + https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ + <p>We released a new version of APP4MC with new features and improvements.</p> -Previous versions (zip archive only): 3.0.0 - 2.2.0 - 2.1.0 - 2.0.0 - 1.2.0 - 1.1.0 - 1.0.0 - 0.9.9 - 0.9.8 - 0.9.7 - 0.9.6 - 0.9.5 - 0.9.4 - 0.9.3 - 0.9.2 - 0.9.1 - 0.9.0 - 0. +<p></p> diff --git a/news/2015-03-26_newsletter_article_amathea4public/index.html b/news/2015-03-26_newsletter_article_amathea4public/index.html index 2547968..792fdfc 100644 --- a/news/2015-03-26_newsletter_article_amathea4public/index.html +++ b/news/2015-03-26_newsletter_article_amathea4public/index.html @@ -296,12 +296,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -309,9 +309,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -322,12 +322,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2015-06-11_project_proposal_posted/index.html b/news/2015-06-11_project_proposal_posted/index.html index 9746b70..dbb1314 100644 --- a/news/2015-06-11_project_proposal_posted/index.html +++ b/news/2015-06-11_project_proposal_posted/index.html @@ -298,12 +298,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -311,9 +311,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -324,12 +324,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2015-08-12_creation_review_passed/index.html b/news/2015-08-12_creation_review_passed/index.html index 105a3b5..b940238 100644 --- a/news/2015-08-12_creation_review_passed/index.html +++ b/news/2015-08-12_creation_review_passed/index.html @@ -296,12 +296,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -309,9 +309,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -322,12 +322,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html b/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html index d8cecf0..c1f330b 100644 --- a/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html +++ b/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html @@ -301,12 +301,12 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -314,9 +314,9 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -327,12 +327,12 @@ psecon.org/europe2015/session/app4mc-support-embedded-multicore">read the abstra
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2015-12-02_ese_2015_app4mc_talk/index.html b/news/2015-12-02_ese_2015_app4mc_talk/index.html index 87f95c9..5d17646 100644 --- a/news/2015-12-02_ese_2015_app4mc_talk/index.html +++ b/news/2015-12-02_ese_2015_app4mc_talk/index.html @@ -299,12 +299,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -312,9 +312,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -325,12 +325,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-02-12_embedded_world_2016_app4mc/index.html b/news/2016-02-12_embedded_world_2016_app4mc/index.html index d13a2d7..3bac1aa 100644 --- a/news/2016-02-12_embedded_world_2016_app4mc/index.html +++ b/news/2016-02-12_embedded_world_2016_app4mc/index.html @@ -296,12 +296,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -309,9 +309,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -322,12 +322,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-04-07_parallel_2016_app4mc_platform/index.html b/news/2016-04-07_parallel_2016_app4mc_platform/index.html index a9982a4..98f86e6 100644 --- a/news/2016-04-07_parallel_2016_app4mc_platform/index.html +++ b/news/2016-04-07_parallel_2016_app4mc_platform/index.html @@ -299,12 +299,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -312,9 +312,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -325,12 +325,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-06-08_eclipsecon_france_2016_capra/index.html b/news/2016-06-08_eclipsecon_france_2016_capra/index.html index 8849ce1..04d17b5 100644 --- a/news/2016-06-08_eclipsecon_france_2016_capra/index.html +++ b/news/2016-06-08_eclipsecon_france_2016_capra/index.html @@ -297,12 +297,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -310,9 +310,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -323,12 +323,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-06-27_summer_school_automotive_2016/index.html b/news/2016-06-27_summer_school_automotive_2016/index.html index c306628..87f69e3 100644 --- a/news/2016-06-27_summer_school_automotive_2016/index.html +++ b/news/2016-06-27_summer_school_automotive_2016/index.html @@ -311,12 +311,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -324,9 +324,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -337,12 +337,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-07-05_fmtv_challenge/index.html b/news/2016-07-05_fmtv_challenge/index.html index d2f4767..1500c28 100644 --- a/news/2016-07-05_fmtv_challenge/index.html +++ b/news/2016-07-05_fmtv_challenge/index.html @@ -325,12 +325,12 @@ is based on an Amalthea model of a Bosch Engine Control.

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -338,9 +338,9 @@ is based on an Amalthea model of a Bosch Engine Control.

                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -351,12 +351,12 @@ is based on an Amalthea model of a Bosch Engine Control.

                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-08-05_capra_project_created/index.html b/news/2016-08-05_capra_project_created/index.html index b9b5b0b..5607e31 100644 --- a/news/2016-08-05_capra_project_created/index.html +++ b/news/2016-08-05_capra_project_created/index.html @@ -305,12 +305,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -318,9 +318,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -331,12 +331,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-09-28_itea-review/index.html b/news/2016-09-28_itea-review/index.html index bf52b84..540e275 100644 --- a/news/2016-09-28_itea-review/index.html +++ b/news/2016-09-28_itea-review/index.html @@ -308,12 +308,12 @@ The project itself presented the work of the last year to show the outcome and u

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -321,9 +321,9 @@ The project itself presented the work of the last year to show the outcome and u
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -334,12 +334,12 @@ The project itself presented the work of the last year to show the outcome and u
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html b/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html index 54ba572..18ce407 100644 --- a/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html +++ b/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html @@ -305,12 +305,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -318,9 +318,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -331,12 +331,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2016-11-04_milestone_release_0-7-1/index.html b/news/2016-11-04_milestone_release_0-7-1/index.html index b0d7bc5..a7b9b75 100644 --- a/news/2016-11-04_milestone_release_0-7-1/index.html +++ b/news/2016-11-04_milestone_release_0-7-1/index.html @@ -330,12 +330,12 @@ Further information and entire list of changes can be found in the APP4MC help (

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -343,9 +343,9 @@ Further information and entire list of changes can be found in the APP4MC help (
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -356,12 +356,12 @@ Further information and entire list of changes can be found in the APP4MC help (
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-01-31_release_0-7-2/index.html b/news/2017-01-31_release_0-7-2/index.html index dce49be..65c6354 100644 --- a/news/2017-01-31_release_0-7-2/index.html +++ b/news/2017-01-31_release_0-7-2/index.html @@ -337,12 +337,12 @@ New examples

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -350,9 +350,9 @@ New examples
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -363,12 +363,12 @@ New examples
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-03-29_conferences_2017/index.html b/news/2017-03-29_conferences_2017/index.html index 997da01..d1fb494 100644 --- a/news/2017-03-29_conferences_2017/index.html +++ b/news/2017-03-29_conferences_2017/index.html @@ -308,12 +308,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -321,9 +321,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -334,12 +334,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-04-28_release_0-8-0/index.html b/news/2017-04-28_release_0-8-0/index.html index 0d7832b..144a678 100644 --- a/news/2017-04-28_release_0-8-0/index.html +++ b/news/2017-04-28_release_0-8-0/index.html @@ -319,12 +319,12 @@ Extended OS Overheads

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -332,9 +332,9 @@ Extended OS Overheads
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -345,12 +345,12 @@ Extended OS Overheads
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-05-10_digital_innovation_forum_2017/index.html b/news/2017-05-10_digital_innovation_forum_2017/index.html index 3800b53..be14cb4 100644 --- a/news/2017-05-10_digital_innovation_forum_2017/index.html +++ b/news/2017-05-10_digital_innovation_forum_2017/index.html @@ -306,12 +306,12 @@ Traceability throughout the engineering phases shown with an open source ADAS ex

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -319,9 +319,9 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -332,12 +332,12 @@ Traceability throughout the engineering phases shown with an open source ADAS ex
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-05-23_gsoc_2017_rover/index.html b/news/2017-05-23_gsoc_2017_rover/index.html index fb97427..2692c0d 100644 --- a/news/2017-05-23_gsoc_2017_rover/index.html +++ b/news/2017-05-23_gsoc_2017_rover/index.html @@ -314,12 +314,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -327,9 +327,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -340,12 +340,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-10-30_release_0-8-2/index.html b/news/2017-10-30_release_0-8-2/index.html index ff4de76..ced1de7 100644 --- a/news/2017-10-30_release_0-8-2/index.html +++ b/news/2017-10-30_release_0-8-2/index.html @@ -319,12 +319,12 @@ New component event

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -332,9 +332,9 @@ New component event
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -345,12 +345,12 @@ New component event
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html b/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html index eb84364..afa6e08 100644 --- a/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html +++ b/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html @@ -294,12 +294,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -307,9 +307,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -320,12 +320,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2018-01-31_release_0-8-3/index.html b/news/2018-01-31_release_0-8-3/index.html index a30e623..e332507 100644 --- a/news/2018-01-31_release_0-8-3/index.html +++ b/news/2018-01-31_release_0-8-3/index.html @@ -319,12 +319,12 @@ New reference to port for client server and sender receiver communication

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -332,9 +332,9 @@ New reference to port for client server and sender receiver communication
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -345,12 +345,12 @@ New reference to port for client server and sender receiver communication
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2018-02-13_seerts_workshop_ulm/index.html b/news/2018-02-13_seerts_workshop_ulm/index.html index d5c45a2..13a6294 100644 --- a/news/2018-02-13_seerts_workshop_ulm/index.html +++ b/news/2018-02-13_seerts_workshop_ulm/index.html @@ -298,12 +298,12 @@

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -311,9 +311,9 @@
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -324,12 +324,12 @@
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2018-04-30-release-0-9-0/index.html b/news/2018-04-30-release-0-9-0/index.html index 683c29e..5e4c49a 100644 --- a/news/2018-04-30-release-0-9-0/index.html +++ b/news/2018-04-30-release-0-9-0/index.html @@ -314,12 +314,12 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -327,9 +327,9 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -340,12 +340,12 @@ New concept of ExecutionNeed (replaces the former RunnableInstructions)
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2018-08-01-release-0-9-1/index.html b/news/2018-08-01-release-0-9-1/index.html index cea757c..a153a99 100644 --- a/news/2018-08-01-release-0-9-1/index.html +++ b/news/2018-08-01-release-0-9-1/index.html @@ -319,12 +319,12 @@ New possibility to specify runnable parameters and call arguments

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -332,9 +332,9 @@ New possibility to specify runnable parameters and call arguments
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -345,12 +345,12 @@ New possibility to specify runnable parameters and call arguments
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2018-11-06-release-0-9-2/index.html b/news/2018-11-06-release-0-9-2/index.html index 16938ed..9a9527d 100644 --- a/news/2018-11-06-release-0-9-2/index.html +++ b/news/2018-11-06-release-0-9-2/index.html @@ -312,12 +312,12 @@ New model builders (with a Groovy-like builder pattern)

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -325,9 +325,9 @@ New model builders (with a Groovy-like builder pattern)
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -338,12 +338,12 @@ New model builders (with a Groovy-like builder pattern)
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2019-02-04-release-0-9-3/index.html b/news/2019-02-04-release-0-9-3/index.html index 6b25813..3b10636 100644 --- a/news/2019-02-04-release-0-9-3/index.html +++ b/news/2019-02-04-release-0-9-3/index.html @@ -313,12 +313,12 @@ Reworked distributions (discrete, continuous, time) without generics

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -326,9 +326,9 @@ Reworked distributions (discrete, continuous, time) without generics
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -339,12 +339,12 @@ Reworked distributions (discrete, continuous, time) without generics
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2019-05-02-release-0-9-4/index.html b/news/2019-05-02-release-0-9-4/index.html index b2fc6f9..a2fc5bf 100644 --- a/news/2019-05-02-release-0-9-4/index.html +++ b/news/2019-05-02-release-0-9-4/index.html @@ -314,12 +314,12 @@ Model cleanup (removed runnable deadlines, distinct naming)

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -327,9 +327,9 @@ Model cleanup (removed runnable deadlines, distinct naming)
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -340,12 +340,12 @@ Model cleanup (removed runnable deadlines, distinct naming)
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2019-08-02-release-0-9-5/index.html b/news/2019-08-02-release-0-9-5/index.html index 96eeca8..c86592f 100644 --- a/news/2019-08-02-release-0-9-5/index.html +++ b/news/2019-08-02-release-0-9-5/index.html @@ -313,12 +313,12 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -326,9 +326,9 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -339,12 +339,12 @@ Simplified clock definitions (used in scenarios of variable rate stimuli)
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2019-11-04-release-0-9-6/index.html b/news/2019-11-04-release-0-9-6/index.html index 08a1f2e..2bfffed 100644 --- a/news/2019-11-04-release-0-9-6/index.html +++ b/news/2019-11-04-release-0-9-6/index.html @@ -314,12 +314,12 @@ Multi-line strings are supported in the editor (for selected string attributes)

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -327,9 +327,9 @@ Multi-line strings are supported in the editor (for selected string attributes)
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -340,12 +340,12 @@ Multi-line strings are supported in the editor (for selected string attributes)
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2020-02-03-release-0-9-7/index.html b/news/2020-02-03-release-0-9-7/index.html index cc3eea8..35b3b13 100644 --- a/news/2020-02-03-release-0-9-7/index.html +++ b/news/2020-02-03-release-0-9-7/index.html @@ -313,12 +313,12 @@ Restructured migration component (also available as headless jar)

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -326,9 +326,9 @@ Restructured migration component (also available as headless jar)
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -339,12 +339,12 @@ Restructured migration component (also available as headless jar)
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2020-05-04-release-0-9-8/index.html b/news/2020-05-04-release-0-9-8/index.html index 310c360..63b715e 100644 --- a/news/2020-05-04-release-0-9-8/index.html +++ b/news/2020-05-04-release-0-9-8/index.html @@ -317,12 +317,12 @@ EMF model viewers are available as update site

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -330,9 +330,9 @@ EMF model viewers are available as update site
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -343,12 +343,12 @@ EMF model viewers are available as update site
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2020-05-20-gsoc-2020/index.html b/news/2020-05-20-gsoc-2020/index.html index eae9077..b5dedfc 100644 --- a/news/2020-05-20-gsoc-2020/index.html +++ b/news/2020-05-20-gsoc-2020/index.html @@ -307,12 +307,12 @@ This project aims at developing a tracing framework based on the BTF specificati

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -320,9 +320,9 @@ This project aims at developing a tracing framework based on the BTF specificati
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -333,12 +333,12 @@ This project aims at developing a tracing framework based on the BTF specificati
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2020-08-03-release-0-9-9/index.html b/news/2020-08-03-release-0-9-9/index.html index ff43984..3184ee7 100644 --- a/news/2020-08-03-release-0-9-9/index.html +++ b/news/2020-08-03-release-0-9-9/index.html @@ -326,12 +326,12 @@ Migration dialog supports recursive operation on folders

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -339,9 +339,9 @@ Migration dialog supports recursive operation on folders
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -352,12 +352,12 @@ Migration dialog supports recursive operation on folders
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2020-12-01-release-1-0-0/index.html b/news/2020-12-01-release-1-0-0/index.html index 4a7329b..33a96b5 100644 --- a/news/2020-12-01-release-1-0-0/index.html +++ b/news/2020-12-01-release-1-0-0/index.html @@ -327,12 +327,12 @@ Several bug fixes

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -340,9 +340,9 @@ Several bug fixes
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -353,12 +353,12 @@ Several bug fixes
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2021-04-30-release-1-1-0/index.html b/news/2021-04-30-release-1-1-0/index.html index a00d0e5..d123d2b 100644 --- a/news/2021-04-30-release-1-1-0/index.html +++ b/news/2021-04-30-release-1-1-0/index.html @@ -330,12 +330,12 @@ Several bug fixes

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -343,9 +343,9 @@ Several bug fixes
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -356,12 +356,12 @@ Several bug fixes
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2021-07-31-release-1-2-0/index.html b/news/2021-07-31-release-1-2-0/index.html index 1ab574b..60eb36b 100644 --- a/news/2021-07-31-release-1-2-0/index.html +++ b/news/2021-07-31-release-1-2-0/index.html @@ -334,12 +334,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -347,9 +347,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -360,12 +360,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2021-11-30-release-2-0-0/index.html b/news/2021-11-30-release-2-0-0/index.html index 3d8fd05..ed05e07 100644 --- a/news/2021-11-30-release-2-0-0/index.html +++ b/news/2021-11-30-release-2-0-0/index.html @@ -333,12 +333,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -346,9 +346,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -359,12 +359,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2022-04-30-release-2-1-0/index.html b/news/2022-04-30-release-2-1-0/index.html index 6ee7e95..63981ae 100644 --- a/news/2022-04-30-release-2-1-0/index.html +++ b/news/2022-04-30-release-2-1-0/index.html @@ -336,12 +336,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -349,9 +349,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -362,12 +362,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2022-07-31-release-2-2-0/index.html b/news/2022-07-31-release-2-2-0/index.html index 142ec61..54697bb 100644 --- a/news/2022-07-31-release-2-2-0/index.html +++ b/news/2022-07-31-release-2-2-0/index.html @@ -328,12 +328,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -341,9 +341,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -354,12 +354,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2022-11-30-release-3-0-0/index.html b/news/2022-11-30-release-3-0-0/index.html index 576e306..80c3ccf 100644 --- a/news/2022-11-30-release-3-0-0/index.html +++ b/news/2022-11-30-release-3-0-0/index.html @@ -336,12 +336,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -349,9 +349,9 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -362,12 +362,12 @@ Minimum is Java 8 (with limitations if JavaFX is not included).

                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2023-06-30-release-3-1-0/index.html b/news/2023-06-30-release-3-1-0/index.html index 77d68dd..f81320c 100644 --- a/news/2023-06-30-release-3-1-0/index.html +++ b/news/2023-06-30-release-3-1-0/index.html @@ -330,12 +330,12 @@ Several bug fixes

                                                      News

                                                      -
                                                      Fri, Jun 30, 2023
                                                      +
                                                      Wed, Dec 6, 2023
                                                      -

                                                      We released a new version of APP4MC with new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      @@ -343,9 +343,9 @@ Several bug fixes
                                                      -
                                                      Wed, Nov 30, 2022
                                                      +
                                                      Fri, Jun 30, 2023

                                                      We released a new version of APP4MC with new features and improvements.

                                                      @@ -356,12 +356,12 @@ Several bug fixes
                                                      -
                                                      Sun, Jul 31, 2022
                                                      +
                                                      Wed, Nov 30, 2022
                                                      -

                                                      We released a new version of APP4MC with a couple of new features and improvements.

                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      diff --git a/news/2023-12-06-release-3-2-0/index.html b/news/2023-12-06-release-3-2-0/index.html new file mode 100644 index 0000000..7d90719 --- /dev/null +++ b/news/2023-12-06-release-3-2-0/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + APP4MC - Release 3.2.0 published | The Eclipse Foundation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Skip to main content +
                                                      +
                                                      +
                                                      +
                                                      + +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      + + + + +
                                                      +
                                                      + + +
                                                      +
                                                      + + +
                                                      + + + + + +
                                                      +
                                                      + +
                                                      +
                                                      + + +

                                                      APP4MC - Release 3.2.0 published

                                                      + +

                                                      We released a new version of APP4MC with some improvements.

                                                      + +

                                                      + +

                                                      Extract of APP4MC 3.2.0 Release notes

                                                      + +

                                                      Model handling

                                                      + +
                                                      Model migration support (3.1.0 -> 3.2.0)
                                                      +
                                                      + +

                                                      Model

                                                      + +
                                                      No model changes
                                                      +
                                                      + +

                                                      Product

                                                      + +
                                                      Target based on Eclipse IDE 2022-03
                                                      +JavaFX 17 included (instead of JavaFX 11, still compatible with Java 11)
                                                      +Product definition with reduced scope (removed Xpand/Xtend, GEF, ...)
                                                      +Several bug fixes
                                                      +
                                                      + +

                                                      Minimum Java runtime is Java 11.

                                                      + +

                                                      Developer info

                                                      + +
                                                        +
                                                      • Amalthea components (model, validation, migration) are available at Maven Central
                                                      • +
                                                      + +

                                                      Further details

                                                      + + + +
                                                      +
                                                      + + +

                                                      News

                                                      + +
                                                      +
                                                      Wed, Dec 6, 2023
                                                      + +
                                                      +

                                                      We released a new version of APP4MC with some improvements.

                                                      + +

                                                      +
                                                      +
                                                      +
                                                      + +
                                                      +
                                                      Fri, Jun 30, 2023
                                                      + +
                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      + +

                                                      +
                                                      +
                                                      +
                                                      + +
                                                      +
                                                      Wed, Nov 30, 2022
                                                      + +
                                                      +

                                                      We released a new version of APP4MC with new features and improvements.

                                                      + +

                                                      +
                                                      +
                                                      +
                                                      + + + +
                                                      +
                                                      + +
                                                      +
                                                      + + +

                                                      + Back to the top +

                                                      + + + + + + + + + diff --git a/news/index.html b/news/index.html index 9abbe14..a24366e 100644 --- a/news/index.html +++ b/news/index.html @@ -269,6 +269,18 @@
                                                      + + - -
                                                        -
                                                      • - -

                                                        Wednesday, May 20, 2020

                                                        -

                                                        Eclipse APP4MC accepted for GSoC 2020

                                                        -

                                                        Once again Eclipse APP4MC projects have been accepted for inclusion in the Google Summer of Code (GSoC).

                                                        -

                                                      • @@ -398,12 +398,12 @@

                                                        News

                                                        -
                                                        Fri, Jun 30, 2023
                                                        +
                                                        Wed, Dec 6, 2023
                                                        -

                                                        We released a new version of APP4MC with new features and improvements.

                                                        +

                                                        We released a new version of APP4MC with some improvements.

                                                        @@ -411,9 +411,9 @@
                                                        -
                                                        Wed, Nov 30, 2022
                                                        +
                                                        Fri, Jun 30, 2023

                                                        We released a new version of APP4MC with new features and improvements.

                                                        @@ -424,12 +424,12 @@
                                                        -
                                                        Sun, Jul 31, 2022
                                                        +
                                                        Wed, Nov 30, 2022
                                                        -

                                                        We released a new version of APP4MC with a couple of new features and improvements.

                                                        +

                                                        We released a new version of APP4MC with new features and improvements.

                                                        diff --git a/news/index.xml b/news/index.xml index 69d220e..3685a5c 100644 --- a/news/index.xml +++ b/news/index.xml @@ -7,11 +7,22 @@ Hugo -- gohugo.io webdev@eclipse-foundation.org (Susan Iwai) webdev@eclipse-foundation.org (Susan Iwai) - Fri, 30 Jun 2023 00:00:00 +0000 + Wed, 06 Dec 2023 00:00:00 +0000 + + APP4MC - Release 3.2.0 published + https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/ + Wed, 06 Dec 2023 00:00:00 +0000 + webdev@eclipse-foundation.org (Susan Iwai) + https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/ + <p>We released a new version of APP4MC with some improvements.</p> + +<p></p> + + APP4MC - Release 3.1.0 published https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ diff --git a/sitemap.xml b/sitemap.xml index f73d692..e8a584f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,13 +3,13 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> - https://eclipse.dev/app4mc/history/ - 2023-08-22T00:00:00+00:00 + https://eclipse.dev/app4mc/downloads/ + 2023-12-06T00:00:00+00:00 - https://eclipse.dev/app4mc/downloads/ - 2023-06-30T00:00:00+00:00 + https://eclipse.dev/app4mc/history/ + 2023-08-22T00:00:00+00:00 @@ -18,13 +18,18 @@ - https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ - 2023-06-30T00:00:00+00:00 + https://eclipse.dev/app4mc/news/2023-12-06-release-3-2-0/ + 2023-12-06T00:00:00+00:00 https://eclipse.dev/app4mc/documentation/ - 2022-12-02T00:00:00+00:00 + 2023-12-06T00:00:00+00:00 + + + + https://eclipse.dev/app4mc/news/2023-06-30-release-3-1-0/ + 2023-06-30T00:00:00+00:00 @@ -259,7 +264,7 @@ https://eclipse.dev/app4mc/news/ - 2023-06-30T00:00:00+00:00 + 2023-12-06T00:00:00+00:00 0 + echo 'Changes have been detected, publishing to repo '\''app4mc/org.eclipse.app4mc.website'\''' Changes have been detected, publishing to repo 'app4mc/org.eclipse.app4mc.website' + git config --global user.email app4mc-bot@eclipse.org + git config --global user.name 'APP4MC Bot' + git commit -m 'Website build build-and-publish-website/master-5' [master b8e1188] Website build build-and-publish-website/master-5 55 files changed, 1043 insertions(+), 529 deletions(-) rewrite help/latest/zip/ecore-definitions.zip (94%) rewrite help/latest/zip/xml-definitions.zip (94%) create mode 100644 news/2023-12-06-release-3-2-0/index.html + git log --graph --abbrev-commit --date=relative -n 5 * commit b8e1188 | Author: APP4MC Bot | Date: 1 second ago | | Website build build-and-publish-website/master-5 | * commit 3eb3a57 | Author: APP4MC Bot | Date: 4 months ago | | Website build build-and-publish-website/master-3 | * commit ad01538 | Author: APP4MC Bot | Date: 5 months ago | | Website build build-and-publish-website/master-521 | * commit 1d7ffbc | Author: APP4MC Bot | Date: 5 months ago | | Website build build-and-publish-website/master-526 | * commit 0a075cc | Author: APP4MC Bot | Date: 5 months ago | | Website build build-and-publish-website/master-519 + git push origin HEAD:master remote: Commit: b8e1188fedff8c29e28404dd11624e0a5e2e96f6 ✔ remote: remote: Reviewing commit: b8e1188fedff8c29e28404dd11624e0a5e2e96f6 remote: Authored by: APP4MC Bot remote: Automated user 'app4mc-bot@eclipse.org' detected for author of commit b8e1188fedff8c29e28404dd11624e0a5e2e96f6 remote: Automated user 'app4mc-bot@eclipse.org' detected for committer of commit b8e1188fedff8c29e28404dd11624e0a5e2e96f6 remote: Eclipse user 'APP4MC Bot'(author) is a committer on the project. remote: Eclipse user 'APP4MC Bot'(committer) is a committer on the project. remote: remote: remote: More information is available at https://api.eclipse.org/git/eca/status/9fe8bbbceb2202bc3cd4859c0f68288f/ui To gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git 3eb3a57..b8e1188 HEAD -> master [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 202 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline [GitLab Pipeline Status] Notifying branch build status: SUCCESS build-and-publish-website/master #5: This commit looks good. [GitLab Pipeline Status] Notified Finished: SUCCESS