ajout runtimeXtext
This commit is contained in:
parent
05fa43ed89
commit
5a4ca3662c
1
runtime-EclipseXtext/.gitignore
vendored
Normal file
1
runtime-EclipseXtext/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/.metadata/
|
17
runtime-EclipseXtext/fr.n7.simplepdl.exemples/.project
Normal file
17
runtime-EclipseXtext/fr.n7.simplepdl.exemples/.project
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>fr.n7.simplepdl.exemples</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
15
runtime-EclipseXtext/fr.n7.simplepdl.exemples/test_xtext.pdl
Normal file
15
runtime-EclipseXtext/fr.n7.simplepdl.exemples/test_xtext.pdl
Normal file
|
@ -0,0 +1,15 @@
|
|||
process Developpement {
|
||||
res Crayon 10
|
||||
res Papier 20
|
||||
wd Conception
|
||||
req Crayon 10
|
||||
req Papier 5
|
||||
wd RedactionTest
|
||||
wd RedactionDoc
|
||||
wd Programmation
|
||||
ws f2s from Conception to Programmation
|
||||
ws s2s from Conception to RedactionTest
|
||||
ws s2s from Conception to RedactionDoc
|
||||
ws f2f from Conception to RedactionDoc
|
||||
ws f2f from Programmation to RedactionTest
|
||||
}
|
Loading…
Reference in a new issue