greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17657

Show
Ignore:
Timestamp:
2008-10-31 15:23:14 (2 months ago)
Author:
oranfry
Message:

fixed a code typo

Files:

Legend:

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

    r17652 r17657  
    2929                <antcall target="compress-tomcat-component" /> 
    3030                <antcall target="compress-sourcecode-core-component" /> 
    31         </target 
     31        </target> 
    3232         
    3333        <!-- 3rd level --> 
     
    7070                        </fileset> 
    7171                </copy> 
    72                  
    73                  
    7472                                 
    7573                <zip destfile="components/core.comp" basedir="components/tmp/core" compress="false" />