Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
[tfsm and sigpml] aligning project names
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Sep 28, 2016
1 parent f7c747e commit 88c0984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: BCool operator for TFSM and SigPML
Bundle-SymbolicName: org.gemoc.sample.bcool.tfsmandsigpml
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.gemoc.sample.tfsm.xdsml;bundle-version="1.0.0",
org.gemoc.sample.sigpml.xdsml;bundle-version="1.0.0"
Require-Bundle: org.gemoc.sample.tfsm.concurrent;bundle-version="1.0.0",
org.gemoc.sample.sigpml;bundle-version="1.0.0"
Expand Up @@ -3,8 +3,8 @@ TfsmAndSigpml
ImportLib "platform:/resource/org.gemoc.sample.bcool.tfsmandsigpml/operator/facilities.bcoollib"
ImportLib "platform:/resource/org.gemoc.sample.bcool.tfsmandsigpml/operator/facilities.moccml"

ImportInterface "platform:/resource/org.gemoc.sample.sigpml.moc.application/MoCApplication/SigPML.ecl" as sigpml
ImportInterface "platform:/resource/org.gemoc.sample.tfsm.eclmoc2as/ecl/TFSM.ecl" as tfsm
ImportInterface "platform:/resource/org.gemoc.sample.sigpml.moc.dse/MoCApplication/SigPML.ecl" as sigpml
ImportInterface "platform:/resource/org.gemoc.sample.tfsm.concurrent.moc.dse/ecl/TFSM.ecl" as tfsm

Operator SyncFSMEventsAndAgents (FSMEvents : tfsm::occurs,startAgent : sigpml::startAgent)
when FSMEvents.name = startAgent.name;
Expand Down

0 comments on commit 88c0984

Please sign in to comment.