You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2011/10/24 19:41:31 UTC

svn commit: r1188253 - /incubator/gora/trunk/build.xml

Author: lewismc
Date: Mon Oct 24 17:41:31 2011
New Revision: 1188253

URL: http://svn.apache.org/viewvc?rev=1188253&view=rev
Log:
Commit to address GORA-47 (again). I'll set the environment variables within the Jenkins nightly build accordingly. N.B. The Jenkins builds (and locally) still fail due to broken tests.

Modified:
    incubator/gora/trunk/build.xml

Modified: incubator/gora/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/gora/trunk/build.xml?rev=1188253&r1=1188252&r2=1188253&view=diff
==============================================================================
--- incubator/gora/trunk/build.xml (original)
+++ incubator/gora/trunk/build.xml Mon Oct 24 17:41:31 2011
@@ -260,7 +260,7 @@
   <!-- ================================================================== -->
   <!-- Make release tarball                                               -->
   <!-- ================================================================== -->
-  <target name="tar" depends="package, docs" description="Make release tarball">
+  <target name="tar" depends="docs, package" description="Make release tarball">
     <macro_tar param.destfile="${dist.base.dir}/${final.name}.tar.gz">
       <param.listofitems>
         <tarfileset dir="${dist.base.dir}" mode="664">