greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16530

Show
Ignore:
Timestamp:
2008-07-24 12:14:58 (6 months ago)
Author:
oranfry
Message:

incorrect casing was causing problems on mac (and probably other unix systems), fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • greenstone3/trunk/build.xml

    r16496 r16530  
    13161316      <export srcUrl="${svn.root}/gsdl/${branch.path}/acconfig.h" destPath="gs2build/acconfig.h" revision="${branch.revision}"/> 
    13171317      <export srcUrl="${svn.root}/gsdl/${branch.path}/aclocal.m4" destPath="gs2build/aclocal.m4" revision="${branch.revision}"/> 
    1318       <export srcUrl="${svn.root}/gsdl/${branch.path}/WIN32cfg.h" destPath="gs2build/WIN32cfg.h" revision="${branch.revision}"/> 
     1318      <export srcUrl="${svn.root}/gsdl/${branch.path}/win32cfg.h" destPath="gs2build/win32cfg.h" revision="${branch.revision}"/> 
    13191319    </svn> 
    13201320  </target> 
     
    14061406      <export srcUrl="${svn.root}/gsdl/${branch.path}/acconfig.h" destPath="gs2build/acconfig.h" revision="${branch.revision}"/> 
    14071407      <export srcUrl="${svn.root}/gsdl/${branch.path}/aclocal.m4" destPath="gs2build/aclocal.m4" revision="${branch.revision}"/> 
    1408       <export srcUrl="${svn.root}/gsdl/${branch.path}/WIN32cfg.h" destPath="gs2build/WIN32cfg.h" revision="${branch.revision}"/> 
     1408      <export srcUrl="${svn.root}/gsdl/${branch.path}/win32cfg.h" destPath="gs2build/win32cfg.h" revision="${branch.revision}"/> 
    14091409    </svn> 
    14101410  </target>