diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-16 02:54:43 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-16 02:54:43 +0000 |
commit | a42f3003ddb63d65abd69f1abed395014bba1f36 (patch) | |
tree | 32682007a19cda85b9e4f0d873319d2273814069 /sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/.project | |
parent | d5777b4e35951a44d71ab5fb5bae3aeb19ac181d (diff) |
Moving store catalog cloud sample to cloud sandbox
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/.project')
-rw-r--r-- | sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/.project | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/.project b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/.project new file mode 100644 index 0000000000..76941038d5 --- /dev/null +++ b/sandbox/sca-cloud-tutorial/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> |