summaryrefslogtreecommitdiffstats
path: root/tags/java-stable-20060304/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java-stable-20060304/pom.xml')
-rw-r--r--tags/java-stable-20060304/pom.xml119
1 files changed, 0 insertions, 119 deletions
diff --git a/tags/java-stable-20060304/pom.xml b/tags/java-stable-20060304/pom.xml
deleted file mode 100644
index dac7b2bc5c..0000000000
--- a/tags/java-stable-20060304/pom.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
- *
- * Licensed 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>
- <groupId>org.apache.tuscany</groupId>
- <artifactId>tuscany-project</artifactId>
- <version>SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>Tuscany Project</name>
- <url>http://incubator.apache.org/tuscany/</url>
- <description>
- Tuscany is an open source project implementing a Service Component Architecture.
- </description>
- <inceptionYear>2005</inceptionYear>
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://www.apache.org/</url>
- </organization>
-
- <prerequisites>
- <maven>2.0</maven>
- </prerequisites>
-
- <issueManagement>
- <system>jira</system>
- <url>http://issues.apache.org/jira/browse/TUSCANY</url>
- </issueManagement>
-
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <repositories>
- <repository>
- <id>ibiblio</id>
- <name>ibiblio</name>
- <url>http://www.ibiblio.org/maven2</url>
- </repository>
- </repositories>
-
- <modules>
- <module>spec</module>
- <module>sdo</module>
- <module>das</module>
- <module>sca</module>
- <module>samples</module>
- <!--
- <module>tools</module>
- <module>acceptance</module>
- -->
- </modules>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
-
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.componentType</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
-
- <testResources>
- <testResource>
- <directory>src/test/java</directory>
- <includes>
- <include>**/*.componentType</include>
- </includes>
- </testResource>
- <testResource>
- <directory>src/test/resources</directory>
- </testResource>
- </testResources>
- <defaultGoal>install</defaultGoal>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
-</project>