Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2015-04-10 15:15:07 +0000
committerEd Willink2015-04-11 05:42:08 +0000
commit7b82c20f1b4288f0f497386051573738115f899b (patch)
tree62d446e3bd2399687c0fff82f0a93ea14c82deb1 /examples
parent5d8e3a091fcfa1cc60d6668731f60f0bf86439e6 (diff)
downloadorg.eclipse.qvtd-7b82c20f1b4288f0f497386051573738115f899b.tar.gz
org.eclipse.qvtd-7b82c20f1b4288f0f497386051573738115f899b.tar.xz
org.eclipse.qvtd-7b82c20f1b4288f0f497386051573738115f899b.zip
[461644] Eliminate more Xtext natures/builders
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
index 76ed06c03..a4fda5661 100644
--- a/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
+++ b/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.project
@@ -6,11 +6,6 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
@@ -18,6 +13,5 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>

Back to the top