Ignore:
Timestamp:
2013-10-24T16:53:51+13:00 (10 years ago)
Author:
ak19
Message:

Correction to previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/sork2/ant-scripts/build.xml

    r28533 r28534  
    9696        </exec>
    9797
    98         <!-- also copy in the gli src and jar folders into the src component -->
     98        <!-- also copy in the gli src folder into the src component and classes/images and classes/META-INF for generating jars -->
    9999        <exec dir="distributions/${dist.name}" executable="cp">
    100100            <arg value="-r"/>
    101 
    102101            <arg value="gli/src"/>
    103             <arg value="gli/classes/images"/>
    104             <arg value="gli/classes/META-INF"/>
    105 
    106             <!-- destination -->
    107102            <arg value="../source-component/gli"/>
     103        </exec>
     104        <exec dir="distributions/${dist.name}" executable="cp">
     105            <arg value="-r"/>
     106            <arg value="gli/classes/images"/>
     107            <arg value="gli/classes/META-INF"/>
     108            <arg value="../source-component/gli/classes"/>
    108109        </exec>
    109110
Note: See TracChangeset for help on using the changeset viewer.