Ignore:
Timestamp:
2011-01-14T15:42:08+13:00 (13 years ago)
Author:
sjm84
Message:

Fix to allow imagemagick into the ext dir on x64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/shared.xml

    r23525 r23587  
    377377    <target name="create-component">
    378378        <mkdir dir="components"/>
    379      
     379       
    380380        <!-- the PatternSet To File task takes one or more patternsets and outputs to a file all of the files it includes -->
    381381        <pstf dir="compiled" outfile="compiled/uninstall/${component}.uninstall" toplevelonly="true">
    382             <patternset refid="greenstone${version.major}.${component}.component"/>
     382            <patternset refid="greenstone${version.major}.${component}${ext-x64}.component"/>
    383383        </pstf>
    384384     
    385385        <zip destfile="components/${component}.comp" compress="false">
    386386            <zipfileset dir="compiled">
    387                 <patternset refid="greenstone${version.major}.${component}.component"/>
     387                <patternset refid="greenstone${version.major}.${component}${ext-x64}.component"/>
    388388            </zipfileset>
    389389        </zip>
     
    402402         
    403403      </else></if></else></if>
    404     </target>   
     404    </target>
    405405   
    406406</project>
Note: See TracChangeset for help on using the changeset viewer.