diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 18:00:22 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 18:00:22 +0000 |
commit | 19f44a0ad09b20360714b68ec4f7376a58ee3fb6 (patch) | |
tree | 7cda0777791c2ba67dd4ac27568b049b4ac1430d /sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.project | |
parent | 75aadf4005983cd6e764b46de6595d56d01a6145 (diff) |
Tuscany store scenario running on appengine - Catalog service exposed as JSON-RPC binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.project')
-rw-r--r-- | sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.project | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.project b/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.project new file mode 100644 index 0000000000..76941038d5 --- /dev/null +++ b/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.project @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>store-catalog-appengine-webapp</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/com.google.appengine.eclipse.core.enhancerbuilder.launch</value> + </dictionary> + </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> |