details: /erp/devel/pi/rev/eee78c7f3614
changeset: 7866:eee78c7f3614
user: Adrián Romero <adrianromero <at> openbravo.com>
date: Mon Jul 12 16:55:56 2010 +0200
summary: Fixes issue 0013753: The backup created at backup_install folder
when updating core does not include build.xml file
It just has been added to the backup zip the file build.xml
diffstat:
src/org/openbravo/erpCommon/modules/ImportModule.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 8f2a547a23b4 -r eee78c7f3614
src/org/openbravo/erpCommon/modules/ImportModule.java
--- a/src/org/openbravo/erpCommon/modules/ImportModule.java Mon Jul 12
16:01:38 2010 +0200
+++ b/src/org/openbravo/erpCommon/modules/ImportModule.java Mon Jul 12
16:55:56 2010 +0200
@@ -1455,6 +1455,7 @@
*/
private File[] getCore() {
ArrayList<File> core = new ArrayList<File>();
+ core.add(new File(obDir + "/build.xml"));
core.add(new File(obDir + "/legal"));
core.add(new File(obDir + "/lib"));
core.add(new File(obDir + "/src-core"));
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits