From f0b82f856560995b48ec4818faae4e857093409f Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 20 Aug 2010 11:36:15 -0700 Subject: [PATCH] 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