[virtualcommons-svn] SF.net SVN: virtualcommons:[325] irrigation/trunk
Status: Beta
Brought to you by:
alllee
From: <al...@us...> - 2009-10-22 19:33:08
|
Revision: 325 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=325&view=rev Author: alllee Date: 2009-10-22 19:32:59 +0000 (Thu, 22 Oct 2009) Log Message: ----------- updating pom and build.properties.example for effective jetty:run use. jetty:run should also invoke ant deploy first though... Modified Paths: -------------- irrigation/trunk/build.properties.example irrigation/trunk/pom.xml Modified: irrigation/trunk/build.properties.example =================================================================== --- irrigation/trunk/build.properties.example 2009-10-22 19:16:19 UTC (rev 324) +++ irrigation/trunk/build.properties.example 2009-10-22 19:32:59 UTC (rev 325) @@ -20,7 +20,7 @@ # part of the URL you can just set the server.address and leave this property # blank since the build.xml that loads this properties file sets the codebase # url to the ${server.address} + "/foraging" by default. -codebase.url=http://${server.address}:8080/irrigation +codebase.url=http://${server.address}:8080/ # set to whatever port you want the Java experiment server to run on (this is # *not* the webserver port, this is the experiment server port used to Modified: irrigation/trunk/pom.xml =================================================================== --- irrigation/trunk/pom.xml 2009-10-22 19:16:19 UTC (rev 324) +++ irrigation/trunk/pom.xml 2009-10-22 19:32:59 UTC (rev 325) @@ -9,7 +9,7 @@ <artifactId>irrigation</artifactId> <packaging>jar</packaging> <version>1.0-SNAPSHOT</version> - <name>foraging</name> + <name>irrigation</name> <url>http://commons.asu.edu/irrigation</url> <repositories> <repository> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |