diff options
author | Ying Wang <wangying@google.com> | 2013-09-20 16:17:43 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-09-20 16:32:42 -0700 |
commit | b9cc48a43ed984587c939d02fba5316bf5c0df6e (patch) | |
tree | 7d42e31a97264803b1147ef6001e8a5e6968a122 /docs/screenshots.html | |
parent | 54f59ac04f3e21d5aecdd46bb1e7f4577924ab92 (diff) | |
download | external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.tar.gz external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.tar.bz2 external_proguard-b9cc48a43ed984587c939d02fba5316bf5c0df6e.zip |
Upgrade Proguard to 4.10.
Downloaded from:
http://sourceforge.net/projects/proguard/files/proguard/4.10/
Bug: 8992787
Change-Id: Ia07cc5b3feed443982b7e8f2a1f361479e735b18
Diffstat (limited to 'docs/screenshots.html')
-rw-r--r-- | docs/screenshots.html | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/docs/screenshots.html b/docs/screenshots.html index 8718839..31c1296 100644 --- a/docs/screenshots.html +++ b/docs/screenshots.html @@ -1,10 +1,21 @@ -<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="content-style-type" content="text/css"> <link rel="stylesheet" type="text/css" href="style.css"> <title>ProGuard Screenshots</title> +<script type="text/javascript" language="JavaScript"> +<!-- +if (window.self==window.top) + window.top.location.replace("index.html#"+window.location.pathname+window.location.hash); +else { + var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), ""); + if (window.top.location.hash!=hash) + window.top.location.hash=hash; +} +//--> +</script> </head> <body> @@ -13,7 +24,7 @@ <table><tr><td> <a href="screenshot_gui1.gif" target="other"> <img src="screenshots_gui_small.gif" width="320" height="223" align="right" - alt="GUI screenshot" usemap="#guimap"></a> + alt="GUI screenshot" usemap="#guimap" /></a> <map id="guimap" name="guimap"> <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> @@ -36,21 +47,21 @@ tabs. <tr><td> <a href="screenshot_console.gif" target="other"> <img src="screenshot_console_small.gif" width="320" height="268" align="left" - alt="Console screenshot"></a> + alt="Console screenshot" /></a> Of course, real developers don't need all this point-and-click fluff. They -write a short configuration file using their favorite text editor and invoke +write short configuration files using their favorite text editors and invoke <b>ProGuard</b> from the command-line. <p> You can click on the image to see the full-size version. </td></tr></table> -<p> -<hr> +<hr /> +<noscript><div><a target="_top" href="index.html" class="button">Show menu</a></div></noscript> <address> -Copyright © 2002-2009 -<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>. +Copyright © 2002-2013 +<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a>. </address> </body> </html> |