Changeset 232

Show
Ignore:
Timestamp:
12/20/04 18:44:48 (4 years ago)
Author:
torben
Message:

Optimized midcom-template processing to copy only the xml and the CHANGES
file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/makedist.sh

    r197 r232  
    3030cp -prv ../../../lib . >> $logfile 2>&1 
    3131cp -prv ../../../static . >> $logfile 2>&1 
    32 cp -prv ../../../midcom-template . >> $logfile 2>&1 
    3332cp -prv ../../../tarball-docs/* . >> $logfile 2>&1 
     33mkdir midcom-template 
     34cp -v ../../../midcom-template/midcom-template.xml midcom-template . >> $logfile 2>&1 
     35cp -v ../../../midcom-template/midcom-template.CHANGES midcom-template . >> $logfile 2>&1 
    3436 
    3537echo "Step 3: Eliminiate CVS Directories"