From d16990e9cb979516b28b14bfa1edb937663fe8b7 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Tue, 21 Oct 2003 05:38:36 +0000 Subject: [PATCH] New external Task PRes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275536 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 24 +++++++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/docs/external.html b/docs/external.html index 79c8f06fb..7dd7263a0 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2574,6 +2574,55 @@ valign="top" align="left"> Apache Software Foundation License + + +

+ + PRes +

+

PRes is short for Property Resources and will generate a Java source + file from name=value pair .property files which can be compiled like any + other class.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 and later (may work with earlier) +
+ URL: + + http://mseries.sourceforge.net +
+ Contact: + + MSeries +
+ License: + + LGPL +

diff --git a/xdocs/external.xml b/xdocs/external.xml index dc1f02dc1..f62684143 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1357,6 +1357,30 @@ + +

PRes is short for Property Resources and will generate a Java source + file from name=value pair .property files which can be compiled like any + other class.

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and later (may work with earlier)
URL:http://mseries.sourceforge.net
Contact:MSeries
License:LGPL
+
+

ProGuard is a free Java class file shrinker and obfuscator. It can detect