Author: shanti
Date: Tue Mar 10 20:59:37 2009
New Revision: 752262
URL: http://svn.apache.org/viewvc?rev=752262&view=rev
Log:
Changed to using a template for build.properties. Developers should NOT
check-in their version of build.properties. Updated README to reflect the
change.
Added:
incubator/olio/geocoder/build.properties.tempate
Removed:
incubator/olio/geocoder/build.properties
Modified:
incubator/olio/geocoder/README
Modified: incubator/olio/geocoder/README
URL:
http://svn.apache.org/viewvc/incubator/olio/geocoder/README?rev=752262&r1=752261&r2=752262&view=diff
==============================================================================
--- incubator/olio/geocoder/README (original)
+++ incubator/olio/geocoder/README Tue Mar 10 20:59:37 2009
@@ -1,4 +1,5 @@
. To build the geocoder emulator, you will need an installation of tomcat.
+. Copy build.properties.template to build.properties.
. Edit build.properties and set tomcat.home to point to your tomcat
installation.
. 'ant all' will create the emulator war file in the dist directory.
. Copy the war file to your tomcat 'webapps' directory on the system that will
run
Added: incubator/olio/geocoder/build.properties.tempate
URL:
http://svn.apache.org/viewvc/incubator/olio/geocoder/build.properties.tempate?rev=752262&view=auto
==============================================================================
--- incubator/olio/geocoder/build.properties.tempate (added)
+++ incubator/olio/geocoder/build.properties.tempate Tue Mar 10 20:59:37 2009
@@ -0,0 +1,2 @@
+tomcat.home=/usr/local/apache-tomcat-6.0.13
+war.name=geocoder.war