You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2012/05/05 12:41:47 UTC

svn commit: r1334390 - /incubator/jspwiki/tags/jspwiki_2_9_0/build.xml

Author: jalkanen
Date: Sat May  5 10:41:47 2012
New Revision: 1334390

URL: http://svn.apache.org/viewvc?rev=1334390&view=rev
Log:
Set proper SVN tag for source zip build.

Modified:
    incubator/jspwiki/tags/jspwiki_2_9_0/build.xml

Modified: incubator/jspwiki/tags/jspwiki_2_9_0/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_0/build.xml?rev=1334390&r1=1334389&r2=1334390&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_9_0/build.xml (original)
+++ incubator/jspwiki/tags/jspwiki_2_9_0/build.xml Sat May  5 10:41:47 2012
@@ -129,7 +129,7 @@
        source distribution.  Normally, you shouldn't have to care about these.
    -->
   <property name="svn.repository" value="http://svn.apache.org/repos/asf/incubator/jspwiki" />
-  <property name="svn.tag" value="trunk" />
+  <property name="svn.tag" value="tags/jspwiki_2_9_0" />
 
   <!-- And finally, the directory where the final .zip-file is put -->
   <property name="release.dir" value="releases" />