Last change
on this file since 4257 was
4257,
checked in by Nicklas Nordborg, 6 years ago
|
References #904: Implement an Open Grid Scheduler service extension
Added support for getting some cluster information as JSON data.
Added a couple of more options/shortcuts for getting information about the cluster by executing some commands (uname and qstat).
|
File size:
738 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="lib" path="lib/jdom-2.0.6.jar"/> |
---|
11 | <classpathentry kind="lib" path="lib/json_simple-1.1.jar"/> |
---|
12 | <classpathentry kind="output" path="bin"/> |
---|
13 | </classpath> |
---|
Note: See
TracBrowser
for help on using the repository browser.