Ignore:
Timestamp:
2008-03-06T14:08:49+13:00 (16 years ago)
Author:
oranfry
Message:

lots of work on wirk3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r15023 r15053  
    3737            <delete dir="distribution/greenstone3"/>
    3838            <svn>
    39                 <export srcurl="${svn.root}/greenstone3/${branch.path}" destPath="distribution/greenstone3"/>
     39                <export srcurl="${svn.root}/greenstone3/${branch.path}" destPath="distribution/greenstone3" revision="${branch.revision}"/>
    4040            </svn>
    4141        </if>
     
    6262                <property name="app.version" value="${version}"/>
    6363                <property name="branch.path" value="${branch.path}"/>
     64                <property name="branch.revision" value="${branch.revision}"/>
    6465            </ant>
    6566        </if>
     
    9192
    9293            <delete dir="distribution/greenstone3/lib/jni"/>
    93             <copy todir="distribution/greenstone3/lib"><fileset dir="greenstone3/lib/jni"/></copy>
     94            <copy todir="distribution/greenstone3/lib/jni"><fileset dir="greenstone3/lib/jni"/></copy>
    9495           
    9596            <delete dir="distribution/greenstone3/gs2build/bin/windows"/>
    96             <copy todir="distribution/greenstone3/gs2build/bin"><fileset dir="greenstone3/gs2build/bin/windows"/></copy>
     97            <copy todir="distribution/greenstone3/gs2build/bin/windows"><fileset dir="greenstone3/gs2build/bin/windows"/></copy>
    9798                       
    9899            <delete dir="distribution/greenstone3/gs2build/bin/java"/>
    99             <copy todir="distribution/greenstone3/gs2build/bin"><fileset dir="greenstone3/gs2build/bin/java"/></copy>
     100            <copy todir="distribution/greenstone3/gs2build/bin/java"><fileset dir="greenstone3/gs2build/bin/java"/></copy>
    100101
    101102        </if>
Note: See TracChangeset for help on using the changeset viewer.