Update User Guide version, copyright year and upload build problems.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1299001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2012-03-09 19:33:00 +00:00
parent f94fb7f727
commit a7f8af893c
2 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@
]>
<book id="manual">
<bookinfo>
<title>Apache OpenJPA 2.2 User's Guide</title>
<title>Apache OpenJPA 2.3 User's Guide</title>
<copyright>
<year>2006-2011</year>
<year>2006-2012</year>
<holder>The Apache Software Foundation</holder>
</copyright>
<releaseinfo>Built from OpenJPA version <?eval ${openjpa.version}?> revision <?eval ${buildNumber}?>.</releaseinfo>

View File

@ -58,7 +58,7 @@
<include name="docs.zip"/>
</fileset>
</scp>
<sshexec host="${host}" username="${nightly.user.name}" keyfile="${nightly.keyfile}" passphrase="${nightly.passphrase}" command="rm -Rf ${build.dir}/apache-openjpa-${project.version}/docs" trust="true" />
<sshexec host="${host}" username="${nightly.user.name}" keyfile="${nightly.keyfile}" passphrase="${nightly.passphrase}" command="rm -Rf ${build.dir}/apache-openjpa-${project.version}/docs ${build.dir}/apache-openjpa-${project.version}/examples" trust="true" />
<sshexec host="${host}" username="${nightly.user.name}" keyfile="${nightly.keyfile}" passphrase="${nightly.passphrase}" command="unzip -qq -d ${build.dir}/ ${build.dir}/docs.zip" trust="true" />
<sshexec host="${host}" username="${nightly.user.name}" keyfile="${nightly.keyfile}" passphrase="${nightly.passphrase}" command="rm ${build.dir}/docs.zip" trust="true" />