You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/08/22 19:48:56 UTC

svn commit: r688136 - /incubator/sling/trunk/commons/log/pom.xml

Author: cziegeler
Date: Fri Aug 22 10:48:56 2008
New Revision: 688136

URL: http://svn.apache.org/viewvc?rev=688136&view=rev
Log:
Excludes for javadocs must be on a single line.

Modified:
    incubator/sling/trunk/commons/log/pom.xml

Modified: incubator/sling/trunk/commons/log/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/commons/log/pom.xml?rev=688136&r1=688135&r2=688136&view=diff
==============================================================================
--- incubator/sling/trunk/commons/log/pom.xml (original)
+++ incubator/sling/trunk/commons/log/pom.xml Fri Aug 22 10:48:56 2008
@@ -82,8 +82,7 @@
                 <configuration>
                   <!-- No javadocs at all -->
                     <excludePackageNames>
-                        org.apache.sling.commons.log,
-                        org/slf4j/impl
+                        org.apache.sling.commons.log,org/slf4j/impl
                     </excludePackageNames>
                 </configuration>
             </plugin>