diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-06-10 21:16:01 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-06-10 21:16:01 +0530 |
| commit | 971d745f48cdddbba3c3c1d18fc7338cf2cb7abf (patch) | |
| tree | b8be2496b72b7b3f5923cb30a4704f9fbe335b66 | |
| parent | a3d8ec755741893f2e2dfc6b348ead9ad2fc7ba2 (diff) | |
Introduced property to avoid bundling of sources with the exported plugins
| -rw-r--r-- | src/com.gluster.storage.management.releng/glustermc_build.properties | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/com.gluster.storage.management.releng/glustermc_build.properties b/src/com.gluster.storage.management.releng/glustermc_build.properties index b808ec9d..d50782d8 100644 --- a/src/com.gluster.storage.management.releng/glustermc_build.properties +++ b/src/com.gluster.storage.management.releng/glustermc_build.properties @@ -1,10 +1,14 @@ +# Buckminster build properties file for Gluster Management Console + # Where all the output should go -buckminster.output.root=/tmp/buckminster/glustermc +#buckminster.output.root=/tmp/buckminster/glustermc # Where the temp files should go -buckminster.temp.root=/tmp/buckminster +#buckminster.temp.root=/tmp/buckminster # How .qualifier in versions should be replaced qualifier.replacement.*=generator:lastRevision -target.os=linux -target.ws=gtk -target.arch=x86_64 +# Do not include source +cbi.include.source=false + +# Sets the Java compiler compliance level +org.eclipse.buckminster.core.jdt.compliancelevel=1.6 |
