diff options
author | Shireesh Anjal <shireesh@gluster.com> | 2011-11-17 20:11:39 +0530 |
---|---|---|
committer | Shireesh Anjal <shireesh@gluster.com> | 2011-11-17 20:11:39 +0530 |
commit | c4e193b47434463aae090ece26e0fba8dbeedd16 (patch) | |
tree | 8b41854ecb5a44f53bdac2006c5e506e33f960ea /src | |
parent | bf745ea6d30f45cf057a7fc53acf059f858a3acb (diff) |
Modified not to include src directory in source build as it gets included automatically.
Diffstat (limited to 'src')
-rw-r--r-- | src/com.gluster.storage.management.client/build.properties | 3 | ||||
-rw-r--r-- | src/com.gluster.storage.management.console/build.properties | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/com.gluster.storage.management.client/build.properties b/src/com.gluster.storage.management.client/build.properties index bc0c59d7..b9d04dbf 100644 --- a/src/com.gluster.storage.management.client/build.properties +++ b/src/com.gluster.storage.management.client/build.properties @@ -5,8 +5,7 @@ bin.includes = .,\ lib/,\ keystore/,\ lib/jersey-1.5/jersey-multipart-1.5.jar -src.includes = src/,\ - lib/,\ +src.includes = lib/,\ keystore/,\ build.properties,\ .project,\ diff --git a/src/com.gluster.storage.management.console/build.properties b/src/com.gluster.storage.management.console/build.properties index 45eac8b1..bebdd10c 100644 --- a/src/com.gluster.storage.management.console/build.properties +++ b/src/com.gluster.storage.management.console/build.properties @@ -15,5 +15,4 @@ src.includes = icons/,\ images/,\ preferences.ini,\ build.properties,\ - splash/,\ - src/ + splash/ |