https://github.com/eclipse/ice
Raw File
Tip revision: 50b30d97bcce58b34af8cd53a4a21deda8788f95 authored by Jay Jay Billings on 22 September 2015, 02:53:54 UTC
Added more bundles to the target to fix more resolution bugs.
Tip revision: 50b30d9
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</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top