details:   https://code.openbravo.com/erp/devel/pi/rev/9d97cd717801
changeset: 16539:9d97cd717801
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Tue May 15 12:01:27 2012 +0200
summary:   Fixed issue 20495. Apply.module has been removed from smartbuild.
- As update.database already calls apply.module, it was called twice in case 
smartbuild was called with -Dlocal=no.
- In case -Dlocal=no was not used, it was actually incorrect, as the user 
didn't specify that he wanted to update the database (that's what -Dlocal 
means).

diffstat:

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

diffs (11 lines):

diff -r 46e90c0b12bd -r 9d97cd717801 build.xml
--- a/build.xml Mon Apr 30 18:18:35 2012 +0200
+++ b/build.xml Tue May 15 12:01:27 2012 +0200
@@ -381,7 +381,6 @@
 
     <ant dir="${base.src}" target="smartbuild" inheritAll="true" 
inheritRefs="true" />
 
-    <antcall inheritall="true" inheritrefs="true" target="apply.module" />
     <ant dir="${base.db}" target="setApplied" inheritAll="true" 
inheritRefs="true" />
     <antcall target="build.deploy" />
     <updatesystemstatus v="RB51"/>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to