You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/08/16 19:30:12 UTC

svn commit: r431959 - /jackrabbit/trunk/jcr-rmi/pom.xml

Author: jukka
Date: Wed Aug 16 10:30:11 2006
New Revision: 431959

URL: http://svn.apache.org/viewvc?rev=431959&view=rev
Log:
JCR-332: Put the description on a single line as suggested by Christoph Kiehl.

Modified:
    jackrabbit/trunk/jcr-rmi/pom.xml

Modified: jackrabbit/trunk/jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jcr-rmi/pom.xml?rev=431959&r1=431958&r2=431959&view=diff
==============================================================================
--- jackrabbit/trunk/jcr-rmi/pom.xml (original)
+++ jackrabbit/trunk/jcr-rmi/pom.xml Wed Aug 16 10:30:11 2006
@@ -7,14 +7,11 @@
   <artifactId>jackrabbit-jcr-rmi</artifactId>
   <name>JCR-RMI</name>
   <version>1.0-SNAPSHOT</version>
-  <description>
-    JCR-RMI is a transparent Remote Method Invocation (RMI) layer
-    for the Content Repository for Java Technology API (JCR). The
-    layer makes it possible to remotely access JCR content
-    repositories. JCR-RMI is developed as a part of the Apache
-    Jackrabbit project, but the implementation is compatible with
-    all JCR content repositories.
-  </description>
+  <!--
+    Keep the description on a single line. Otherwise Maven might generate
+    a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
+   -->
+  <description>JCR-RMI is a transparent Remote Method Invocation (RMI) layer for the Content Repository for Java Technology API (JCR). The layer makes it possible to remotely access JCR content repositories. JCR-RMI is developed as a part of the Apache Jackrabbit project, but the implementation is compatible with all JCR content repositories.</description>
   <url>http://incubator.apache.org/projects/jackrabbit.html</url>
   <issueManagement>
     <url>http://issues.apache.org/jira/browse/JCR</url>