Author: veithen
Date: Sun May 30 13:34:36 2010
New Revision: 949518
URL: http://svn.apache.org/viewvc?rev=949518&view=rev
Log:
Excluded some packages and classes that should not appear in the Javadocs and
that are not part of the public API.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/SecureXMLResolver.java
webservices/commons/trunk/modules/axiom/pom.xml
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/SecureXMLResolver.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/SecureXMLResolver.java?rev=949518&r1=949517&r2=949518&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/SecureXMLResolver.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/SecureXMLResolver.java
Sun May 30 13:34:36 2010
@@ -29,7 +29,7 @@ import org.apache.commons.logging.LogFac
* is needed. Basically it throws an exception if an attempt
* is made to read an entity.
*/
-public final class SecureXMLResolver implements XMLResolver {
+final class SecureXMLResolver implements XMLResolver {
private static Log log = LogFactory.getLog(SecureXMLResolver.class);
public Object resolveEntity(String arg0, String arg1, String arg2,
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=949518&r1=949517&r2=949518&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun May 30 13:34:36 2010
@@ -720,7 +720,7 @@
<link>http://java.sun.com/webservices/docs/1.5/api/</link>
<link>http://jaxen.codehaus.org/apidocs/</link>
</links>
-
<excludePackageNames>org.apache.axiom.test:org.apache.axiom.testutils</excludePackageNames>
+
<excludePackageNames>org.apache.axiom.test:org.apache.axiom.testutils:org.jaxen.test</excludePackageNames>
</configuration>
<reportSets>
<reportSet>