[virtualcommons-svn] SF.net SVN: virtualcommons:[415] foraging/branches/deepak-branch-fall-09/ src
Status: Beta
Brought to you by:
alllee
Revision: 415 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=415&view=rev Author: alllee Date: 2009-12-24 22:42:09 +0000 (Thu, 24 Dec 2009) Log Message: ----------- configuration should be using these variables instead of hardcoded values Modified Paths: -------------- foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/round1.xml foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/server.xml Modified: foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/round1.xml =================================================================== --- foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/round1.xml 2009-12-13 20:46:31 UTC (rev 414) +++ foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/round1.xml 2009-12-24 22:42:09 UTC (rev 415) @@ -38,7 +38,7 @@ <p> Each of you has been assigned a number from 1 to 5. The other four players will appear on the screen as blue dots -<img src="http://localhost:8080/foraging/images/gem-other.gif"> with a white +<img src="http://@CODEBASE_URL@/images/gem-other.gif"> with a white number embedded in the dot. On the top right corner of the screen you can see how many tokens each player has collected. </p> Modified: foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/server.xml =================================================================== --- foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/server.xml 2009-12-13 20:46:31 UTC (rev 414) +++ foraging/branches/deepak-branch-fall-09/src/main/resources/configuration/asu-experiments/voting-regulation-enforcement/server.xml 2009-12-24 22:42:09 UTC (rev 415) @@ -2,7 +2,7 @@ <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>Costly Sanctioning XML-ized experiment round configuration</comment> -<entry key="hostname">localhost</entry> +<entry key="hostname">@SERVER_ADDRESS@</entry> <entry key="port">16001</entry> <entry key="round0">round0.xml</entry> <entry key="round1">round1.xml</entry> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |