You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2013/03/14 21:03:54 UTC

svn commit: r1456632 - in /openjpa/branches: 1.0.x/openjpa-project/pom.xml 1.1.x/openjpa-project/pom.xml

Author: allee8285
Date: Thu Mar 14 20:03:53 2013
New Revision: 1456632

URL: http://svn.apache.org/r1456632
Log:
Don't move docs/manual/ to docs/docbook/manual; retain folder structure for correct http url reference.

Modified:
    openjpa/branches/1.0.x/openjpa-project/pom.xml
    openjpa/branches/1.1.x/openjpa-project/pom.xml

Modified: openjpa/branches/1.0.x/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-project/pom.xml?rev=1456632&r1=1456631&r2=1456632&view=diff
==============================================================================
--- openjpa/branches/1.0.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.0.x/openjpa-project/pom.xml Thu Mar 14 20:03:53 2013
@@ -433,9 +433,11 @@
                                                 <include name="**/manual/**" />
                                             </patternset>
                                         </unzip>
+                                        <!--
                                         <move todir="target/site/tempDocs/apache-openjpa-${pom.version}/docs/docbook/manual">
                                             <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs/manual" /> 
                                         </move>
+                                         -->
   										<zip destfile="target/site/downloads/apache-openjpa-${pom.version}-binary.zip"
        										basedir="target/site/tempDocs"
        										update="false"

Modified: openjpa/branches/1.1.x/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.1.x/openjpa-project/pom.xml?rev=1456632&r1=1456631&r2=1456632&view=diff
==============================================================================
--- openjpa/branches/1.1.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.1.x/openjpa-project/pom.xml Thu Mar 14 20:03:53 2013
@@ -425,9 +425,11 @@
                                                 <include name="**/manual/**" />
                                             </patternset>
                                         </unzip>
+                                        <!--
                                         <move todir="target/site/tempDocs/apache-openjpa-${pom.version}/docs/docbook/manual">
                                             <fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs/manual" /> 
                                         </move>
+                                        -->
   										<zip destfile="target/site/downloads/apache-openjpa-${pom.version}-binary.zip"
        										basedir="target/site/tempDocs"
        										update="false"
@@ -443,7 +445,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile>        
     </profiles>
 
     <!-- need to explicitly list dependencies for assembly to work -->