From f087df85f919034df6f3875b04578a0852065bc3 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Fri, 28 Sep 2007 14:34:42 +0000 Subject: [PATCH] Add step to Dojo profile building (copy nls folder) git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580370 13f79535-47bb-0310-9956-ffa450edef68 --- plugins/dojo/src/profile/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dojo/src/profile/README b/plugins/dojo/src/profile/README index 9af5beade..7ed420b25 100644 --- a/plugins/dojo/src/profile/README +++ b/plugins/dojo/src/profile/README @@ -11,4 +11,4 @@ To build the Struts Dojo profile: $ ant -Dversion=0.4.2 -Dprofile=struts clean release intern-strings $ cp ../release/dojo/dojo.js ${struts}/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js $ cp ../release/dojo/dojo.js.uncompressed.js ${struts}/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js - \ No newline at end of file + $ cp ../release/dojo/nls ${struts}/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/ \ No newline at end of file