greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16231

Show
Ignore:
Timestamp:
2008-06-27 15:46:51 (3 months ago)
Author:
oranfry
Message:

use the task for looking up property values

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/shared/ant-scripts/init.xml

    r16199 r16231  
    6666        <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/> 
    6767        <typedef name="rsplit" classname="SplitResource" classpathref="project.classpath"/> 
     68        <typedef name="get-property-value" classname="GetPropertyValue" classpathref="project.classpath"/> 
    6869        <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/> 
    6970