<?xml version="1.0" encoding="UTF-8"?>

<project>
  
  <name>com.ccg Core Library</name>
  
  <id>ccgcore</id>
  <groupId>ccg-core</groupId>
  <artifactId>ccg-core</artifactId>
  <package>com.ccg</package>
  <inceptionYear>2005</inceptionYear>
  
  <!-- Leave -SNAPSHOT at end of version until release -->
  <currentVersion>2.0.0-SNAPSHOT</currentVersion>
  
  <logo>http://www.mekwin.com/vaisala/images/sald.png</logo>
  <url>http://www.mekwin.com/</url>
  <!--
  <issueTrackingUrl>http://tuxtrack.vaisala.com/</issueTrackingUrl>
  -->
  
  <shortDescription>Core set of utility functions.</shortDescription>
  <description>
    This package contains that basic set of useful core functions which are
    shared/used by many other packages.
  </description>
  
  <!-- Necessary for site deployment -->
  <siteAddress>mekwin.com</siteAddress>
  <siteDirectory>
    /projects/java/ccg-core/
  </siteDirectory>
  <distributionDirectory>
    /projects/pub/ccg-core/
  </distributionDirectory>
  
  <siteAddress>localhost</siteAddress>
  <siteDirectory>/opt/pub/projects/ccg-core</siteDirectory>
  
  <!-- Organization responsible for project -->
  <organization>
    <name>mekwin.com</name>
    <url>http://www.mekwin.com/</url>
    <logo>http://www.mekwin.com/vaisala/images/sald.png</logo>
  </organization>
  
  <!-- Software developers involved with the project -->
  <developers>
    <developer>
      <name>Paul Blankenbaker</name>
      <id>pkb</id>
      <email>paul@mekwin.com</email>
      <roles>
        <role>Code Monkey</role>
      </roles>
      <url>/~pkb</url>
      <timezone>-5</timezone>
    </developer>    
  </developers>
  
  <!-- Repository holding the source code -->
  <!--
  <repository>
    <connection>
      scm:cvs:ext:${user.name}@localhost:/cvs/root:com.ccg/root  
   </connection>
  </repository>
  -->
     
  
  <!-- Information for building -->
  <build>
    <!-- Primary contact for project -->
    <nagEmailAddress>
      paul_blankenbaker@yahoo.com
    </nagEmailAddress>
    
    <sourceDirectory>src/java</sourceDirectory>
    <source>
      <excludes>
        <exclude>**/doc-files/**</exclude>
      </excludes>
    </source>
    
    <!-- 
    <resources>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
	-->
    
    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
    <unitTest>
      <includes>
        <include>**/*Test.java</include>
      </includes>
    </unitTest>
    
  </build>
  
  <!-- maven project object model -->
  <pomVersion>3</pomVersion>
  
</project>
