https://github.com/eclipse/ice
Raw File
Tip revision: 76a043f561170a9f0773a5551e67eee3728b86af authored by Greg Watson on 19 April 2016, 15:16:41 UTC
Change release name to 'master' so the build goes to the correct place.
Tip revision: 76a043f
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.client.widgets.moose</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top