From: <rv...@us...> - 2010-01-13 17:20:56
|
Revision: 424 http://treebase.svn.sourceforge.net/treebase/?rev=424&view=rev Author: rvos Date: 2010-01-13 17:20:49 +0000 (Wed, 13 Jan 2010) Log Message: ----------- Added treebase.domain.name property. This property is used to construct absolute URLs in the view layer. The domain name we want to display is not necessarily the domain on which the web application runs (e.g. we may want to display PURLs instead), which is why this is an editable property, and not something we simply compute at runtime. Modified Paths: -------------- trunk/treebase-core/src/main/resources/treebase.properties Modified: trunk/treebase-core/src/main/resources/treebase.properties =================================================================== --- trunk/treebase-core/src/main/resources/treebase.properties 2010-01-13 17:04:03 UTC (rev 423) +++ trunk/treebase-core/src/main/resources/treebase.properties 2010-01-13 17:20:49 UTC (rev 424) @@ -1,3 +1,3 @@ #options are: NexusServiceMesquite | NexusServiceNCL nexus.parser.impl=NexusServiceMesquite - +treebase.domain.name=treebase-dev.nescent.org:6666 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |