summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta4-RC0/unreleased/samples/getting-started/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-08 08:43:19 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-08 08:43:19 +0000
commit65daee9fbfa5a8f7beae61a96edf428c054108cc (patch)
tree05a2219507235640f7a363a8163ed33b7c42cea0 /sca-java-2.x/tags/2.0-Beta4-RC0/unreleased/samples/getting-started/pom.xml
parent51d861965de400328dc7df308bae94fb01259ed4 (diff)
Remove the unreleased stuff
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241817 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0-Beta4-RC0/unreleased/samples/getting-started/pom.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta4-RC0/unreleased/samples/getting-started/pom.xml b/sca-java-2.x/tags/2.0-Beta4-RC0/unreleased/samples/getting-started/pom.xml
deleted file mode 100644
index 4a19e3e82a..0000000000
--- a/sca-java-2.x/tags/2.0-Beta4-RC0/unreleased/samples/getting-started/pom.xml
+++ /dev/null
@@ -1,39 +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.samples</groupId>
- <artifactId>tuscany-samples</artifactId>
- <version>2.0-Beta4</version>
- </parent>
-
- <artifactId>tuscany-samples-getting-started</artifactId>
- <version>2.0-Beta4</version>
- <packaging>pom</packaging>
- <name>Apache Tuscany SCA Samples Getting Started</name>
-
- <modules>
- <module>helloworld</module>
- <module>helloworld-webapp</module>
- <module>helloworld-scaclient</module>
- </modules>
-
-</project>