Revision ba229d09cdb1f2e4acad0f7801a3914f745f3965 authored by Eclipse Webmaster team on 10 February 2021, 15:51:09 UTC, committed by GitHub on 10 February 2021, 15:51:09 UTC
1 parent 3f6e026
Raw File
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>0.1.1-SNAPSHOT</version>
		<relativePath>../org.eclipse.ice.parent/pom.xml</relativePath>
	</parent>
	<groupId>org.eclipse.ice</groupId>
	<artifactId>org.eclipse.ice.parsergenerator</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top