Changeset 19954 for release-kits


Ignore:
Timestamp:
2009-07-06T12:51:41+12:00 (15 years ago)
Author:
oranfry
Message:

created the sork3, based off sork2

Location:
release-kits/sork3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • release-kits/sork3

    • Property svn:externals
      •  

        old new  
        22linux http://svn.greenstone.org/release-kits/shared/linux
        33windows http://svn.greenstone.org/release-kits/shared/windows
        4 greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
         4greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
  • release-kits/sork3/ant-scripts/build.xml

    r19901 r19954  
    22<!--
    33        ..........................................................
    4         November 2008
    5         Source Release Kit for Greenstone2 (sork2)
     4        July 2009
     5        Source Release Kit for Greenstone3 (sork3)
    66        Oran Fry
    77        ..........................................................
    88-->
    99
    10 <project name="sork2-build" default="sork2">
     10<project name="sork3-build" default="sork3">
    1111
    1212    <!-- CONSTANTS -->
    1313
    1414    <!-- for the benefit of the shared scripts, set release-kit home -->
    15     <property name="rk.name" value="sork2"/>
    16     <property name="rk.home" value="${sork2.home}" />
     15    <property name="rk.name" value="sork3"/>
     16    <property name="rk.home" value="${sork3.home}" />
    1717    <property name="rk.os" value="multi" />
    1818    <property name="os.suffix" value="AnyPlatform"/>
     
    2121    <import file="../core/ant-scripts/init.xml"/>
    2222    <import file="../core/ant-scripts/operations-on-gli.xml"/>
    23     <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
     23    <import file="../greenstone3/ant-scripts/rk3-targets.xml"/>
    2424
    2525    <!-- THE MAIN TARGET -->
    2626    <target name="sork2" depends="init">
    27         <antcall target="export-gsdl-gli"><param name="dest" value="distributions/Greenstone-${version}-source-distribution"/></antcall>
     27        <antcall target="export-greenstone3"><param name="dest" value="distributions/Greenstone-${version}-source-distribution"/></antcall>
    2828        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/distributions/Greenstone-${version}-source-distribution"/></antcall>
    2929        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/Greenstone-${version}-source-distribution/gli"/></antcall>
    3030        <antcall target="insert-winbin"/>
    3131        <antcall target="insert-windows-perl"><param name="todir" value="${basedir}/distributions/Greenstone-${version}-source-distribution/bin/windows"/></antcall>
    32         <antcall target="tweak-files" />
     32        <antcall target="tweak-files"/>
    3333        <antcall target="create-archives"/>
    3434        <antcall target="create-sourcecode"/>
Note: See TracChangeset for help on using the changeset viewer.