https://github.com/eclipse/ice
Raw File
Tip revision: 1bbe7d74b1a0f70fe600d8c8494491a0263f5453 authored by Robert Smith on 24 January 2017, 17:44:45 UTC
Updated dependencies for EAVP
Tip revision: 1bbe7d7
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.2.0-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