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
README.md
# The Eclipse Integrated Computational Environment (ICE) Main Repository

Please see [our wiki](https://wiki.eclipse.org/ICE) for detailed information about Eclipse ICE, including where to download binaries.

Build instructions are available [on our wiki too](http://wiki.eclipse.org/ICE_Build_Instructions).

Contributions follow the standard Eclipse mechanisms and you should check out our [CONTRIBUTING.md](https://github.com/eclipse/ice/blob/master/CONTRIBUTING.md) file for more information. If you are looking at this, then you are most likely using Git and can start the process by issuing 
a pull request on our GitHub repo.
back to top