Changeset 21636 for main/trunk


Ignore:
Timestamp:
2010-01-26T15:49:03+13:00 (14 years ago)
Author:
oranfry
Message:

cleaned up rk3-targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r21630 r21636  
    4040
    4141    <!--
    42         inserts a copy of the release kit's own ant into the greenstone3
    43         installation. the ant from the release kit is minified so is a good choice.
     42        unused. might need to find a way to get the system ant into the release, as ant no longer comes with the release kits
    4443    -->
    4544    <target name="insert-ant">
     
    7069    </target>
    7170   
     71    <!-- unused. this or something similar might need to go back in, to make the forward.properties permanent -->
    7272    <target name="generate-build-properties">
    7373        <copy file="${greenstone3.basedir}/build.properties.in" tofile="${greenstone3.basedir}/build.properties"/>
     
    8080    </target>
    8181
    82     <target name="export-greenstone3">
    83         <svn>
    84             <export srcUrl="${svn.root}/main/${branch.path}/greenstone3" destPath="${dest}" revision="${branch.revision}"/>
    85         </svn>
    86     </target>
    87 
    88     <target name="clean">
    89         <antcall target="clean-compiled"/>
    90         <antcall target="clean-distributions"/>
    91         <antcall target="clean-components"/>
    92         <antcall target="clean-installer"/>
    93         <antcall target="clean-wrapped-installer"/>
    94     </target>
    95 
    96     <target name="clean-compiled">
    97         <delete dir="compiled"/>
    98     </target>
    99 
    100     <target name="clean-distribution">
    101         <delete dir="distributions"/>
    102     </target>
    103 
    104     <target name="clean-components">
    105         <delete dir="components"/>
    106     </target>
    107 
    108     <target name="clean-installer">
    109         <delete dir="installer"/>
    110     </target>
    111 
    112     <target name="clean-wrapped-installer">
    113         <delete dir="wrapped-installer"/>
    114     </target>
    115 
    116     <target name="clean-user-manual">
    117         <copy file="distributions/web/gsdl-manuals/manuals/build/en/pdf/User_en.pdf" tofile="distributions/web/docs/manual/gs2_user_en.pdf"/>
    118         <delete dir="distributions/web/gsdl-manuals"/>
    119     </target>
    120 
    121 
    122     <target name="insert-windows-icon">
    123         <copy
    124             file="${rk3.home}/greenstone3/icon/icon.ico"
    125             tofile="compiled/resources/images/gs3.ico"/>
    126     </target>
    127 
    128 
    129 
    130 
    13182</project>
Note: See TracChangeset for help on using the changeset viewer.