https://github.com/eclipse/ice
Raw File
Tip revision: b4f4ad9902a7989264e690bd0aee39615f505fcb authored by amccaskey on 09 November 2015, 19:53:31 UTC
Merge branch 'next' of https://github.com/enleeten/ice into mccrary/javafx
Tip revision: b4f4ad9
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.7.20150825</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