]> git.argeo.org Git - cc0/argeo-build.git/blobdiff - configure
Disable compression of jar archives
[cc0/argeo-build.git] / configure
index 9b3e9804b04280910d6df08fd74ba0fe4cf4079c..56a8fb7f4509c56919e43ab8151b2d7762e6e0fa 100755 (executable)
--- a/configure
+++ b/configure
@@ -3,15 +3,8 @@
 # We build where we are
 SDK_BUILD_BASE=$(pwd -P)/output
 
-# Source are located where this script is
-SDK_SRC_BASE="$(cd "$(dirname "$0")"; pwd -P)"
-
 SDK_MK=$SDK_SRC_BASE/sdk.mk
 
-#echo SDK_BUILD_BASE=$SDK_BUILD_BASE
-#echo SDK_SRC_BASE=$SDK_SRC_BASE
-#echo SDK_MK=$SDK_MK
-
 if [ -f "$SDK_MK" ]; 
 then
 
@@ -43,6 +36,7 @@ SDK_BUILD_BASE := $SDK_BUILD_BASE
 JAVA_HOME := $JAVA_HOME
 
 include \$(SDK_SRC_BASE)/branch.mk
+include \$(SDK_SRC_BASE)/sdk/branches/\$(BRANCH).bnd
 EOF