From df82c8abf3b904f7dff899996811eaf8f90eeb3f Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 11 Apr 2012 15:23:34 -0700 Subject: [PATCH] make cloudbridge buildable --- build/build-cloud-bridge.xml | 45 ++++++++++++++++++------------------ wscript | 2 +- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/build/build-cloud-bridge.xml b/build/build-cloud-bridge.xml index b4e53a07c86..b5ab98fdb1e 100644 --- a/build/build-cloud-bridge.xml +++ b/build/build-cloud-bridge.xml @@ -31,7 +31,6 @@ - @@ -51,9 +50,8 @@ - + - @@ -72,20 +70,23 @@ + - + + @@ -101,7 +102,7 @@ - + @@ -110,14 +111,14 @@ - + - + - + @@ -137,7 +138,7 @@ - + @@ -145,7 +146,7 @@ - + @@ -155,7 +156,7 @@ - + @@ -341,12 +342,12 @@ - + - + @@ -354,12 +355,12 @@ - + - + @@ -368,9 +369,6 @@ - - - @@ -399,6 +397,7 @@ + diff --git a/wscript b/wscript index 28e81f0de66..9feacd1857c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ # the following two variables are used by the target "waf dist" # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog -VERSION = '2.2.2' +VERSION = '3.0.1' APPNAME = 'cloud' import shutil,os