<?xml version="1.0"?>

<!--
   /*  
   * ========================================================================
   * $Id: project.xml 167 2006-09-12 15:11:43Z 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>
   <extend>../common-build/project.xml</extend>
   <name>JTreeMap</name>
   <artifactId>jtreemap</artifactId>
   <package>net.sf.jtreemap</package>
   <shortDescription>JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap.</shortDescription>
   <description>
       JTreeMap is a Java Swing component which reprensents hierarchical structure in a Treemap
   </description>
   <repository>
      <connection>
         scm:svn:https://jtreemap.svn.sourceforge.net/svnroot/jtreemap/trunk/JTreeMap
      </connection>
      <developerConnection>
         scm:svn:https://jtreemap.svn.sourceforge.net/svnroot/jtreemap/trunk/JTreeMap
      </developerConnection>
   </repository>
   <dependencies />

   <build>
      <sourceDirectory>src/main/java</sourceDirectory>
      <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
      <unitTest>
         <includes>
            <include>**/*Test.java</include>
         </includes>
         <excludes>
            <exclude>**/Abstract*.java</exclude>
         </excludes>
      </unitTest>
      <resources>
         <resource>
            <directory>src/main/java</directory>
            <includes>
               <include>**/*.dtd</include>
               <include>**/*.png</include>
            </includes>
            <filtering>false</filtering>
         </resource>
      </resources>
   </build>

</project>
