Revision fab2e5d4b450bfffd0aa14f84646b74dc159e672 authored by amccaskey on 18 December 2015, 19:20:27 UTC, committed by amccaskey on 18 December 2015, 19:20:27 UTC
This commit adds a protected createICEJob method to JobLauncher to
enable subclasses to provide custom Eclipse Job implementations. This
also removes the test for JobLauncher NeedsInfo since its no longer
used. 

Signed-off-by: amccaskey <mccaskeyaj@ornl.gov>
1 parent cacfa62
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.item</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top