dblevins 2003/08/29 19:24:38
Modified: specs/j2ee-deployment project.xml
Log:
PR: GERONIMO-40
Submitted by: Aaron Mulder
Reviewed by: David Blevins
Patch: [GERONIMO-40] Add a description for JSR-88 module
From: Aaron Mulder
Description:
Updated the project.xml file for specs/j2ee-deployment to add a
description. My understanding is limited, but I hope this will translate
to a description on the Maven page for this subproject.
Revision Changes Path
1.3 +15 -2 incubator-geronimo/specs/j2ee-deployment/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/specs/j2ee-deployment/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 16 Aug 2003 15:14:13 -0000 1.2
+++ project.xml 30 Aug 2003 02:24:38 -0000 1.3
@@ -10,7 +10,20 @@
<groupId>geronimo-spec</groupId>
<id>geronimo-spec-j2ee-deployment</id>
<shortDescription>J2EE Application Deployment
Specification</shortDescription>
- <description></description>
+ <description>
+ This spec is based on the API originally defined by JSR-88. It is an
+ API which tools can use to configure server-specific information for
+ a J2EE archive (that is, edit the server-specific deployment descriptors)
+ and deploy, undeploy, or redeploy archives to servers (or clusters,
etc.).
+ It is heavily based on JavaBeans for editing the deployment descriptors.
+
+ This API will be included in J2EE 1.4. The version on the JSR web site
+ is version 1.0, and there's a version 1.1 which corresponds to J2EE 1.4,
+ but all you can download right now is 1,0 and a changelog with the
+ differences between 1.0 and 1.1. This Geronimo project defines all the
+ classes necessary for v1.1 support. Elsewhere in Geronimo you can find
+ server-side and tool-side implementations of this API.
+ </description>
<siteDirectory></siteDirectory>
<distributionDirectory></distributionDirectory>