From f0b82f856560995b48ec4818faae4e857093409f Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 20 Aug 2010 11:36:15 -0700 Subject: [PATCH 1/5] move source of resource properties from UI folder to client folder move source of resource properties from UI folder to client folder move source of resource properties from UI folder to client folder --- build/build-cloud.xml | 137 +++++++++--------- build/package.xml | 2 +- .../classes}/resources/resource.properties | 0 .../classes}/resources/resource_zh.properties | 0 4 files changed, 72 insertions(+), 67 deletions(-) rename {ui => client/WEB-INF/classes}/resources/resource.properties (100%) rename {ui => client/WEB-INF/classes}/resources/resource_zh.properties (100%) diff --git a/build/build-cloud.xml b/build/build-cloud.xml index b11abe57254..548eedeea1b 100755 --- a/build/build-cloud.xml +++ b/build/build-cloud.xml @@ -3,8 +3,8 @@ - Cloud Stack ant build file - + Cloud Stack ant build file + + @@ -137,7 +137,7 @@ - + @@ -176,7 +176,7 @@ - + @@ -223,9 +223,9 @@ - + @@ -237,9 +237,14 @@ - + + + + + + @@ -252,45 +257,45 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - @@ -304,12 +309,12 @@ - + - - - - + + + + @@ -343,7 +348,7 @@ - + @@ -517,20 +522,20 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -562,8 +567,8 @@ - - + + diff --git a/build/package.xml b/build/package.xml index a8995cd2349..82781c61a2f 100755 --- a/build/package.xml +++ b/build/package.xml @@ -135,7 +135,7 @@ - + diff --git a/ui/resources/resource.properties b/client/WEB-INF/classes/resources/resource.properties similarity index 100% rename from ui/resources/resource.properties rename to client/WEB-INF/classes/resources/resource.properties diff --git a/ui/resources/resource_zh.properties b/client/WEB-INF/classes/resources/resource_zh.properties similarity index 100% rename from ui/resources/resource_zh.properties rename to client/WEB-INF/classes/resources/resource_zh.properties From eae268d5d934e50db789b047c3316f414e6af146 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Fri, 20 Aug 2010 12:24:59 -0700 Subject: [PATCH 2/5] Undo unnecessary reformatting that is complicating the merges --- build/build-cloud.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build-cloud.xml b/build/build-cloud.xml index 548eedeea1b..beb115bfac2 100755 --- a/build/build-cloud.xml +++ b/build/build-cloud.xml @@ -3,8 +3,8 @@ - Cloud Stack ant build file - + Cloud Stack ant build file +