Author: dwoods
Date: Thu Oct 14 20:49:15 2010
New Revision: 1022701
URL: http://svn.apache.org/viewvc?rev=1022701&view=rev
Log:
OPENJPA-1833 Add build date/time and copyright to docs
Modified:
openjpa/branches/1.3.x/openjpa-project/pom.xml
openjpa/branches/1.3.x/openjpa-project/src/doc/manual/manual.xml
openjpa/branches/1.3.x/pom.xml
Modified: openjpa/branches/1.3.x/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-project/pom.xml?rev=1022701&r1=1022700&r2=1022701&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.3.x/openjpa-project/pom.xml Thu Oct 14 20:49:15 2010
@@ -217,7 +217,6 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
- <version>2.0.7</version>
<executions>
<execution>
<id>build-pdf-doc</id>
Modified: openjpa/branches/1.3.x/openjpa-project/src/doc/manual/manual.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-project/src/doc/manual/manual.xml?rev=1022701&r1=1022700&r2=1022701&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-project/src/doc/manual/manual.xml (original)
+++ openjpa/branches/1.3.x/openjpa-project/src/doc/manual/manual.xml Thu Oct 14
20:49:15 2010
@@ -58,7 +58,13 @@
]>
<book id="manual">
<bookinfo>
- <title>Apache OpenJPA User's Guide</title>
+ <title>Apache OpenJPA 1.3 User's Guide</title>
+ <copyright>
+ <year>2006-2010</year>
+ <holder>The Apache Software Foundation</holder>
+ </copyright>
+ <!-- <releaseinfo>Built from OpenJPA version <?eval
${openjpa.version}?> revision <?eval ${buildNumber}?>.</releaseinfo> -->
+ <pubdate>Last updated on <?eval ${timestamp}?>.</pubdate>
</bookinfo>
<part id="introduction">
Modified: openjpa/branches/1.3.x/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.3.x/pom.xml?rev=1022701&r1=1022700&r2=1022701&view=diff
==============================================================================
--- openjpa/branches/1.3.x/pom.xml (original)
+++ openjpa/branches/1.3.x/pom.xml Thu Oct 14 20:49:15 2010
@@ -506,6 +506,8 @@
<configuration>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<revisionOnScmFailure>offline</revisionOnScmFailure>
+
<useLastCommittedRevision>true</useLastCommittedRevision>
+ <timestampFormat>{0,date,long} at
{0,time,short}</timestampFormat>
</configuration>
<executions>
<execution>
@@ -675,6 +677,12 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.1</version>
</plugin>
+ <!-- Newer versions of plugin will cause PDF build failures -->
+ <plugin>
+ <groupId>com.agilejava.docbkx</groupId>
+ <artifactId>docbkx-maven-plugin</artifactId>
+ <version>2.0.7</version>
+ </plugin>
</plugins>
</pluginManagement>