Author: dkulp Date: Fri Feb 17 15:29:39 2012 New Revision: 1245611 URL: http://svn.apache.org/viewvc?rev=1245611&view=rev Log: Merged revisions 1241215 via svn merge from https://svn.us.apache.org/repos/asf/cxf/branches/2.4.x-fixes
........ r1241215 | dkulp | 2012-02-06 17:15:11 -0500 (Mon, 06 Feb 2012) | 17 lines Merged revisions 1241197 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes ................ r1241197 | dkulp | 2012-02-06 16:44:15 -0500 (Mon, 06 Feb 2012) | 10 lines Merged revisions 1241174 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1241174 | dkulp | 2012-02-06 15:55:10 -0500 (Mon, 06 Feb 2012) | 2 lines Add notimestamp to javadoc calls. With the timestamp removed, updating the javadoc in svn will involve much smaller diffs ........ ................ ........ Modified: cxf/branches/2.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/distribution/bundle/pom.xml cxf/branches/2.3.x-fixes/pom.xml Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.3.x-fixes/distribution/bundle/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/bundle/pom.xml?rev=1245611&r1=1245610&r2=1245611&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/bundle/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/bundle/pom.xml Fri Feb 17 15:29:39 2012 @@ -179,6 +179,7 @@ cxf.schema.version = ${os} <header>Apache CXF API</header> <footer>Apache CXF API</footer> <sourcepath>${project.build.directory}/sources</sourcepath> + <notimestamp>true</notimestamp> </configuration> </plugin> </plugins> Modified: cxf/branches/2.3.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1245611&r1=1245610&r2=1245611&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/pom.xml (original) +++ cxf/branches/2.3.x-fixes/pom.xml Fri Feb 17 15:29:39 2012 @@ -503,6 +503,7 @@ <javadocVersion>1.5</javadocVersion> <encoding>UTF-8</encoding> <detectOfflineLinks>false</detectOfflineLinks> + <notimestamp>true</notimestamp> <!--subpackages>org.apache.cxf</subpackages--> </configuration> </plugin>
