Changeset 28835


Ignore:
Timestamp:
2014-02-07T16:25:34+13:00 (10 years ago)
Author:
davidb
Message:

Couple more one-off steps that are needed before being ready to compile up the installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/README.txt

    r28831 r28835  
    1515svn co http://svn.greenstone.org/other-projects/expeditee-release-kits
    1616
    17 2. Create a snapshots\expeditee folder
    1817
    19 3. Create the file "snapshots\expeditee\rke-build.properties". It should contain:
    20     version:1
     182. Compile up custom ant taskdefs that the release kit relies on:
     19
     20  pushd shared\core\ant-tasks\greenstone
     21  ant
     22  popd
     23
     24  pushd shared\core\ant-installer
     25  ant
     26  popd
     27
     283. Create a snapshots\expeditee folder
     29
     304. Create the file "snapshots\expeditee\rke-build.properties". It should contain:
     31    version:v1.0
    2132    projectname:Expeditee   
    2233    <empty newline>
    2334
    2435For 64 bit linux it should contain:
    25     version:1
     36    version:v1.0
    2637    projectname:Expeditee   
    27     x64:true*
     38    x64:true
    2839    <empty newline>
    2940
Note: See TracChangeset for help on using the changeset viewer.