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

Commit

Permalink
adaptation of the project.xdsml of TFSM for the new concurrent_xdsml
Browse files Browse the repository at this point in the history
model
  • Loading branch information
dvojtise committed Sep 28, 2015
1 parent 8fabc76 commit d7bc174
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="ASCII"?>
<conf:LanguageDefinition xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:conf="http://www.gemoc.org/gemoc_language_workbench_conf" name="tfsm">
<concurrent_xdsml:ConcurrentLanguageDefinition xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:concurrent_xdsml="http://www.gemoc.org/concurrent_xdsml" xmlns:xdsml_base="http://www.gemoc.org/xdsml_base" name="tfsm">
<dsaProject projectName="org.gemoc.sample.tfsm.k3dsa" codeExecutorClass="org.gemoc.sample.tfsm.xdsml.api.impl.TfsmCodeExecutor"/>
<domainModelProject projectName="org.gemoc.sample.tfsm.model" defaultRootEObjectQualifiedName="tfsm::TimedSystem" genmodeluri="platform:/resource/org.gemoc.sample.tfsm.model/model/tfsm.genmodel"/>
<editorProjects xsi:type="conf:SiriusEditorProject" projectName="org.gemoc.sample.tfsm.design">
<editorProjects xsi:type="xdsml_base:SiriusEditorProject" projectName="org.gemoc.sample.tfsm.design">
<fileExtension>sigpml</fileExtension>
<fileExtension>SigPML</fileExtension>
</editorProjects>
<moCCProject projectName="org.gemoc.sample.tfsm.moc.lib"/>
<animatorProjects xsi:type="conf:SiriusAnimatorProject" projectName="org.gemoc.sample.tfsm.design"/>
<dSEProject projectName="org.gemoc.sample.tfsm.eclmoc2as" qvtoURI="/org.gemoc.sample.tfsm.eclmoc2as/qvto-gen/modeling/TFSM.qvto"/>
</conf:LanguageDefinition>
</concurrent_xdsml:ConcurrentLanguageDefinition>

0 comments on commit d7bc174

Please sign in to comment.