Author: cziegeler
Date: Wed Mar 24 15:52:14 2010
New Revision: 927092
URL: http://svn.apache.org/viewvc?rev=927092&view=rev
Log:
Exclude job impl package from javadoc
Modified:
sling/trunk/bundles/extensions/event/pom.xml
Modified: sling/trunk/bundles/extensions/event/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/pom.xml?rev=927092&r1=927091&r2=927092&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/event/pom.xml (original)
+++ sling/trunk/bundles/extensions/event/pom.xml Wed Mar 24 15:52:14 2010
@@ -87,7 +87,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>
- org.apache.sling.event.impl
+
org.apache.sling.event.impl,org.apache.sling.event.impl.job
</excludePackageNames>
</configuration>
</plugin>