diff options
Diffstat (limited to 'sandbox/lresende/sca/samples/expertise-rest-appengine-webapp/.project')
-rw-r--r-- | sandbox/lresende/sca/samples/expertise-rest-appengine-webapp/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sandbox/lresende/sca/samples/expertise-rest-appengine-webapp/.project b/sandbox/lresende/sca/samples/expertise-rest-appengine-webapp/.project new file mode 100644 index 0000000000..22c776f675 --- /dev/null +++ b/sandbox/lresende/sca/samples/expertise-rest-appengine-webapp/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>expertise-rest-appengine-webapp</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.google.appengine.eclipse.core.enhancerbuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.google.appengine.eclipse.core.projectValidator</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.google.gdt.eclipse.core.webAppProjectValidator</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.google.appengine.eclipse.core.gaeNature</nature> + <nature>com.google.gdt.eclipse.core.webAppNature</nature> + </natures> +</projectDescription> |