Changeset 17107 for release-kits/wirk3


Ignore:
Timestamp:
2008-08-29T16:24:07+12:00 (16 years ago)
Author:
oranfry
Message:

changed build scripts and create-installer targets after the greenstone ant tasks were moved. also, greenstone2 installer now creates admin and demo users at install

Location:
release-kits/wirk3
Files:
2 edited

Legend:

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

    r16930 r17107  
    1616            <fileset dir="${wirk3.home}/windows/installer-classes"/>
    1717            <fileset dir="${wirk3.home}/greenstone3/installer-classes"/>
    18             <fileset dir="${wirk3.home}/ant-scripts/tasks/orans" includes="RegexSearchReplace.class" />
    19             <fileset dir="${wirk3.home}/ant-scripts/tasks/orans" includes="GetFreePath.class" />
    2018        </copy>
     19        <unjar src="${wirk3.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
     20        <delete dir="${basedir}/installer/classes/META-INF"/>
    2121    </target>
    2222
  • release-kits/wirk3/installer/build.xml

    r17050 r17107  
    1414
    1515    <!-- custom tasks -->
    16     <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
    17     <typedef name="getfreepath" classname="GetFreePath" classpathref="project.classpath"/>
    1816    <taskdef name="shortcut" classname="com.orangevolt.tools.ant.Win32ShortcutTask" classpathref="project.classpath"/>
    1917    <taskdef name="winprops" classname="com.orangevolt.tools.ant.Win32PropertiesTask" classpathref="project.classpath"/>
     18    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
     19    <typedef name="getfreepath" classname="org.greenstone.anttasks.GetFreePath" classpathref="project.classpath"/>
    2020
    2121    <!-- create a local installDir String -->
Note: See TracChangeset for help on using the changeset viewer.