diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-07-31 14:03:18 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-07-31 14:03:18 +0530 |
| commit | cc38ca499f91b0e788eb992e0bfa438663aa9a31 (patch) | |
| tree | deb0e03e1f16c2855f84dd33df8cf3c3df281b32 /src/com.gluster.storage.management.core | |
| parent | 5a382b2b095784fd5f0f910bc0057ba535c8a81e (diff) | |
Logging mechanism in UI plug-in
Diffstat (limited to 'src/com.gluster.storage.management.core')
| -rw-r--r-- | src/com.gluster.storage.management.core/.classpath | 1 | ||||
| -rw-r--r-- | src/com.gluster.storage.management.core/META-INF/MANIFEST.MF | 6 | ||||
| -rw-r--r-- | src/com.gluster.storage.management.core/lib/log4j-1.2.16.jar | bin | 481534 -> 0 bytes |
3 files changed, 2 insertions, 5 deletions
diff --git a/src/com.gluster.storage.management.core/.classpath b/src/com.gluster.storage.management.core/.classpath index 221aeec4..b41cbcdb 100644 --- a/src/com.gluster.storage.management.core/.classpath +++ b/src/com.gluster.storage.management.core/.classpath @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.16.jar"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="junit"/> diff --git a/src/com.gluster.storage.management.core/META-INF/MANIFEST.MF b/src/com.gluster.storage.management.core/META-INF/MANIFEST.MF index fae660fb..b4431f53 100644 --- a/src/com.gluster.storage.management.core/META-INF/MANIFEST.MF +++ b/src/com.gluster.storage.management.core/META-INF/MANIFEST.MF @@ -9,8 +9,6 @@ Export-Package: com.gluster.storage.management.core.constants, com.gluster.storage.management.core.exceptions, com.gluster.storage.management.core.model, com.gluster.storage.management.core.response, - com.gluster.storage.management.core.utils, - org.apache.log4j + com.gluster.storage.management.core.utils Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0" -Bundle-ClassPath: lib/log4j-1.2.16.jar, - . +Bundle-ClassPath: . diff --git a/src/com.gluster.storage.management.core/lib/log4j-1.2.16.jar b/src/com.gluster.storage.management.core/lib/log4j-1.2.16.jar Binary files differdeleted file mode 100644 index 3f9d8476..00000000 --- a/src/com.gluster.storage.management.core/lib/log4j-1.2.16.jar +++ /dev/null |
