https://github.com/eclipse/ice
Raw File
Tip revision: 62000d1643fce0a4f241ffc4e314055376f5b96f authored by Jay Jay Billings on 05 February 2016, 21:04:23 UTC
Merge branch 'jay/projectSupport' of https://github.com/eclipse/ice into jay/projectSupport
Tip revision: 62000d1
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>ICE</groupId>
		<artifactId>org.eclipse.ice.build</artifactId>
		<version>2.1.8</version>
		<relativePath>../${pom-filename}</relativePath>
	</parent>
	<groupId>ICE</groupId>
	<artifactId>org.eclipse.ice.client.widgets.moose</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top