(file) Return to configsdp.txt CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configsdp.txt between version 1.1 and 1.2

version 1.1, 2011/01/27 17:12:14 version 1.2, 2011/02/04 01:33:56
Line 179  __PROJ__
Line 179  __PROJ__
    </proj>    </proj>
 </projects> </projects>
 __END__ __END__
   __PROJCFG__
   #! /bin/csh -f
   
   # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
   # directory).
   
   find ../proj/lev0/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;
   
   find ../proj/datacapture/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;
   __END__
 __LIBS__ __LIBS__
 # JSOC_SDP third-party libraries used by base # JSOC_SDP third-party libraries used by base
     POSTGRES_LIB = pq     POSTGRES_LIB = pq


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Karen Tian
Powered by
ViewCVS 0.9.4