<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.thinkpond</groupId>
    <artifactId>root</artifactId>
    <version>1.0</version>
  </parent>
  <groupId>org.thinkpond</groupId>
  <artifactId>jstest-tools</artifactId>
  <packaging>pom</packaging>
  <version>1.0.3</version>
  <name>jstest-tools</name>
  <licenses>
  	<license>
  		<name>Zope Public License (ZPL) Version 2.1</name>
  		<url>http://bin.thinkpond.org/zpl.html</url>
  	</license>
  </licenses>
  <description>
	jsTest is a suite of programs for unit testing JavaScript code independently of a web browser.
  </description>
  <modules>
    <module>jstest</module>
    <module>jstest.plugin</module>
    <module>jstest.feature</module>
  </modules>
  <build>
    <finalName>${groupId}.${artifactId}_${version}</finalName>
  </build>
  <properties>
    <scmRepository>jstest</scmRepository>
  </properties>
  <repositories>
    <repository>
      <id>eclipse.bundles</id>
      <name>Eclipse bundles</name>
      <url>http://delo.dcs.fmph.uniba.sk/sioux/maven2</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://cvs.apache.org/maven-snapshot-repository</url>
    </pluginRepository>
  </pluginRepositories>
</project>