greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17721

Show
Ignore:
Timestamp:
2008-11-06 11:01:10 (2 months ago)
Author:
oranfry
Message:

gave each sourcecode component zip a unique name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/lirk2/ant-scripts/create-components.xml

    r17712 r17721  
    9494                                 
    9595                <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false"/> 
    96                 <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
     96                <zip destfile="components/Greenstone-${version}-linux-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
    9797        </target> 
    9898                 
  • release-kits/lirk3/ant-scripts/create-components.xml

    r17712 r17721  
    109109                                 
    110110                <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" /> 
    111                 <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" /> 
     111                <zip destfile="components/Greenstone-${version}-linux-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
    112112        </target> 
    113113                 
  • release-kits/mark2/ant-scripts/create-components.xml

    r17712 r17721  
    107107                                 
    108108                <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" /> 
    109                 <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" /> 
     109                <zip destfile="components/Greenstone-${version}-MacOS-${processor}-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
    110110        </target> 
    111111 
  • release-kits/mark3/ant-scripts/create-components.xml

    r17712 r17721  
    117117                                 
    118118                <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" /> 
    119                 <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" /> 
     119                <zip destfile="components/Greenstone-${version}-MacOS-${processor}-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
    120120        </target> 
    121121                 
  • release-kits/wirk2/ant-scripts/create-components.xml

    r17712 r17721  
    117117                                 
    118118                <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" /> 
    119                 <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" /> 
     119                <zip destfile="components/Greenstone-${version}-win32-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
    120120        </target> 
    121121                 
  • release-kits/wirk3/ant-scripts/create-components.xml

    r17712 r17721  
    128128                                 
    129129                <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" /> 
    130                 <zip destfile="components/sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true" /> 
     130                <zip destfile="components/Greenstone-${version}-win32-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/> 
    131131        </target> 
    132132