Changeset 20042


Ignore:
Timestamp:
2009-07-21T09:19:43+12:00 (15 years ago)
Author:
oranfry
Message:

reducing the greenstone2 installer to two general files instead of 6 os-specific files

Location:
release-kits
Files:
3 added
3 deleted
2 edited

Legend:

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

    r19592 r20042  
    88    </target>
    99
    10     <target name="copy-installer-files" depends="copy-main-installer-files"> <!-- from init -->
     10    <target name="copy-installer-files" depends="copy-main-installer-files,copy-greenstone2-installer-files"> <!-- from init -->
    1111
    1212        <copy todir="${basedir}/installer/classes" overwrite="true">
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r19935 r20042  
    244244    </target>
    245245
     246    <target name="copy-greenstone2-installer-files">
     247
     248        <!-- the installer descriptors -->
     249        <copy todir="installer" file="${rk.home}/greenstone2/installer/antinstall-config.xml" overwrite="true"/>
     250        <copy todir="installer" file="${rk.home}/greenstone2/installer/build.xml" overwrite="true"/>
     251
     252    </target>
     253
    246254</project>
    247255   
Note: See TracChangeset for help on using the changeset viewer.