diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-03 10:20:22 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-03 10:20:22 +0000 |
commit | c4ad60e85e0219c33a331f6b4218b20eb9642eb5 (patch) | |
tree | 583f30501f5e154757226e440b32a9941a3d32e9 /otest/current/pom.xml | |
parent | 30a5d3989b00c90fbae525eff36be409fe95cdc6 (diff) |
no longer required
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832374 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/current/pom.xml')
-rw-r--r-- | otest/current/pom.xml | 143 |
1 files changed, 0 insertions, 143 deletions
diff --git a/otest/current/pom.xml b/otest/current/pom.xml deleted file mode 100644 index 1020f5e198..0000000000 --- a/otest/current/pom.xml +++ /dev/null @@ -1,143 +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-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - <artifactId>tuscany-otests</artifactId> - <name>Apache Tuscany SCA Specification Tests Assembly Unit tests</name> - <!--packaging>jar</packaging--> - <packaging>pom</packaging> - - <repositories> - <repository> - <id>apache.incubator</id> - <url>http://people.apache.org/repo/m2-incubating-repository</url> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-api</artifactId> - <type>pom</type> - <version>2.0-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-core</artifactId> - <type>pom</type> - <version>2.0-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-webservice</artifactId> - <type>pom</type> - <version>2.0-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - - </dependencies> - - <modules> - <module>General</module> - <module>General_Java</module> - <module>ASM_4002</module> - <module>ASM_4003</module> - <module>ASM_4004</module> - <module>ASM_4007</module> - <module>ASM_5004</module> - <module>ASM_5005</module> - <module>ASM_5007</module> - <module>ASM_5009</module> - <module>ASM_5023</module> - <module>ASM_5024</module> - <module>ASM_5027</module> - <module>ASM_5030</module> - <module>ASM_5035</module> - <module>ASM_6001</module> - <module>ASM_6002</module> - <module>ASM_6003</module> - <module>ASM_6005</module> - <module>ASM_6006</module> - <module>ASM_6008</module> - <module>ASM_6012</module> - <module>ASM_6021</module> - <module>ASM_6022</module> - <module>ASM_6025</module> - <module>ASM_6028</module> - <module>ASM_6029</module> - <module>ASM_6031</module> - <module>ASM_6032</module> - <module>ASM_6033</module> - <module>ASM_7001</module> - <module>ASM_7007</module> - <module>ASM_7008</module> - <module>ASM_7009</module> - <module>ASM_7010</module> - <module>ASM_8001</module> - <module>ASM_8001_Java</module> - <module>ASM_8003</module> - <module>ASM_8004</module> - <module>ASM_8005</module> - <module>ASM_8010</module> - <module>ASM_8011</module> - <module>ASM_8012</module> - <module>ASM_8017</module> - <module>ASM_8019</module> - <module>ASM_9002</module> - <module>ASM_10001</module> - <module>ASM_10003</module> - <module>ASM_12001</module> - <module>ASM_12002</module> - <module>ASM_12003</module> - <module>ASM_12005</module> - <module>ASM_12007</module> - <module>ASM_12008</module> - <module>ASM_12009</module> - <module>ASM_12010</module> - <module>ASM_12012</module> - <module>ASM_12013</module> - <module>ASM_13001</module> - <module>ASM_13002</module> - <module>ASM_13003</module> - <module>ASM_13004</module> - <module>ASM_13005</module> - <module>ASM_13006</module> - <module>ASM_13007</module> - <module>ASM_13008</module> - <module>Contribution1</module> - <module>Contribution2</module> - <module>tests</module> - </modules> - -</project> |