Last change
on this file since 4067 was
4067,
checked in by Nicklas Nordborg, 6 years ago
|
References #904: Implement an Open Grid Scheduler service extension
Implemented possibility for connecting to a remote server via SSH and execute a command on it. Most functionality is taken from the existing Reggie implementation with some refactoring for setting up connection settings. The code may undergo more refactoring in the future when more functionality is being developed.
|
File size:
619 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <classpath> |
---|
3 | <classpathentry kind="src" path="src"/> |
---|
4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> |
---|
5 | <classpathentry kind="lib" path="lib/slf4j-api-1.6.4.jar"/> |
---|
6 | <classpathentry kind="lib" path="lib/base-core-3.10.0.jar"/> |
---|
7 | <classpathentry kind="lib" path="lib/base-webclient-3.10.0.jar"/> |
---|
8 | <classpathentry kind="lib" path="META-INF/lib/sshj-0.17.2.jar"/> |
---|
9 | <classpathentry kind="lib" path="lib/servlet-api.jar"/> |
---|
10 | <classpathentry kind="output" path="bin"/> |
---|
11 | </classpath> |
---|
Note: See
TracBrowser
for help on using the repository browser.