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/04/19 23:17:14 UTC

svn commit: r649851 - /incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml

Author: jalkanen
Date: Sat Apr 19 14:17:13 2008
New Revision: 649851

URL: http://svn.apache.org/viewvc?rev=649851&view=rev
Log:
Oops, forgot to update the branch value.

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

Modified: incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml?rev=649851&r1=649850&r2=649851&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/build.xml Sat Apr 19 14:17:13 2008
@@ -125,7 +125,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_6_BRANCH" />
 
   <!-- And finally, the directory where the final .zip-file is put -->
   <property name="release.dir" value="releases" />