You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2014/08/05 07:03:27 UTC

svn commit: r1615863 - /jackrabbit/oak/trunk/oak-run/pom.xml

Author: chetanm
Date: Tue Aug  5 05:03:26 2014
New Revision: 1615863

URL: http://svn.apache.org/r1615863
Log:
OAK-2014 - oak-run build fails on windows

Applying patch from Amit Jain. Thanks!

Modified:
    jackrabbit/oak/trunk/oak-run/pom.xml

Modified: jackrabbit/oak/trunk/oak-run/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/pom.xml?rev=1615863&r1=1615862&r2=1615863&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-run/pom.xml Tue Aug  5 05:03:26 2014
@@ -160,9 +160,9 @@
                 as to ensure default artifact oak-run is the one which has all jars
                 embedded
                 -->
-                <delete file="${project.build.directory}/${project.build.finalName}.jar" />
                 <copy file="${project.build.directory}/${project.build.finalName}-oak.jar"
                       tofile="${project.build.directory}/${project.build.finalName}.jar" />
+                <delete file="${project.build.directory}/${project.build.finalName}-oak.jar" />
               </target>
             </configuration>
             <goals>