https://github.com/eclipse/ice
Raw File
Tip revision: 4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49 authored by Jay Jay Billings on 10 February 2021, 20:10:16 UTC
Merge pull request #493 from eclipse/eclipsewebmaster-patch-1
Tip revision: 4a72829
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.parent</artifactId>
		<version>2.2.1-SNAPSHOT</version>
		<relativePath>../org.eclipse.ice.parent/pom.xml</relativePath>
	</parent>
	<groupId>org.eclipse.ice</groupId>
	<artifactId>org.eclipse.ice.client.widgets</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top