You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/09/17 00:08:22 UTC

svn commit: r696086 - /openjpa/branches/1.2.x/openjpa-project/pom.xml

Author: mikedd
Date: Tue Sep 16 15:08:21 2008
New Revision: 696086

URL: http://svn.apache.org/viewvc?rev=696086&view=rev
Log:
OPENJPA-726 merge revision 696082 to 1.2.x branch

Modified:
    openjpa/branches/1.2.x/openjpa-project/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=696086&r1=696085&r2=696086&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/pom.xml Tue Sep 16 15:08:21 2008
@@ -379,11 +379,15 @@
                                         <move todir="target/site/tempDocs/docs">
                                             <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs"/> 
                                         </move>
+                                        <checksum> 
+                                            <fileset dir="target/site/downloads/">
+                                                <include name="*.zip"/>
+                                            </fileset>
+                                        </checksum>
                                         <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest-1.2.x/downloads" 
                                              trust="true">
                                             <fileset dir="target/site/downloads"/>
                                         </scp>
-                                        
                                         <scp todir="${nightly.user.name}:${nightly.password}@people.apache.org:/www/openjpa.apache.org/builds/latest-1.2.x/docs" 
                                              trust="true">
                                             <fileset dir="target/site/tempDocs/docs"/>