vmassol 2004/05/13 05:09:41
Modified: . default-project.xml
Log:
Fixes issue CACTUS-106 + made the jar manifest specification-title text be the same
as for the Ant build.
Revision Changes Path
1.15 +4 -3 jakarta-cactus/default-project.xml
Index: default-project.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/default-project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- default-project.xml 11 May 2004 20:26:08 -0000 1.14
+++ default-project.xml 13 May 2004 12:09:41 -0000 1.15
@@ -20,9 +20,10 @@
<logo>http://jakarta.apache.org/cactus/images/logocactus.gif</logo>
<!-- Note: This description should be on one line without end of lines as it
- is in various place such as in jar manifests and a single line is
- rendered better -->
- <shortDescription>Cactus is a simple test framework for unit testing server-side
java code.</shortDescription>
+ is used in various place such as in jar manifests and a single line is
+ rendered better. It should also be less than 49 characters which is
+ a jar manifest limitation. -->
+ <shortDescription>Cactus for J2EE ${cactus.j2ee.version.full}</shortDescription>
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]