ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/configsdp.txt
(Generate patch)

Comparing configsdp.txt (file contents):
Revision 1.1 by arta, Thu Jan 27 17:12:14 2011 UTC vs.
Revision 1.2 by arta, Fri Feb 4 01:33:56 2011 UTC

# Line 179 | Line 179 | __PROJ__
179     </proj>
180   </projects>
181   __END__
182 + __PROJCFG__
183 + #! /bin/csh -f
184 +
185 + # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
186 + # directory).
187 +
188 + 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" \;
189 +
190 + 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" \;
191 + __END__
192   __LIBS__
193   # JSOC_SDP third-party libraries used by base
194      POSTGRES_LIB = pq

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines