Ignore:
Timestamp:
2008-05-23T17:10:14+12:00 (16 years ago)
Author:
oranfry
Message:

changes to the ant scripts to accompany the changes in the wrapper and jar installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/init.xml

    r15357 r15691  
    1919            <include name="*.jar"/>
    2020        </fileset>
    21        
    2221        <pathelement path="${wirk3.home}/ant-scripts/tasks/orans"/>
    23 
    2422        <!-- antinstaller -->
    2523        <pathelement path="${wirk3.home}/bin/ant-installer/lib/ant-installer-ext.jar"/>
    2624        <pathelement path="${wirk3.home}/bin/ant-installer/lib/ant-installer.jar"/>
    27        
    2825    </path>
    2926   
     
    4542    <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
    4643    <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
    47 
     44   
    4845    <!-- load in static properties from build.properties -->
    4946    <property file="build.properties" />
     
    5350    <property name="bundled.version.tomcat" value="5.5.25"/>
    5451    <property name="bundled.version.ant" value="1.6.5"/>
    55 
    56     <!-- project details (for ant-installer) -->
    57     <property name="project.name"                   value="Greenstone3"/>
    58     <property name="project.short.name"         value="greenstone3"/>
    59     <property name="project.path"                   value="${basedir}/distribution/greenstone3"/>
    60     <property name="project.installer.path" value="${wirk3.home}/installer"/>
    61     <property name="project.version"                value="${version}"/>
    62     <property name="ant.installer.home"         value="${wirk3.home}/bin/ant-installer"/>
    6352
    6453    <!-- somewhere to store temporary text -->
Note: See TracChangeset for help on using the changeset viewer.