summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3.1-RC0/tutorial/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-29 09:48:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-29 09:48:35 +0000
commit4d2574031dd0edc23e111427e7a3b2210a7072ed (patch)
treed7fe53f26863c7bd45de50965a7af2944435798c /tags/java/sca/1.3.1-RC0/tutorial/pom.xml
parent7d34713fecd6b842bb4abd78f3bbc5bac6dad3bf (diff)
Remove old RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--tags/java/sca/1.3.1-RC0/tutorial/pom.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/tags/java/sca/1.3.1-RC0/tutorial/pom.xml b/tags/java/sca/1.3.1-RC0/tutorial/pom.xml
deleted file mode 100644
index 3b06b590d8..0000000000
--- a/tags/java/sca/1.3.1-RC0/tutorial/pom.xml
+++ /dev/null
@@ -1,58 +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>1.3.1</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>tuscany-tutorial</artifactId>
- <packaging>pom</packaging>
- <name>Apache Tuscany SCA Tutorial</name>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>domain</module>
- <module>assets</module>
- <module>store</module>
- <module>store-merger</module>
- <module>store-client</module>
- <module>store-db</module>
- <module>store-supplier</module>
- <module>store-market</module>
- <module>store-eu</module>
- <module>web-services</module>
- <module>catalog-webapp</module>
- <module>catalog-ejb</module>
- <module>catalog-mediation</module>
- <module>store-test</module>
- </modules>
- </profile>
-
- </profiles>
-
-</project>