details: https://code.openbravo.com/erp/devel/pi/rev/deb55110426b changeset: 22789:deb55110426b user: Shankar Balachandran <shankar.balachandran <at> openbravo.com> date: Thu Mar 27 22:45:26 2014 +0530 summary: Related to Issue 26097 : Backedout changeset c3781ce65bea
The text interface file was incorrectly added, as the license text was not commented properly in PopUp_DownloadAndRefresh.html Backed out the text interface record and added comment in PopUp_DownloadAndRefresh.html. diffstat: src-db/database/sourcedata/AD_TEXTINTERFACES.xml | 11 ---------- src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html | 2 + 2 files changed, 2 insertions(+), 11 deletions(-) diffs (37 lines): diff -r 30ded626418e -r deb55110426b src-db/database/sourcedata/AD_TEXTINTERFACES.xml --- a/src-db/database/sourcedata/AD_TEXTINTERFACES.xml Thu Mar 27 15:17:05 2014 +0000 +++ b/src-db/database/sourcedata/AD_TEXTINTERFACES.xml Thu Mar 27 22:45:26 2014 +0530 @@ -17875,17 +17875,6 @@ <!--7CFC4A52410F4B3D95DC8CB809F3B5DD--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> <!--7CFC4A52410F4B3D95DC8CB809F3B5DD--></AD_TEXTINTERFACES> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--><AD_TEXTINTERFACES> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <AD_TEXTINTERFACES_ID><![CDATA[7E459D2A2D7E44F0BD6A07E6B0AD8999]]></AD_TEXTINTERFACES_ID> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <TEXT><![CDATA[/* ************************************************************************* * The contents of this file are subject to the Openbravo Public License * Version 1.0 (the "License"), being the Mozilla Public License * Version 1.1 with a permitted attribution clause; you may not use this * file except in compliance with the License. You may obtain a copy of * the License at http://www.openbravo.com/legal/license.html * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the * License for the specific language governing rights and limitations * under the License. * The Original Code is Openbravo ERP. * The Initial Developer of the Original Code is Openbravo SLU * All portions are Copyright (C) 2014 Openbravo SLU * All Rights Reserved. * Contributor(s): ************************************************************************* */]]></TEXT> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <FILENAME><![CDATA[/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html]]></FILENAME> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <ISUSED><![CDATA[Y]]></ISUSED> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--> <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> -<!--7E459D2A2D7E44F0BD6A07E6B0AD8999--></AD_TEXTINTERFACES> - <!--7F033AA20821456B89F3D65729D08970--><AD_TEXTINTERFACES> <!--7F033AA20821456B89F3D65729D08970--> <AD_TEXTINTERFACES_ID><![CDATA[7F033AA20821456B89F3D65729D08970]]></AD_TEXTINTERFACES_ID> <!--7F033AA20821456B89F3D65729D08970--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> diff -r 30ded626418e -r deb55110426b src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html --- a/src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html Thu Mar 27 15:17:05 2014 +0000 +++ b/src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html Thu Mar 27 22:45:26 2014 +0530 @@ -1,3 +1,4 @@ +<!-- /* ************************************************************************* * The contents of this file are subject to the Openbravo Public License @@ -16,6 +17,7 @@ * Contributor(s): ************************************************************************* */ + --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ------------------------------------------------------------------------------ _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
