Ignore:
Timestamp:
2008-07-25T13:55:13+12:00 (16 years ago)
Author:
oranfry
Message:

dont change the version number of gli from greenstone3's build.xml, release kit will do it. So greenstone3 no longer needs rsr ant task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r16530 r16547  
    2020  <taskdef name="getuserandpassword" classname="org.greenstone.anttasks.MyGetUserAndPassword" classpathref="project.classpath"/>
    2121  <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask" classpathref="project.classpath"/>
    22   <taskdef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
    2322  <taskdef name="if" classname="ise.antelope.tasks.IfTask" classpathref="project.classpath"/>
    2423  <taskdef name="try" classname="ise.antelope.tasks.TryTask" classpathref="project.classpath"/>
     
    15921591    <property name="gli.home" value="${basedir}/gli"/>
    15931592
    1594     <!-- change the version number -->
    1595     <rsr file="${gli.home}/src/org/greenstone/gatherer/Gatherer.java" pattern="^(.*)String\s*PROGRAM_VERSION\s*=\s*&quot;(.*)&quot;" replacement="$1String PROGRAM_VERSION = &quot;${app.version}&quot;"/>
    15961593    <!-- linux -->
    15971594    <exec executable="makegli.sh" os="${os.unix}" dir="${gli.home}" resolveExecutable="true"/>
Note: See TracChangeset for help on using the changeset viewer.