details:   /erp/devel/int/rev/baddd4ce2399
changeset: 6472:baddd4ce2399
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Tue Feb 23 10:24:37 2010 +0100
summary:   Related to issue 12395. Made sure that install.source also sets the 
rebuild property correctly.

diffstat:

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

diffs (20 lines):

diff -r 04e7af9646a0 -r baddd4ce2399 build.xml
--- a/build.xml Mon Feb 22 18:10:25 2010 +0100
+++ b/build.xml Tue Feb 23 10:24:37 2010 +0100
@@ -540,6 +540,7 @@
 
     <antcall target="import.sample.data" />
     <antcall target="load.logoimages" />
+    <updatesystemstatus v="RB51"/> 
     <ant dir="${base.db}" target="setApplied" inheritAll="true" 
inheritRefs="true" />
 
     <!--
@@ -558,6 +559,8 @@
     <echo message="applying modules" />    
     <antcall inheritall="true" inheritrefs="true" target="apply.module" />
     <antcall target="import.sample.data" />
+    <updatesystemstatus v="RB51"/>
+    <ant dir="${base.db}" target="setApplied" inheritAll="true" 
inheritRefs="true" />
   </target>
 
   <target name="create.database" depends="init, core.lib, database.lib">

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to