greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17454

Show
Ignore:
Timestamp:
2008-10-02 13:39:04 (3 months ago)
Author:
oranfry
Message:

oops missed the lines from the last commit

Files:

Legend:

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

    r17262 r17454  
    2929        <import file="compile.xml"/> 
    3030        <import file="create-distribution.xml"/> 
     31        <import file="create-components.xml"/> 
    3132        <import file="create-installer.xml"/> 
    3233        <import file="wrap.xml"/> 
     
    5152                <antcall target="compile"/> 
    5253                <antcall target="create-distribution"/> 
     54                <antcall target="create-components"/> 
    5355                <antcall target="create-installer"/> 
    5456                <antcall target="wrap"/>