| author | szarnekow | 2009-03-13 10:05:01 (EDT) |
|---|---|---|
| committer | sefftinge | 2009-03-13 10:05:01 (EDT) |
| commit | 7543da6213aa3f1502dc8f390a035e0422f8a582 (patch) (side-by-side diff) | |
| tree | 50c3bdc915948b07a71dccbb074715f23fc3ffec | |
| parent | 7699f2fbeb8c2ce072382c1fe3ef985b6fad4412 (diff) | |
| download | org.eclipse.xtext-7543da6213aa3f1502dc8f390a035e0422f8a582.zip org.eclipse.xtext-7543da6213aa3f1502dc8f390a035e0422f8a582.tar.gz org.eclipse.xtext-7543da6213aa3f1502dc8f390a035e0422f8a582.tar.bz2 | |
add xtend nature to projects
| -rw-r--r-- | plugins/org.eclipse.xtext.ui.generator/.project | 6 | ||||
| -rw-r--r-- | plugins/org.eclipse.xtext.xtend/.project | 6 | ||||
| -rw-r--r-- | tests/org.eclipse.xtext.xtend.tests/.project | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/plugins/org.eclipse.xtext.ui.generator/.project b/plugins/org.eclipse.xtext.ui.generator/.project index 3a5497e..c078084 100644 --- a/plugins/org.eclipse.xtext.ui.generator/.project +++ b/plugins/org.eclipse.xtext.ui.generator/.project @@ -25,10 +25,16 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.xtend.shared.ui.xtendBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.openarchitectureware.base.oawNature</nature> + <nature>org.eclipse.xtend.shared.ui.xtendXPandNature</nature> </natures> </projectDescription> diff --git a/plugins/org.eclipse.xtext.xtend/.project b/plugins/org.eclipse.xtext.xtend/.project index 315c672..23576cd 100644 --- a/plugins/org.eclipse.xtext.xtend/.project +++ b/plugins/org.eclipse.xtext.xtend/.project @@ -21,6 +21,11 @@ </arguments> </buildCommand> <buildCommand> + <name>org.eclipse.xtend.shared.ui.xtendBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> <name>org.openarchitectureware.base.oawBuilder</name> <arguments> </arguments> @@ -29,6 +34,7 @@ <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.xtend.shared.ui.xtendXPandNature</nature> <nature>org.openarchitectureware.base.oawNature</nature> </natures> </projectDescription> diff --git a/tests/org.eclipse.xtext.xtend.tests/.project b/tests/org.eclipse.xtext.xtend.tests/.project index 75c7948..568779a 100644 --- a/tests/org.eclipse.xtext.xtend.tests/.project +++ b/tests/org.eclipse.xtext.xtend.tests/.project @@ -20,9 +20,15 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.xtend.shared.ui.xtendBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.xtend.shared.ui.xtendXPandNature</nature> </natures> </projectDescription> |

