Update of /cvsroot/babeldoc/babeldoc/modules/web
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23713/modules/web
Modified Files:
build.properties
Log Message:
Some changes for integration with eclipse IDE.
web: corrected index page and added new form.
Index: build.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/web/build.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.properties 10 Jun 2003 01:31:48 -0000 1.7
--- build.properties 8 Dec 2007 15:13:41 -0000 1.8
***************
*** 10,14 ****
# The home of the webserver
! web_server_home=${base_dir}/../tomcat
# The directory to place all babeldoc and support libs
--- 10,15 ----
# The home of the webserver
! web_server_home=C:/apache-tomcat-5.5.25
! #web_server_home=tomcat
# The directory to place all babeldoc and support libs
***************
*** 25,28 ****
# Application to actually run the webserver
! web_server_startup=${web_server_home}/bin/catalina.sh
--- 26,29 ----
# Application to actually run the webserver
! web_server_startup=${web_server_home}/bin/startup.bat
|