diff options
Diffstat (limited to 'docs/html/guide/developing/tools/proguard.jd')
-rw-r--r-- | docs/html/guide/developing/tools/proguard.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/tools/proguard.jd b/docs/html/guide/developing/tools/proguard.jd index b97babe..eca262a 100644 --- a/docs/html/guide/developing/tools/proguard.jd +++ b/docs/html/guide/developing/tools/proguard.jd @@ -59,7 +59,7 @@ parent.link=index.html customizing the ProGuard configuration file.</p> <p>To enable ProGuard so that it runs as part of an Ant or Eclipse build, set the - <code>proguard.config</code> property in the <code><project_root>/default.properties</code> + <code>proguard.config</code> property in the <code><project_root>/project.properties</code> file. The path can be an absolute path or a path relative to the project's root.</p> <p>If you left the <code>proguard.cfg</code> file in its default location (the project's root directory), you can specify its location like this:</p> |