greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17398

Show
Ignore:
Timestamp:
2008-09-26 17:49:35 (3 months ago)
Author:
oranfry
Message:

properties for new replacement logic

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/lirk3/ant-scripts/build.xml

    r17262 r17398  
    1515        <property name="bundled.version.tomcat" value="5.5.25"/> 
    1616        <property name="bundled.version.ant" value="1.6.5"/> 
     17        <property name="bundled.version.imagemagick" value=""/> 
     18        <property name="bundled.version.ghostscript" value=""/> 
    1719 
    1820        <!-- for the benefit of the shared scripts, set release-kit home --> 
     
    2830        <import file="compile.xml"/> 
    2931        <import file="create-distribution.xml"/> 
     32        <import file="create-components.xml"/> 
    3033        <import file="create-installer.xml"/> 
    3134        <import file="wrap.xml"/> 
     
    3538                <antcall target="compile"/> 
    3639                <antcall target="create-distribution"/> 
     40                <antcall target="create-components"/> 
    3741                <antcall target="create-installer"/> 
    3842                <antcall target="wrap"/> 
    3943        </target> 
    4044 
    41         <target name="a"> 
    42                 <echo>some code in a</echo> 
    43                 <antcall target="a-a"/> 
    44                 <echo>some code in a</echo> 
    45         </target> 
    46         <target name="a-a"> 
    47                 <echo>some code in a-a</echo> 
    48         </target> 
    49         <target name="b"> 
    50                 <echo>some code in b</echo> 
    51         </target> 
    52         <target name="c"> 
    53                 <echo>some code in c</echo> 
    54         </target> 
    55  
    56  
    5745</project>