Changeset 15369
- Timestamp:
- 2008-05-08 12:05:02 (7 months ago)
- Files:
-
- greenstone3/trunk/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/build.xml
r15335 r15369 779 779 <param name="axis.siteuri" value="localsite"/> 780 780 </antcall> 781 < !--<antcall target="stop-tomcat"/>-->781 <echo>The Greenstone server has been started up. If you do not want it running, please type: ant stop.</echo> 782 782 </target> 783 783 … … 787 787 </target> 788 788 789 <!-- ADDED -->790 789 <target name="get-undeploy-service-name" unless="axis.undeploy.servicename"> 791 790 <input addproperty="axis.undeploy.servicename" defaultvalue="localsite">Please enter the full name of the service you wish to undeploy.
