diff options
| -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 |
