Ignore:
Timestamp:
2008-08-13T11:35:05+12:00 (16 years ago)
Author:
oranfry
Message:

changes to lirk3 after ant hack cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/ant-scripts/operations-on-gs3home.xml

    r16684 r16736  
    11<?xml version="1.0"?>
    2 
    3 <!-- ======================================================================
    4      March 2005                                                   
    5 
    6      Greenstone3 build and install script
    7                    
    8      kjdon                                                               
    9      ====================================================================== -->
    10 
    11 <project name="opeations-on-gs3home" default="usage">
     2<project name="opeations-on-gs3home">
    123 
    134    <!-- include standard build file -->
     
    4031   
    4132
     33    <target name="tester-abc">
     34        <echo>tester ABC</echo>
     35    </target>
    4236
    4337    <!-- creates the base distribution. Needs binaries copied in to it from other greenstones (prepare-os targets) -->
    4438    <target name="create-distribution-1" depends="init" description="do all the initial downloading and setting up">
    4539
     40        <echo>checkout gs2build</echo>
    4641        <antcall target="checkout-gs2build"/>
     42        <echo>done checking out gs2build</echo>
     43
    4744
    4845        <!--
Note: See TracChangeset for help on using the changeset viewer.