shortDescription ends up going into META-INF properties file. Punctuation makes this break for some reason.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory 2004-01-17 18:16:01 +00:00
parent cc63455b3e
commit 5a5d8eee65
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.34 $ $Date: 2004/01/11 07:42:20 $ -->
<!-- $Revision: 1.35 $ $Date: 2004/01/17 18:16:01 $ -->
<project>
<extend>../../jakarta-commons/project.xml</extend>
<name>Math</name>
@ -8,7 +8,7 @@
<inceptionYear>2003</inceptionYear>
<logo>/images/math.gif</logo>
<shortDescription>
A library of lightweight, self-contained mathematics and statistics components.
Jakarta Commons Math
</shortDescription>
<description>
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.