diff options
author | Shireesh Anjal <shireesh@gluster.com> | 2011-11-28 12:19:31 +0530 |
---|---|---|
committer | Shireesh Anjal <shireesh@gluster.com> | 2011-11-28 12:19:31 +0530 |
commit | cc338ba38866cd3244e7ee6996a3554de1c0d75c (patch) | |
tree | 1fca5890c217147690b4f0f53ff7c8e8b6232f1b /src/org.gluster.storage.management.client/build.properties | |
parent | 0d68e1701117cdfac546ac4011dea39af48f07f9 (diff) |
Fixed warnings in build.properties
like:
- src should not be included in source build as it is included by default
- folder lib included in source build does not exist in the project
Diffstat (limited to 'src/org.gluster.storage.management.client/build.properties')
-rw-r--r-- | src/org.gluster.storage.management.client/build.properties | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/org.gluster.storage.management.client/build.properties b/src/org.gluster.storage.management.client/build.properties index b9d04dbf..3e13aff8 100644 --- a/src/org.gluster.storage.management.client/build.properties +++ b/src/org.gluster.storage.management.client/build.properties @@ -6,9 +6,4 @@ bin.includes = .,\ keystore/,\ lib/jersey-1.5/jersey-multipart-1.5.jar src.includes = lib/,\ - keystore/,\ - build.properties,\ - .project,\ - .classpath,\ - .settings/,\ - META-INF/ + keystore/ |