summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/scatours/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-03 15:07:15 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-03 15:07:15 +0000
commit7a550d1c324f0258ac29e5b76f84ca01f839ab58 (patch)
tree72a9f2d5686678edb1a39279b90b1891dc0152ca /sandbox/slaws/scatours/pom.xml
parentb44bb302dfbf54e44ef5cffc51beeb792c3deaa0 (diff)
Remove more cruft
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/slaws/scatours/pom.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/sandbox/slaws/scatours/pom.xml b/sandbox/slaws/scatours/pom.xml
deleted file mode 100644
index 6568384acb..0000000000
--- a/sandbox/slaws/scatours/pom.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
- <version>2.0-incubating-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-scatours</artifactId>
- <packaging>pom</packaging>
- <name>Apache Tuscany SCA Tours Sample</name>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>calendar</module>
- <module>currencyconverter</module>
- <module>gettingstarted</module>
- </modules>
- </profile>
-
- </profiles>
-
-</project>