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 2008/10/20 21:51:23 UTC

svn commit: r706389 - /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml

Author: jalkanen
Date: Mon Oct 20 12:51:23 2008
New Revision: 706389

URL: http://svn.apache.org/viewvc?rev=706389&view=rev
Log:
Fixed branch name.

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml?rev=706389&r1=706388&r2=706389&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml Mon Oct 20 12:51:23 2008
@@ -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="branches/JSPWIKI_2_8_BRANCH" />
 
   <!-- And finally, the directory where the final .zip-file is put -->
   <property name="release.dir" value="releases" />