<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>
	<groupId>com.nmc</groupId>
	<artifactId>meclipse-classpath-jre-test</artifactId>
	<packaging>jar</packaging>
	<version>0.0.1-SNAPSHOT</version>
	<name>meclipse-classpath-jre-test</name>

	<prerequisites>
		<maven>2.0.9</maven>
	</prerequisites>

	<description>Test JRE position in Eclipse classpath generation, and compare with the Maven classpath.</description>

	<dependencies>
		<dependency>
			<groupId>xerces</groupId>
			<artifactId>xerces</artifactId>
			<version>1.4.4</version>
		</dependency>
	</dependencies>
</project>
