diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 17:57:15 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 17:57:15 +0000 |
commit | 194369b022823a4c869c0018222b2ee9360169d9 (patch) | |
tree | a92e5b52fd3960d6f2c44e3175ef8568a21a7f1f /sandbox/lresende/sca/samples/expertise-rest-appengine-webapp/.project | |
parent | ffc889e69a078e968d730a5b689b178408cdebe6 (diff) |
Tuscany expertise REST service appengine sample application
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821941 13f79535-47bb-0310-9956-ffa450edef68
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> |