<?xml version="1.0" encoding="UTF-8"?>

<!--
   /*  
   * ========================================================================
   * $Id: project.xml 209 2006-10-12 10:17:42Z benoitx $
   * 
   * Copyright 2006 the original author or authors.
   *
   * 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 xmlns="http://maven.apache.org/POM/3.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <pomVersion>3</pomVersion>
   <groupId>net.sf.jtreemap</groupId>
   <currentVersion>1.1.0</currentVersion>
   <organization>
      <name>L. Dutheil and ObjectLab Financial Ltd</name>
      <url>http://www.objectlab.co.uk</url>
      <logo>
         http://www.objectlab.co.uk/images/objectlab-web-noblue.gif
      </logo>
   </organization>
   <inceptionYear>2005</inceptionYear>
   <url>http://jtreemap.sourceforge.net</url>
   <issueTrackingUrl>
         http://www.sourceforge.net/tracker/?group_id=26527
   </issueTrackingUrl>
   <siteAddress>jtreemap.sourceforge.net</siteAddress>
   <logo>images/jtreemapSmall.gif</logo>
   <siteDirectory/>
   <repository>
      <url>http://jtreemap.svn.sourceforge.net/jtreemap</url>
      <connection>
         scm:svn:https://jtreemap.svn.sourceforge.net/svnroot/jtreemap/trunk
      </connection>
      <developerConnection>
         scm:svn:https://jtreemap.svn.sourceforge.net/svnroot/jtreemap/trunk
      </developerConnection>
   </repository>
   <developers>
      <developer>
         <name>Laurent Dutheil</name>
         <id>jense128</id>
         <email>jense128 at users.sourceforge.net</email>
         <organization>Laurent Dutheil</organization>
         <url>http://www.jense.org</url>
         <timezone>0</timezone>
         <roles>
            <role>Founder</role>
            <role>Java Developer</role>
         </roles>
      </developer>
      <developer>
         <name>Benoit Xhenseval</name>
         <id>benoitx</id>
         <email>kit AT objectlab DOT co dOt uk</email>
         <organization>ObjectLab Financial Ltd</organization>
         <roles>
            <role>Developer</role>
            <role>Maven Mig.</role>
         </roles>
         <url>http://www.xhenseval.com</url>
         <timezone>+0</timezone>
      </developer>
      <developer>
         <name>Marcin Jekot</name>
         <id>marchy</id>
         <email>marcin at jekot DOt net</email>
         <organization>ObjectLab Financial Ltd</organization>
         <roles>
            <role>Subversion Mig</role>
         </roles>
         <timezone>+0</timezone>
      </developer>
      <developer>
         <name>Ekin Gulen</name>
         <id>ekingulen</id>
         <email>ekingulen at yahoo DOt com</email>
         <organization>ObjectLab Financial Ltd</organization>
         <roles>
            <role>Developer</role>
         </roles>
         <timezone>+0</timezone>
      </developer>
   </developers>
   <!-- any mailing lists for the project -->
   <mailingLists>
      <mailingList>
         <name>JTreeMap Announcements (via ObjectLab Kit list)</name>
         <subscribe>
            http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce
         </subscribe>
         <unsubscribe>
            http://lists.sourceforge.net/lists/listinfo/objectlabkit-announce
         </unsubscribe>
         <archive>
            http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-announce
         </archive>
      </mailingList>
      <mailingList>
         <name>JTreeMap User</name>
         <subscribe>
            http://lists.sourceforge.net/lists/listinfo/jtreemap-user
         </subscribe>
         <unsubscribe>
            http://lists.sourceforge.net/lists/listinfo/jtreemap-user
         </unsubscribe>
         <post>jtreemap-user@lists.sourceforge.net</post>
         <archive>
            http://sourceforge.net/mailarchive/forum.php?forum=jtreemap-user
         </archive>
      </mailingList>
      <mailingList>
         <name>JTreeMap Developers (SVN checkins)</name>
         <subscribe>
            http://lists.sourceforge.net/lists/listinfo/jtreemap-svn
         </subscribe>
         <unsubscribe>
            http://lists.sourceforge.net/lists/listinfo/jtreemap-svn
         </unsubscribe>
         <post/>
         <archive>
            http://sourceforge.net/mailarchive/forum.php?forum=jtreemap-svn
         </archive>
      </mailingList>
      <mailingList>
         <name>News about ObjectLab's projects (Alerts online)</name>
         <subscribe>
            http://lists.sourceforge.net/lists/listinfo/objectlabkit-news
         </subscribe>
         <unsubscribe>
            http://lists.sourceforge.net/lists/listinfo/objectlabkit-news
         </unsubscribe>
         <post/>
         <archive>
            http://sourceforge.net/mailarchive/forum.php?forum=objectlabkit-news
         </archive>
      </mailingList>
   </mailingLists>

   <dependencies/>
<!--      <dependency>
         <groupId>jdom</groupId>
         <artifactId>jdom</artifactId>
         <version>1.0</version>
         <type>jar</type>
         <url>http://www.jdom.org</url>
      </dependency>
      <dependency>
         <groupId>jexcelapi</groupId>
         <artifactId>jxl</artifactId>
         <version>2.4.2</version>
         <type>jar</type>
         <url>http://sourceforge.net/projects/jexcelapi</url>
      </dependency>
   </dependencies>
-->
   <build>
      <!-- We need to put here something other when we release it or I'll receive the emails from
         everyone who tries to use the project... -->
      <nagEmailAddress>kit@objectlab.co.uk</nagEmailAddress>
      <defaultGoal>jt:build</defaultGoal>
   </build>

   <reports>
      <report>maven-checkstyle-plugin</report>
      <report>maven-findbugs-plugin</report>
      <report>maven-pmd-plugin</report>
      <report>maven-simian-plugin</report>
      <report>maven-cobertura-plugin</report>
      <report>maven-qalab-plugin</report>
      <report>maven-ydoc-plugin</report>
      <report>maven-jdepend-plugin</report>
      <report>maven-faq-plugin</report>
      <report>maven-junit-report-plugin</report>
      <report>maven-jxr-plugin</report>
      <report>maven-tasklist-plugin</report>
   </reports>

   <versions>
      <version>
         <id>1.1.0</id>
         <name>1.1.0</name>
         <tag>v1.1.0</tag>
      </version>
   </versions>
</project>

