diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-06-09 19:46:40 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-06-09 19:54:08 +0530 |
| commit | 03deae0a3067483df28299d7690a10e182d1ef2f (patch) | |
| tree | 9104e6ff0d2bd5642f65b1f2487bc3a6fb43dc37 /src/com.gluster.storage.management.client/.classpath | |
| parent | 81e667e15bb51c6f998050c5dee231fb433845c9 (diff) | |
SSL communication between console and gateway
Diffstat (limited to 'src/com.gluster.storage.management.client/.classpath')
| -rw-r--r-- | src/com.gluster.storage.management.client/.classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.client/.classpath b/src/com.gluster.storage.management.client/.classpath index b8f71a37..d216a8fe 100644 --- a/src/com.gluster.storage.management.client/.classpath +++ b/src/com.gluster.storage.management.client/.classpath @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="keystore/"/> <classpathentry exported="true" kind="lib" path="lib/jersey-1.5/jersey-client-1.5.jar" sourcepath="/data/downloads/sun/jersey/sources/jersey-client-1.5-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/jersey-1.5/jersey-core-1.5.jar" sourcepath="/data/downloads/sun/jersey/sources/jersey-core-1.5-sources.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"/> + <classpathentry excluding="keystore/" kind="src" path="src"/> <classpathentry combineaccessrules="false" kind="src" path="/com.gluster.storage.management.core"/> <classpathentry kind="output" path="bin"/> </classpath> |
