diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-28 20:41:45 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-28 20:41:45 +0000 |
commit | 6841eb8db287084c629370665628f07cf18dcd5e (patch) | |
tree | 321dadaa1cc872be7f595fd38d22ddefda2c03c8 /sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml | |
parent | 3ab338ad0b521192e72a4e1da2e6fae0f45b38ae (diff) |
Fix pom.xml and set svn:ignore
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml')
-rw-r--r-- | sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml index 232a83f48e..9242447a95 100644 --- a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml +++ b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/pom.xml @@ -94,10 +94,10 @@ <projectnature>com.google.gdt.eclipse.core.webAppNature</projectnature> </projectnatures> <buildcommands> - <buildCommand>org.eclipse.jdt.core.javabuilder</buildCommand> - <buildCommand>com.google.appengine.eclipse.core.enhancerbuilder</buildCommand> - <buildCommand>com.google.appengine.eclipse.core.projectValidator> </buildCommand> - <buildCommand>com.google.gdt.eclipse.core.webAppProjectValidator> </buildCommand> + <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> + <buildcommand>com.google.appengine.eclipse.core.enhancerbuilder</buildcommand> + <buildcommand>com.google.appengine.eclipse.core.projectValidator</buildcommand> + <buildcommand>com.google.gdt.eclipse.core.webAppProjectValidator</buildcommand> </buildcommands> <classpathContainers> <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer> |