Changeset 3025

Show
Ignore:
Timestamp:
03/03/06 09:43:05 (3 years ago)
Author:
tarjei
Message:

Automated rutine for finding the midcom_root dir.

Files:

Legend:

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

    r2951 r3025  
    77USER=root 
    88PREFIX=/opt/lampp 
    9 MIDCOM_ROOT=/home/tarjei/midcomcvs/midcom/fs-midcom/lib 
     9cd `pwd`/../lib 
     10 
     11MIDCOM_ROOT=`pwd` 
     12cd ../support 
    1013find $MIDCOM_ROOT -name "*.xml" > "./schemas.tmp" 
     14cat ./schemas.tmp |grep -v 'package.xml' > "./schemas1.tmp" 
     15 
     16 
     17find $MIDCOM_ROOT -name "*.xml" > "./schemas.tmp" 
     18 
     19 
    1120cat ./schemas.tmp |grep -v 'package.xml' > "./schemas1.tmp" 
    1221