From: <mag...@us...> - 2006-12-13 19:00:36
|
Revision: 983 http://svn.sourceforge.net/azcvsupdater/?rev=983&view=rev Author: magebarf Date: 2006-12-13 10:58:55 -0800 (Wed, 13 Dec 2006) Log Message: ----------- Fix for "bug" request-id: 1528298 - Wrong Changelog URL Modified Paths: -------------- trunk/omschaub/omschaub/azcvsupdater/main/Constants.java Modified: trunk/omschaub/omschaub/azcvsupdater/main/Constants.java =================================================================== --- trunk/omschaub/omschaub/azcvsupdater/main/Constants.java 2006-07-28 11:29:37 UTC (rev 982) +++ trunk/omschaub/omschaub/azcvsupdater/main/Constants.java 2006-12-13 18:58:55 UTC (rev 983) @@ -8,7 +8,7 @@ public final class Constants { //URL for Azureus Changelog - final static String AZUREUS_CHANGELOG_URL = "http://cvs.sourceforge.net/viewcvs.py/*checkout*/azureus/azureus2/ChangeLog.txt?rev=HEAD"; + final static String AZUREUS_CHANGELOG_URL = "http://azureus.cvs.sourceforge.net/azureus/azureus2/ChangeLog.txt?revision=HEAD"; //URL for Developmental Mail Archive final static String DEVELOPMENTAL_MAIL_ARCHIVE_URL = "http://sourceforge.net/mailarchive/forum.php?max_rows=25&offset=0&forum_id=40629"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |