Revision 936b0cee4697b0afb3f829a708b701dd9f945105 authored by Jay Jay Billings on 26 December 2015, 23:12:40 UTC, committed by Jay Jay Billings on 26 December 2015, 23:12:40 UTC
Removed the analysis tool and kdd bundles. Fixed various and sundry
items that broke the build. 

Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov>
1 parent 31c947c
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>ICE</groupId>
		<artifactId>org.eclipse.ice.build</artifactId>
		<version>2.1.8</version>
		<relativePath>../${pom-filename}</relativePath>
	</parent>
	<groupId>ICE</groupId>
	<artifactId>org.eclipse.ice.mesh</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top