Author: desruisseaux
Date: Sun Sep 16 23:43:55 2012
New Revision: 1385397
URL: http://svn.apache.org/viewvc?rev=1385397&view=rev
Log:
Hide the org.apache.sis.internal package from javadoc.
Modified:
incubator/sis/trunk/pom.xml
Modified: incubator/sis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sis/trunk/pom.xml?rev=1385397&r1=1385396&r2=1385397&view=diff
==============================================================================
--- incubator/sis/trunk/pom.xml (original)
+++ incubator/sis/trunk/pom.xml Sun Sep 16 23:43:55 2012
@@ -375,7 +375,7 @@ Apache SIS is a toolkit for describing l
</links>
<!-- Internal packages to hide from javadoc. -->
- <excludePackageNames>org.apache.sis.resources</excludePackageNames>
+ <excludePackageNames>org.apache.sis.internal</excludePackageNames>
</configuration>
</plugin>
|