<?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>KTreeMap</name>
   <artifactId>net.sf.jtreemap.ktreemap</artifactId>
   <package>net.sf.jtreemap.ktreemap</package>
   <shortDescription>KTreeMap is a Java SWT component which reprensents hierarchical structure in a Treemap.</shortDescription>
   <description>
       KTreeMap is a Java SWT component which represents hierarchical structure in a Treemap
   </description>
   <repository>
      <connection>
         scm:svn:https://jtreemap.svn.sourceforge.net/svnroot/jtreemap/trunk/KTreeMap
      </connection>
      <developerConnection>
         scm:svn:https://jtreemap.svn.sourceforge.net/svnroot/jtreemap/trunk/KTreeMap
      </developerConnection>
   </repository>
   <dependencies>
<!--
     <dependency>
         <groupId>swt</groupId>
         <artifactId>swt-win32</artifactId>
         <version>2.1.0</version>
         <type>jar</type>
      </dependency>
     <dependency>
         <groupId>swt</groupId>
         <artifactId>jface</artifactId>
         <version>3.0.1</version>
         <type>jar</type>
      </dependency>
      
      -.jar
-->
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
    <version>3.2.0.v3232m</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.osgi</artifactId>
    <version>3.2.0.v20060601</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.jface</artifactId>
    <version>3.2.0.I20060605-1400</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.core.commands</artifactId>
    <version>3.2.0.I20060605-1400</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.equinox.registry</artifactId>
    <version>3.2.0.v20060601</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.core.runtime</artifactId>
    <version>3.2.0.v20060603</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.equinox.commons</artifactId>
    <version>3.2.0.v20060603</version>
         <type>jar</type>
  </dependency>
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>org.eclipse.ui.workbench</artifactId>
    <version>3.2.0.I20060605-1400</version>
         <type>jar</type>
  </dependency>
   </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>
            </includes>
            <filtering>false</filtering>
         </resource>
         <resource>
            <directory>src/main/conf</directory>
            <includes>
               <include>**/*.gif</include>
               <include>**/*.jpg</include>
               <include>**/*.png</include>
               <include>**/*.xml</include>
               <include>**/*.tm3</include>
               <include>**/*.mf</include>
               <include>**/*.dtd</include>
            </includes>
            <filtering>false</filtering>
         </resource>
      </resources>
   </build>

</project>
