https://github.com/eclipse/ice
Raw File
Tip revision: 3efc9c49e43425100f049f9c00da985911e22c60 authored by Jay Jay Billings on 31 August 2016, 15:17:09 UTC
Made some changes to look at the test failures.
Tip revision: 3efc9c4
pom.xml
<?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>
	<parent>
		<groupId>org.eclipse.ice</groupId>
		<artifactId>org.eclipse.ice.build</artifactId>
		<version>2.1.8-SNAPSHOT</version>
		<relativePath>../org.eclipse.ice.parent/pom.xml</relativePath>
	</parent>
	<groupId>org.eclipse.ice</groupId>
	<artifactId>org.eclipse.ice.developer.moose</artifactId>
	<version>2.1.8-SNAPSHOT</version>
	<packaging>eclipse-plugin</packaging>
</project>
back to top