Change URL to svn.reactos.org

svn path=/trunk/; revision=20541
This commit is contained in:
Maarten Bosma 2006-01-03 00:17:31 +00:00
parent 6344467474
commit 5e6a4d2387
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
{
Log("* Load options.xml from the Internet (Temporary Hack)");
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
CopyFileA( PML_Download(tree, "http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
return ERR_OK;
}

View file

@ -1,3 +1,3 @@
<options>
<source>http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
<source>http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
</options>