[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

srowen srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:32:24 UTC 2010


The following commit has been merged in the upstream branch:
commit a5df15136b58853e6297e16ef503fb138058d001
Author: srowen <srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Tue Jun 29 16:18:34 2010 +0000

    On the way to deploy new verison, add favicon
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1463 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml
index 311c87b..0463ea9 100644
--- a/zxing.appspot.com/app.yaml
+++ b/zxing.appspot.com/app.yaml
@@ -1,5 +1,5 @@
 application: zxing
-version: 1
+version: 2
 runtime: python
 api_version: 1
 
@@ -11,6 +11,10 @@ handlers:
   static_files: site/scan.html
   upload: site/scan.html
 
+- url: /favicon.ico
+  static_files: static/favicon.ico
+  upload: static/favicon.ico
+
 - url: (.*)/
   static_files: site\1/index.html
   upload: site/index.html
diff --git a/zxing.appspot.com/static/favicon.ico b/zxing.appspot.com/static/favicon.ico
new file mode 100644
index 0000000..e74e557
Binary files /dev/null and b/zxing.appspot.com/static/favicon.ico differ
diff --git a/zxingorg/web/favicon.ico b/zxingorg/web/favicon.ico
new file mode 100644
index 0000000..e74e557
Binary files /dev/null and b/zxingorg/web/favicon.ico differ

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list