From: <ker...@us...> - 2024-02-18 13:48:28
|
Revision: 25705 http://sourceforge.net/p/jedit/svn/25705 Author: kerik-sf Date: 2024-02-18 13:48:27 +0000 (Sun, 18 Feb 2024) Log Message: ----------- pjo/ant fix jedit repo url Modified Paths: -------------- pjo/trunk/ant/build.xml Modified: pjo/trunk/ant/build.xml =================================================================== --- pjo/trunk/ant/build.xml 2024-02-18 13:45:05 UTC (rev 25704) +++ pjo/trunk/ant/build.xml 2024-02-18 13:48:27 UTC (rev 25705) @@ -303,7 +303,7 @@ jedit.version.04.03.settings.dir=${jedit.version.04.03.settings.dir} # The jEdit Subversion URL - shouldn't ever change. -jedit.svn.url=https://jedit.svn.sourceforge.net/svnroot/jedit +jedit.svn.url=https://svn.code.sf.net/p/jedit/svn </echo> </target> <macrodef name="call-plugin-macro"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |