Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoracio Hoyos2009-10-20 16:24:45 +0000
committerHoracio Hoyos2009-10-20 16:24:45 +0000
commit95d2895eea8a0c1ca75fd770ecf771752a29bac9 (patch)
treeee5e3d3ab823659fa9c76672147bfab15282df21 /examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
parentdbc1fb2ba0c105e2309d88d7d6ff2d3ac22e57cd (diff)
downloadorg.eclipse.qvtd-95d2895eea8a0c1ca75fd770ecf771752a29bac9.tar.gz
org.eclipse.qvtd-95d2895eea8a0c1ca75fd770ecf771752a29bac9.tar.xz
org.eclipse.qvtd-95d2895eea8a0c1ca75fd770ecf771752a29bac9.zip
[fb45] First implementation of the MWE2 script with the HstmToStm
example.
Diffstat (limited to 'examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project')
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
index a4fda5661..76ed06c03 100644
--- a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
+++ b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
@@ -13,5 +18,6 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>

Back to the top