From c4e985f8253a5c7e14afc163d6d9f018727a1059 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 18 Mar 2003 16:11:37 +0000
Subject: [PATCH] Pointers Submitted by: Jan.Materne Markus Gebhard Steve Neal
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274267 13f79535-47bb-0310-9956-ffa450edef68
---
docs/external.html | 106 ++++++++++++++++++++++++++++++++++++++++++++-
docs/projects.html | 56 ++++++++++++++++++++++++
xdocs/external.xml | 56 +++++++++++++++++++++++-
xdocs/projects.xml | 28 ++++++++++++
4 files changed, 244 insertions(+), 2 deletions(-)
diff --git a/docs/external.html b/docs/external.html
index ad58b5864..ecb64c4f8 100644
--- a/docs/external.html
+++ b/docs/external.html
@@ -1102,7 +1102,7 @@
- There are three different sets of tasks to help build Java 2 Platform, Micro
+ There are four different sets of tasks to help build Java 2 Platform, Micro
Edition (J2ME) applications.
This set supports CLDC and the K Virtual Machine (KVM):
@@ -1237,6 +1237,56 @@
valign="top" align="left">
GNU Lesser General Public License
+
+
+ Antic is a freely available task for packaging J2ME
+ applications. It produces both the Jar and Jad files in a
+ single step. This allows *all* entries to be correclty set in
+ the jad file, including the size of the jar file that is
+ produced. This task has been used and tested extensively with
+ Sun's Wireless Toolkit and also the Nokia SDK and
+ emulators.
+
+
+
+ Compatibility:
+ |
+
+ Ant 1.5
+ |
+
+
+
+ URL:
+ |
+
+ www.smartkey.co.uk
+
+ |
+
+
+
+ Contact:
+ |
+
+ smartkey.co.uk
+ |
+
+
+
+ License:
+ |
+
+ GNU General Public License
+ |
@@ -1423,6 +1473,60 @@
valign="top" align="left">
BSD-like License
+
+
+
+
+
+ Uses the Java2Html library for converting java source files
+ or snipplets to syntax highlighted html, rtf, tex and
+ others.
+
diff --git a/docs/projects.html b/docs/projects.html
index afad44057..e59dbb473 100644
--- a/docs/projects.html
+++ b/docs/projects.html
@@ -213,6 +213,62 @@
developers, if you encounter any problems with them, please use
the contact information.
+
+
+ AndroMDA is a code generator tool that follows the Model
+ Driven Architecture (MDA) paradigm. It takes a UML model from
+ a CASE-tool and generates classes and deployable components
+ (J2EE or other) specific for your application
+ architecture.
+
+
+ Antic is a freely available task for packaging J2ME
+ applications. It produces both the Jar and Jad files in a
+ single step. This allows *all* entries to be correclty set in
+ the jad file, including the size of the jar file that is
+ produced. This task has been used and tested extensively with
+ Sun's Wireless Toolkit and also the Nokia SDK and
+ emulators.
+
+
+
@@ -630,6 +658,32 @@
+
+
+ Uses the Java2Html library for converting java source files
+ or snipplets to syntax highlighted html, rtf, tex and
+ others.
+
+
+
+
A task to compile Java sources and manage class file
diff --git a/xdocs/projects.xml b/xdocs/projects.xml
index 80977f374..65740af88 100644
--- a/xdocs/projects.xml
+++ b/xdocs/projects.xml
@@ -14,6 +14,34 @@
developers, if you encounter any problems with them, please use
the contact information.
+
+
+ AndroMDA is a code generator tool that follows the Model
+ Driven Architecture (MDA) paradigm. It takes a UML model from
+ a CASE-tool and generates classes and deployable components
+ (J2EE or other) specific for your application
+ architecture.
+
+
+
+
The Ant-Contrib project is a collection of user supplied