Changeset 19911


Ignore:
Timestamp:
2009-06-25T11:29:12+12:00 (15 years ago)
Author:
oranfry
Message:

minor simplification

Location:
greenstone3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r19910 r19911  
    12721272
    12731273  <target name="prepare-gli" depends="init" if="collection.building.enabled" unless="gli.present">
    1274     <antcall target="checkout-gli"/>
    1275   </target>
    1276  
    1277   <target name="checkout-gli" depends="init" if="collection.building.enabled" unless="nosvn.mode">
    1278     <echo>checking out gli</echo>
    1279     <svn>
    1280       <checkout url="${svn.root}/gli/${branch.path}" destPath="gli" revision="${branch.revision}"/>
    1281     </svn>
    1282   </target>
    1283  
     1274    <!-- checkout -->
     1275    <if><bool><not><istrue value="${nosvn.mode}"/></not></bool>
     1276      <svn>
     1277        <checkout url="${svn.root}/gli/${branch.path}" destPath="gli" revision="${branch.revision}"/>
     1278      </svn>
     1279    </if>
     1280  </target>
    12841281 
    12851282  <target name="clean-gli" depends="init" if="collection.building.enabled">
  • greenstone3/trunk/resources/java/global.properties.in

    r17606 r19911  
    11## greenstone home
    22gsdl3.home=@gsdl3home@
    3 gsdl3.version=@gsdl3version@
     3gsdl3.version=3s2009.06.24
    44
    55# tomcat info
Note: See TracChangeset for help on using the changeset viewer.