blob: 57a5e40924aff1788f388ff3c4b122ea05e95f4c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright 2002-2005 atanion GmbH.
*
* 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>tobago</groupId>
<artifactId>tobago-core</artifactId>
<packaging>jar</packaging>
<name>Tobago</name>
<version>1.0.6-SNAPSHOT</version>
<description>Tobago Core</description>
<url>http://tobago.atanion.net/</url>
<inceptionYear>2002</inceptionYear>
<developers>
<developer>
<id>idus</id>
<name>Arvid H&#x00fc;lsebus</name>
<email>idus@krelon.com</email>
<organization>atanion GmbH, Germany</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>bommel</id>
<name>Bernd Bohmann</name>
<email>bernd.bohmann@atanion.com</email>
<organization>atanion GmbH, Germany</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>pleff</id>
<name>Detlef Bartetzko</name>
<email>detlef.bartetzko@gmail.com</email>
<organization>atanion GmbH, Germany</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>mmarinschek</id>
<name>Martin Marinschek</name>
<organization>Irian, Austria</organization>
<email>martin.marinschek@gmail.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>matzew</id>
<name>Matthias We&#x00df;endorf</name>
<organization>Pironet NDH AG, Germany</organization>
<email>mwessendorf@gmail.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>hennes</id>
<name>Philippe Hennes</name>
<email>philippe.hennes@philstar.de</email>
<organization>atanion GmbH, Germany</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>lofwyr</id>
<name>Udo Schnurpfeil</name>
<email>udo@schnurpfeil.de</email>
<organization>atanion GmbH, Germany</organization>
<roles>
<role>Lead</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>weber</id>
<name>Volker Weber</name>
<email>asf@weber-oldenburg.de</email>
<organization>atanion GmbH, Germany</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fop</groupId>
<artifactId>fop</artifactId>
<version>0.20.5</version>
<scope>compile</scope>
</dependency>
<!-- XXX not transitive from fop -->
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
<version>20020627</version><!-- XXX wrong date -->
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.0.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tobago</groupId>
<artifactId>tobago-apt</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>myfaces</groupId>
<artifactId>myfaces-api</artifactId>
<version>svn233162</version>
</dependency>
<dependency>
<groupId>myfaces</groupId>
<artifactId>myfaces-impl</artifactId>
<version>svn233162</version>
</dependency>
<dependency>
<groupId>jspapi</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:svn:http://www.atanion.net/repos/asf/tobago/trunk/core/</connection>
<url>http://www.atanion.net/repos/asf/tobago/trunk/core/</url>
</scm>
<organization>
<name>Tobago Team</name>
<url>http://tobago.atanion.net/</url>
</organization>
<repositories>
<repository>
<id>ibiblio</id>
<url>http://www.ibiblio.org/maven2</url>
</repository>
<repository>
<id>atanion</id>
<url>http://www.atanion.com/maven2</url>
</repository>
</repositories>
<build>
<sourceDirectory>src/main</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<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>
</build>
<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>
</project>