summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/features/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-25 18:45:42 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-25 18:45:42 +0000
commitd9492689426e6a81cc8c71176bcbd8c4c8c1dfa8 (patch)
treeb69a23fd30ed5f595a4af3d3e367951d45e3961d /branches/sca-equinox/distribution/features/pom.xml
parentcba1e85023803ea0210d1703c92c2c8070057629 (diff)
Moved distro builds under distribution module.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/distribution/features/pom.xml')
-rw-r--r--branches/sca-equinox/distribution/features/pom.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/branches/sca-equinox/distribution/features/pom.xml b/branches/sca-equinox/distribution/features/pom.xml
deleted file mode 100644
index a00b03ca00..0000000000
--- a/branches/sca-equinox/distribution/features/pom.xml
+++ /dev/null
@@ -1,45 +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>
- <relativePath>../../pom.xml</relativePath>
- <version>1.4-SNAPSHOT</version>
- </parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-features</artifactId>
- <packaging>pom</packaging>
- <name>Apache Tuscany SCA Feature Distributions</name>
-
- <modules>
- <module>all</module>
- <module>core</module>
- <module>ejava</module>
- <module>manager</module>
- <module>pdetarget</module>
- <module>process</module>
- <module>repository</module>
- <module>web20</module>
- <module>webservice</module>
- </modules>
-
-</project>