From 971d745f48cdddbba3c3c1d18fc7338cf2cb7abf Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Fri, 10 Jun 2011 21:16:01 +0530 Subject: Introduced property to avoid bundling of sources with the exported plugins --- .../glustermc_build.properties | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit