diff options
author | David Schmitt <david@dasz.at> | 2013-01-14 16:05:49 +0100 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2013-01-14 21:48:48 -0800 |
commit | b3fc0a350ea381e9053d979e10f44ba1a42b5477 (patch) | |
tree | 01c9d689d983ee4e6922a4a559ae073a8ce8c39a /.project | |
parent | 2559be9258881f93edb45b9a25100f33cf0aa9c5 (diff) |
Add geppetto project definition
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..4e2c033 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>stdlib</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.cloudsmith.geppetto.pp.dsl.ui.modulefileBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.xtext.ui.shared.xtextBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.cloudsmith.geppetto.pp.dsl.ui.puppetNature</nature> + <nature>org.eclipse.xtext.ui.shared.xtextNature</nature> + </natures> +</projectDescription> |