Changeset 18530 for greenstone3


Ignore:
Timestamp:
2009-02-18T10:33:40+13:00 (15 years ago)
Author:
oranfry
Message:

don't try to unzip the non-existent windows gdbm package

Location:
greenstone3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r18515 r18530  
    13901390 
    13911391  <target name="unzip-windows-packages" depends="init" if="collection.building.enabled.windows"> 
    1392     <unzip src="${gs2build.home}/common-src/packages/windows/gdbm/gdbm.zip"
    1393       dest="${gs2build.home}/common-src/packages/windows/gdbm"/>
     1392    <!--<unzip src="${gs2build.home}/common-src/packages/windows/gdbm/gdbm.zip"
     1393      dest="${gs2build.home}/common-src/packages/windows/gdbm"/>-->
    13941394    <unzip src="${gs2build.home}/common-src/packages/windows/crypt/crypt.zip"
    13951395      dest="${gs2build.home}/common-src/packages/windows/crypt"/>
  • greenstone3/trunk/src/packages/javagdbm/jni/GdbmFile.h

    r17606 r18530  
    118118#endif
    119119#endif
     120/* Header for class au_com_pharos_gdbm_GdbmFile_KeyEnumeration */
     121
     122#ifndef _Included_au_com_pharos_gdbm_GdbmFile_KeyEnumeration
     123#define _Included_au_com_pharos_gdbm_GdbmFile_KeyEnumeration
     124#ifdef __cplusplus
     125extern "C" {
     126#endif
     127#ifdef __cplusplus
     128}
     129#endif
     130#endif
Note: See TracChangeset for help on using the changeset viewer.