Skip to content
Snippets Groups Projects
Commit 891277a6 authored by Simon Barner's avatar Simon Barner
Browse files

Manually merge allocation adaptations for RCP to new af3-rcp repository

* Review has already been performed while the plugin was still in the
  af3 repository

Issue-Ref: 3337
Issue-Url: https://af3-developer.fortiss.org/issues/3337



Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
parent b588454c
No related branches found
No related tags found
1 merge request!23337: Manually merge allocation adaptations for RCP to new af3-rcp repository
......@@ -21,7 +21,6 @@ Export-Package: org.fortiss.af3.rcp.application;
test.org.fortiss.af3.rcp.application
Require-Bundle: eu.fbk.af3.tools.diagram.ui;bundle-version="2.14.0",
org.fortiss.af3.cosimulation.ui;bundle-version="2.14.0",
org.fortiss.af3.deployment.ui;bundle-version="2.14.0",
org.fortiss.af3.exploration.ui;bundle-version="2.14.0",
org.fortiss.af3.mira.ui;bundle-version="2.14.0",
org.fortiss.af3.mode.ui;bundle-version="2.14.0",
......@@ -42,7 +41,7 @@ Require-Bundle: eu.fbk.af3.tools.diagram.ui;bundle-version="2.14.0",
org.fortiss.af3.state.ui;bundle-version="2.14.0",
org.fortiss.af3.testing.ui;bundle-version="2.14.0",
org.fortiss.af3.testing;bundle-version="2.14.0",
org.fortiss.af3.timing.ui;bundle-version="2.14.0",
org.fortiss.af3.timing.ui;bundle-version="2.14.0",
org.fortiss.tooling.kernel.ui;bundle-version="2.14.0",
javax.servlet,
javax.servlet.jsp,
......
SimpleTrafficLightsCodeGenerationExample.java 429a1a7e5f54b8d22d123e2dae5862ac59ec3d4d GREEN
SimpleTrafficLightsCodeGenerationExample.java f5efb4fbfcf774d40c57bdec784ee8432480050d GREEN
......@@ -15,7 +15,7 @@
+--------------------------------------------------------------------------*/
package org.fortiss.af3.rcp.application.example;
import org.fortiss.af3.deployment.ui.examples.SimpleTrafficLightsDeploymentExample;
import org.fortiss.af3.platform.ui.examples.SimpleTrafficLightsAllocationExample;
import org.fortiss.af3.project.example.IExample;
import org.fortiss.af3.project.model.FileProject;
......@@ -28,7 +28,7 @@ import org.fortiss.af3.project.model.FileProject;
* @author hoelzl
* @author wandinger
*/
public class SimpleTrafficLightsCodeGenerationExample extends SimpleTrafficLightsDeploymentExample {
public class SimpleTrafficLightsCodeGenerationExample extends SimpleTrafficLightsAllocationExample {
/** Singleton instance. */
public static final SimpleTrafficLightsCodeGenerationExample INSTANCE =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment