Ignore:
Timestamp:
2009-04-16T13:37:26+12:00 (15 years ago)
Author:
oranfry
Message:

changed the release kits to use the new shared code structure

Location:
release-kits/sork2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/sork2

    • Property svn:externals
      •  

        old new  
        1 lib http://svn.greenstone.org/release-kits/shared/lib
         1core http://svn.greenstone.org/release-kits/shared/core
        22linux http://svn.greenstone.org/release-kits/shared/linux
        33windows http://svn.greenstone.org/release-kits/shared/windows
        44greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
        5 uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
        6 language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        7 
  • release-kits/sork2/ant-scripts

    • Property svn:externals deleted
  • release-kits/sork2/ant-scripts/build.xml

    r18011 r19006  
    1212    <!-- CONSTANTS -->
    1313
    14     <!-- for the benefit of the shared scripts, set release-kit home -->
     14.   <!-- for the benefit of the shared scripts, set release-kit home -->
    1515    <property name="rk.name" value="sork2"/>
    1616    <property name="rk.home" value="${sork2.home}" />
     
    1919   
    2020    <!-- IMPORT OTHER ANT SCRIPTS -->
    21     <import file="shared-ant-scripts/init.xml"/>
    22     <import file="shared-ant-scripts/operations-on-gli.xml"/>
     21    <import file="../core/ant-scripts/init.xml"/>
     22    <import file="../core/ant-scripts/operations-on-gli.xml"/>
    2323    <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
    2424
Note: See TracChangeset for help on using the changeset viewer.