diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-12 18:16:39 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-12 18:16:39 +0200 |
| commit | f74cd282da1f14bc3d2d768b2f68b8f6d6429e68 (patch) | |
| tree | bbf000cdcf263670076fee407a48a6389112bad7 /.project | |
| download | UpnFx-f74cd282da1f14bc3d2d768b2f68b8f6d6429e68.tar.gz UpnFx-f74cd282da1f14bc3d2d768b2f68b8f6d6429e68.zip | |
Initial commit
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..b820669 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>UpnFx</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.xtext.ui.shared.xtextBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.xtext.ui.shared.xtextNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |
