summaryrefslogtreecommitdiff
path: root/docs/manual/ant.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/ant.html')
-rw-r--r--docs/manual/ant.html56
1 files changed, 16 insertions, 40 deletions
diff --git a/docs/manual/ant.html b/docs/manual/ant.html
index 26c6853..bc3a3b4 100644
--- a/docs/manual/ant.html
+++ b/docs/manual/ant.html
@@ -1,21 +1,10 @@
-<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//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>Ant Task</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>
@@ -118,7 +107,8 @@ href="usage.html">Usage</a> section. You can find some sample configuration
files in the <code>examples/ant</code> directory of the ProGuard distribution.
<p>
-<h2><a name="proguard">Task Attributes and Nested Elements</a></h2>
+<a name="proguard">&nbsp;</a>
+<h2>Task Attributes and Nested Elements</h2>
The <code><b>&lt;proguard&gt;</b></code> task and the
<code><b>&lt;proguardconfiguration&gt;</b></code> task can have the following
@@ -134,9 +124,9 @@ elements:
href="#configuration_element"><code>configuration</code></a>
<i>element</i>.</dd>
-<dt><a href="usage.html#skipnonpubliclibraryclasses"><code><b>skipnonpubliclibraryclasses</b></code></a>
+<dt><a href="usage.html#dontskipnonpubliclibraryclasses"><code><b>skipnonpubliclibraryclasses</b></code></a>
= "<i>boolean</i>"
- (default = false)</dt>
+ (default = true)</dt>
<dd>Ignore non-public library classes.</dd>
<dt><a href="usage.html#dontskipnonpubliclibraryclassmembers"><code><b>skipnonpubliclibraryclassmembers</b></code></a>
@@ -252,11 +242,6 @@ elements:
<dd>Repackage all class files that are renamed into the single given
package.</dd>
-<dt><a href="usage.html#keepparameternames"><code><b>keepparameternames</b></code></a>
- = "<i>boolean</i>"
- (default = false)</dt>
-<dd>Keep the parameter names and types of methods that are kept.</dd>
-
<dt><a href="usage.html#renamesourcefileattribute"><code><b>renamesourcefileattribute</b></code></a>
= "<i>string</i>"
(default = none)</dt>
@@ -463,7 +448,8 @@ elements:
</dl>
-<h2><a name="classpath">Class Path Attributes and Nested Elements</a></h2>
+<a name="classpath">&nbsp;</a>
+<h2>Class Path Attributes and Nested Elements</h2>
The jar tags are path tags, so they can have any of the path attributes (or
nested elements). The most common attributes are:
@@ -513,7 +499,8 @@ In addition, the jar tags can have ProGuard-style filter attributes:
</dl>
-<h2><a name="keepmodifier">Keep Modifier Attributes</a></h2>
+<a name="keepmodifier">&nbsp;</a>
+<h2>Keep Modifier Attributes</h2>
The keep tags can have the following <i>modifier</i> attributes:
@@ -539,7 +526,8 @@ The keep tags can have the following <i>modifier</i> attributes:
</dl>
-<h2><a name="classspecification">Class Specification Attributes and Nested Elements</a></h2>
+<a name="classspecification">&nbsp;</a>
+<h2>Class Specification Attributes and Nested Elements</h2>
The keep tags can have the following <i>class_specification</i> attributes and
<i>class_member_specifications</i> nested elements:
@@ -550,10 +538,6 @@ The keep tags can have the following <i>class_specification</i> attributes and
<dd>The optional access modifiers of the class. Any space-separated list of
"public", "final", and "abstract", with optional negators "!".</dd>
-<dt><code><b>annotation</b></code> = "<i>annotation_name</i>"</dt>
-<dd>The optional fully qualified name of an annotation of the class, with
- optional wildcards.</dd>
-
<dt><code><b>type</b></code> = "<i>type</i>"</dt>
<dd>The optional type of the class: one of "class", "interface", or
"!interface".</dd>
@@ -562,10 +546,6 @@ The keep tags can have the following <i>class_specification</i> attributes and
<dd>The optional fully qualified name of the class, with optional
wildcards.</dd>
-<dt><code><b>extendsannotation</b></code> = "<i>annotation_name</i>"</dt>
-<dd>The optional fully qualified name of an annotation of the the class that
- the specified classes must extend, with optional wildcards.</dd>
-
<dt><code><b>extends</b></code> = "<i>class_name</i>"</dt>
<dd>The optional fully qualified name of the class the specified classes
must extend, with optional wildcards.</dd>
@@ -591,7 +571,8 @@ The keep tags can have the following <i>class_specification</i> attributes and
</dl>
-<h2><a name="classmemberspecification">Class Member Specification Attributes</a></h2>
+<a name="classmemberspecification">&nbsp;</a>
+<h2>Class Member Specification Attributes</h2>
The class member tags can have the following <i>class_member_specification</i>
attributes:
@@ -603,10 +584,6 @@ attributes:
"public", "protected", "private", "static", etc., with optional negators
"!".</dd>
-<dt><code><b>annotation</b></code> = "<i>annotation_name</i>"</dt>
-<dd>The optional fully qualified name of an annotation of the class member,
- with optional wildcards.</dd>
-
<dt><code><b>type</b></code> = "<i>type</i>"</dt>
<dd>The optional fully qualified type of the class member, with optional
wildcards. Not applicable for constructors, but required for methods for
@@ -624,11 +601,10 @@ attributes:
</dl>
-<hr />
-<noscript><div><a target="_top" href="../index.html" class="button">Show menu</a></div></noscript>
+<hr>
<address>
-Copyright &copy; 2002-2011
-<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a>.
+Copyright &copy; 2002-2009
+<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>.
</address>
</body>
</html>