vmassol 2003/09/20 13:07:39
Modified: . default-project.xml
Log:
Make sure short description is on a single line
Revision Changes Path
1.2 +4 -3 jakarta-cactus/default-project.xml
Index: default-project.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/default-project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default-project.xml 20 Sep 2003 19:29:13 -0000 1.1
+++ default-project.xml 20 Sep 2003 20:07:39 -0000 1.2
@@ -13,9 +13,10 @@
<inceptionYear>2001-2003</inceptionYear>
<package>org.apache.cactus</package>
- <shortDescription>
- Cactus is a simple test framework for unit testing server-side java code.
- </shortDescription>
+ <!-- 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>
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]