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

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 
         xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <modelVersion>4.0.0</modelVersion>
  <groupId>mc4j</groupId>
  <artifactId>org-mc4j-ems-impl</artifactId>
  <version>1.3</version>
  <name>MC4J EMS Implementation Classes</name>
  <description>
    the jar containing EMS implementation classes; the impl jar is also hidden 
    inside the main EMS jar; the only reason the impl jar is published to Maven 
    separately is so a developer can add a temporary dependency on the impl jar 
    to their  application's POM in order to pull the sources for the impl into
    their IDE to enable stepping into EMS impl classes while debugging \
    EMS-related issues via JPDA
  </description>
  <url>http://sourceforge.net/projects/mc4j/</url>
  <inceptionYear>2002</inceptionYear>
 
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

</project>

