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
.project
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>ice</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.m2e.core.maven2Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.ds.core.builder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
	</natures>
</projectDescription>
back to top