details:   https://code.openbravo.com/erp/devel/pi/rev/541a4becfc84
changeset: 15928:541a4becfc84
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Wed Mar 28 12:55:28 2012 +0200
summary:   Fixes issue 12910: RTL and LTR are generated when neede

Prior to the fix, if the user deleted the WebContent folder and executed 
smartbuild, the WebContent/web/skins/rtl and WebContent/web/skins/ltr folders 
were not generated unless the property changes.in.md5.sk
ins was true.

Now, both folders are regenerated when any of them are missing when executing 
the smartbuild.

diffstat:

 src/build.xml |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 4543f3987ed7 -r 541a4becfc84 src/build.xml
--- a/src/build.xml     Tue Mar 27 10:35:50 2012 +0200
+++ b/src/build.xml     Wed Mar 28 12:55:28 2012 +0200
@@ -590,6 +590,12 @@
         <not>
           <istrue value="${smart.mode}"/>
         </not>
+        <not>
+          <available file="${base.context}/web/skins/rtl" type="dir"/>
+        </not>
+        <not>
+          <available file="${base.context}/web/skins/ltr" type="dir"/>
+        </not>
       </or>
     </condition>
     

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to