eclipse plugin: Use the "updates/" directory as the...

...update address for the plugins
This commit is contained in:
Timotei Dolean 2011-08-04 19:14:22 +00:00
parent 7b5f160e43
commit 012c810c68

View file

@ -1,3 +1,3 @@
instructions.configure=\
addRepository(name:Wesnoth Plugins Update Site,type:0,location:http${#58}//eclipse.wesnoth.org/);\
addRepository(name:Wesnoth Plugins Update Site,type:1,location:http${#58}//eclipse.wesnoth.org/);
addRepository(name:Wesnoth Plugins Update Site,type:0,location:http${#58}//eclipse.wesnoth.org/updates/);\
addRepository(name:Wesnoth Plugins Update Site,type:1,location:http${#58}//eclipse.wesnoth.org/updates/);