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.5 by xudong, Fri Apr 15 01:28:53 2011 UTC

# Line 151 | Line 151 | __PROJ__
151               <subdir>ident/libs/mexfunctions</subdir>
152               <subdir>ident/libs/util</subdir>
153               <subdir>patch/apps</subdir>
154 +             <subdir>nlfff/apps</subdir>
155 +             <subdir>d4vm/apps</subdir>
156 +             <subdir>remapmags/apps</subdir>
157 +             <subdir>synop/apps</subdir>
158          </subdirs>
159          <filters>
160               <filter>
# Line 179 | Line 183 | __PROJ__
183     </proj>
184   </projects>
185   __END__
186 + __PROJCFG__
187 + #! /bin/csh -f
188 +
189 + # Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts
190 + # directory).
191 +
192 + 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" \;
193 +
194 + 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" \;
195 + __END__
196   __LIBS__
197   # JSOC_SDP third-party libraries used by base
198      POSTGRES_LIB = pq

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines