You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/11/15 15:37:11 UTC

svn commit: r1714456 - /webservices/axiom/trunk/apidocs/pom.xml

Author: veithen
Date: Sun Nov 15 14:37:11 2015
New Revision: 1714456

URL: http://svn.apache.org/viewvc?rev=1714456&view=rev
Log:
Remove redundant configuration (already specified in ws-parent).

Modified:
    webservices/axiom/trunk/apidocs/pom.xml

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1714456&r1=1714455&r2=1714456&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Sun Nov 15 14:37:11 2015
@@ -108,12 +108,7 @@
                         <link>http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/1.5/api/</link>
                         <link>http://jaxen.codehaus.org/apidocs/</link>
                     </links>
-                    <breakiterator>true</breakiterator>
-                    <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
-                         of changes between releases (to avoid mass changes when committing the site for a new release) -->
-                    <notimestamp>true</notimestamp>
                     <windowtitle>Apache Axiom</windowtitle>
-                    <bottom>Copyright © {organizationName}. All Rights Reserved.</bottom>
                     <!-- doctitle only appears in the summary and we should include the version there -->
                     <doctitle>Apache Axiom ${project.version}</doctitle>
                 </configuration>