You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/06 18:52:26 UTC

svn commit: r1671583 - /commons/cms-site/trunk/content/xdoc/index.xml.vm

Author: britter
Date: Mon Apr  6 16:52:26 2015
New Revision: 1671583

URL: http://svn.apache.org/r1671583
Log:
Break line to prevent release dates from being wrapped

Modified:
    commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1671583&r1=1671582&r2=1671583&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Mon Apr  6 16:52:26 2015
@@ -193,7 +193,7 @@
             <td> Library for creating dynamic proxies.</td>
             <td>${proxyVersion}</td><td>${proxyReleased}</td></tr>
         <tr><td><a href="proper/commons-scxml/">SCXML</a></td>
-            <td>An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.</td>
+            <td>An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine.<br/>It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.</td>
             <td>${scxmlVersion}</td><td>${scxmlReleased}</td></tr>
         <tr><td><a href="proper/commons-validator/">Validator</a></td>
             <td>Framework to define validators and validation rules in an xml file.</td>