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 2010/01/25 13:44:05 UTC

svn commit: r902795 - /sling/trunk/bundles/jcr/classloader/pom.xml

Author: cziegeler
Date: Mon Jan 25 12:44:05 2010
New Revision: 902795

URL: http://svn.apache.org/viewvc?rev=902795&view=rev
Log:
We don't have an api anymore (since 3.0)

Modified:
    sling/trunk/bundles/jcr/classloader/pom.xml

Modified: sling/trunk/bundles/jcr/classloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=902795&r1=902794&r2=902795&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/classloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/classloader/pom.xml Mon Jan 25 12:44:05 2010
@@ -71,9 +71,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
-                    <excludePackageNames>
-                        org.apache.sling.jcr.classloader.internal
-                    </excludePackageNames>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>