Changeset 10760 for trunk/gsdl3/build.xml
- Timestamp:
- 2005-10-21T14:25:58+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/build.xml
r10746 r10760 8 8 kjdon 9 9 ====================================================================== --> 10 <project name="g sdl3" default="usage" basedir=".">10 <project name="greenstone3" default="usage" basedir="."> 11 11 12 12 <!-- ============ self defined tasks =================== --> … … 65 65 <property name="javadocs" value="${basedir}/docs/javadoc"/> 66 66 67 <property name="app.name" value="g sdl3"/>67 <property name="app.name" value="greenstone3"/> 68 68 <property name="app.path" value="/${app.name}"/> 69 69 <property name="app.version" value="3.00alpha"/> … … 525 525 depends="init,setup-catalina-ant-tasks"> 526 526 <reload url="http://kanuka:7070/manager" username="admin" password="admin" 527 path=" /gsdl3"/>527 path="${app.path}"/> 528 528 </target> 529 529 … … 557 557 <and> 558 558 <socket server="${tomcat.server}" port="${tomcat.port}"/> 559 <http url="http://${tomcat.server}:${tomcat.port} /gsdl3/index.html"/>559 <http url="http://${tomcat.server}:${tomcat.port}${app.path}/index.html"/> 560 560 </and> 561 561 </waitfor>
Note:
See TracChangeset
for help on using the changeset viewer.