Changeset 28510 for main


Ignore:
Timestamp:
2013-10-22T18:57:36+13:00 (10 years ago)
Author:
ak19
Message:

The gli src code (src and jar folders) were not included in the src-component. This commit attempts to fix that, untested.

File:
1 edited

Legend:

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

    r24474 r28510  
    6060        <!-- create a directory for the sourcecode -->
    6161        <mkdir dir="distributions/source-component"/>
     62        <mkdir dir="distributions/source-component/gli"/>
    6263
    6364        <!-- copy the files in -->     
     
    8384            <arg value="config.h.in"/>
    8485            <arg value="Install.txt"/>
     86            <arg value="makegs2.sh"/>
    8587
    8688            <!-- windows build files -->
     
    8890            <arg value="win32cfg.h"/>
    8991            <arg value="makegs2.bat"/>
     92            <arg value="makegs2x64.bat"/>
    9093
    9194            <!-- destination -->
    9295            <arg value="../source-component"/>
     96        </exec>
     97
     98        <!-- also copy in the gli src and jar folders into the src component -->
     99        <exec dir="distributions/${dist.name}/gli" executable="cp">
     100            <arg value="-r"/>
     101
     102            <arg value="gli/jar"/>
     103            <arg value="gli/src"/>
     104
     105            <!-- destination -->
     106            <arg value="../source-component/gli"/>
    93107        </exec>
    94108
     
    100114            <include name="runtime-src"/>
    101115            <include name="runtime-src/**/*"/>
     116            <include name="gli/jar"/>
     117            <include name="gli/jar/**/*"/>
     118            <include name="gli/src"/>
     119            <include name="gli/src/**/*"/>
    102120
    103121            <!-- unix build files -->
     
    114132            <include name="config.h.in"/>
    115133            <include name="Install.txt"/>
     134            <include name="makegs2.sh"/>
    116135
    117136            <!-- windows build files -->
    118137            <include name="win32.mak"/>
    119138            <include name="win32cfg.h"/>
    120             <include name="makegs2.bat"/>           
     139            <include name="makegs2.bat"/>
     140            <include name="makegs2x64.bat"/>
    121141        </patternset>
    122142
Note: See TracChangeset for help on using the changeset viewer.