https://github.com/eclipse/ice
Raw File
Tip revision: aac35f00dbddefbb42e7209459cf3890ab713acf authored by Jordan Deyton on 02 September 2015, 15:19:30 UTC
Fixed process of getting the client in the reactors.perspective bundle.
Tip revision: aac35f0
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