diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-09 16:22:05 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-09 16:26:56 +0530 |
| commit | 77c32a439727a91972986d18698f27fc46f62e83 (patch) | |
| tree | e2afd42c29c0029d6a9e3b2991117faa576995b2 /src | |
| parent | 067cfc90c44e1aa5a0ed7489d6d0da7d35230d9c (diff) | |
Modified build properties to include plugin.properties in binary build
Diffstat (limited to 'src')
| -rw-r--r-- | src/com.gluster.storage.management.console/build.properties | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.console/build.properties b/src/com.gluster.storage.management.console/build.properties index 47ced62b..45eac8b1 100644 --- a/src/com.gluster.storage.management.console/build.properties +++ b/src/com.gluster.storage.management.console/build.properties @@ -8,8 +8,12 @@ bin.includes = META-INF/,\ splash/,\ images/,\ plugin.xml,\ - preferences.ini + preferences.ini,\ + plugin.properties src.includes = icons/,\ splash.bmp,\ images/,\ - preferences.ini + preferences.ini,\ + build.properties,\ + splash/,\ + src/ |
