You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/06/21 01:10:45 UTC

[1/2] wp7 commit: fixed exiflib link

Updated Branches:
  refs/heads/master 92dd8f788 -> 7d21d6c08


fixed exiflib link


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/7d21d6c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/7d21d6c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/7d21d6c0

Branch: refs/heads/master
Commit: 7d21d6c08b17ace9ce987f25eab56f11325763db
Parents: 91d26df
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 20 16:10:08 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 20 16:10:08 2012 -0700

----------------------------------------------------------------------
 framework/Cordova/Commands/ImageExifHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/7d21d6c0/framework/Cordova/Commands/ImageExifHelper.cs
----------------------------------------------------------------------
diff --git a/framework/Cordova/Commands/ImageExifHelper.cs b/framework/Cordova/Commands/ImageExifHelper.cs
index 1ec0a07..5562bcc 100644
--- a/framework/Cordova/Commands/ImageExifHelper.cs
+++ b/framework/Cordova/Commands/ImageExifHelper.cs
@@ -12,7 +12,7 @@
 	limitations under the License.
  * 
  * Portions of this code are based on Simon McKenzie's ExifLib 
- * http://www.codeproject.com/script/Articles/ListAlternatives.aspx?aid=36342
+ * http://www.codeproject.com/Articles/36342/ExifLib-A-Fast-Exif-Data-Extractor-for-NET-2-0
 */