Revision 45a08794a41d70e8780156a003072ab2bec769ca authored by Jay Jay Billings on 20 October 2016, 19:40:35 UTC, committed by Jay Jay Billings on 20 October 2016, 19:40:35 UTC
Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov>
1 parent 4b235d0
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.build</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