Changeset 15335 for greenstone3


Ignore:
Timestamp:
2008-05-05T14:08:38+12:00 (16 years ago)
Author:
ak19
Message:

Moved web services property constants into build.properties file so that developers need not modify build.xml if they are adding new web services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r15334 r15335  
    184184  <property name="lucene.home" value="${indexers.home}/lucene-gs"/>
    185185
    186   <!--  ================ Web services related constants ============== -->
    187   <!-- A list of all the available web services classes -->
    188   <property name="base.webservice.name" value="SOAPServer"/>
    189   <property name="web.services.list" value="${base.webservice.name} for Greenstone3's core web services, QBR${base.webservice.name} for Query, Browse and Retrieve services"/> 
    190 
     186 
    191187<!--  ==================== Compilation Control Options ==================== -->
    192188
Note: See TracChangeset for help on using the changeset viewer.