Author: dwoods
Date: Fri Oct 15 00:27:18 2010
New Revision: 1022784
URL: http://svn.apache.org/viewvc?rev=1022784&view=rev
Log:
OPENJPA-1833 Add build date/time and copyright to docs
Modified:
openjpa/branches/1.2.x/openjpa-project/pom.xml
openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml
openjpa/branches/1.2.x/pom.xml
Modified: openjpa/branches/1.2.x/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/pom.xml?rev=1022784&r1=1022783&r2=1022784&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/pom.xml Fri Oct 15 00:27:18 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.2.x/openjpa-project/src/doc/manual/manual.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml?rev=1022784&r1=1022783&r2=1022784&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml Fri Oct 15
00:27:18 2010
@@ -56,7 +56,13 @@
]>
<book id="manual">
<bookinfo>
- <title>Apache OpenJPA User's Guide</title>
+ <title>Apache OpenJPA 1.2 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.2.x/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/pom.xml?rev=1022784&r1=1022783&r2=1022784&view=diff
==============================================================================
--- openjpa/branches/1.2.x/pom.xml (original)
+++ openjpa/branches/1.2.x/pom.xml Fri Oct 15 00:27:18 2010
@@ -481,6 +481,8 @@
<configuration>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<revisionOnScmFailure>offline</revisionOnScmFailure>
+
<useLastCommittedRevision>true</useLastCommittedRevision>
+ <timestampFormat>{0,date,long} at
{0,time,short}</timestampFormat>
</configuration>
<executions>
<execution>
@@ -566,6 +568,7 @@
</manifest>
<manifestEntries>
<Implementation-Build>${buildNumber}</Implementation-Build>
+
<Implementation-Date>${timestamp}</Implementation-Date>
</manifestEntries>
</archive>
</configuration>
@@ -625,6 +628,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>