Ignore:
Timestamp:
Feb 19, 2012, 11:03:49 PM (12 years ago)
Author:
George Lilly
Message:

updates and bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XINIT.m

    r1343 r1363  
    3636 ; -- we are assuming that FARY is set up properly in C0XF2N
    3737 ; -- with repect to the default directory and the defaut fileman files
    38  ; -- here's what it is now: "/home/glilly/fmts/trunk/samples/"
     38 ; -- here's what it is now: "/home/vista/gpl/fmts/trunk/samples/"
    3939 ; -- that means that all the sample files will look like:
    4040 ; --- qds/QDS_0001.rdf
     
    4444 D INITFARY^C0XF2N(FARY)
    4545 D USEFARY^C0XF2N(FARY)
    46  S C0XFARY("C0XDIR")="/home/glilly/fmts/trunk/samples/smart-rdf-in/" ;
     46 S C0XFARY("C0XDIR")="/home/vista/gpl/fmts/trunk/samples/smart-rdf-in/" ;
    4747 D USEFARY^C0XF2N(FARY)
    4848 S SMART(1)="cole-susan.rdf"
     
    6565 . D IMPORT^C0XF2N(SMART(ZI),C0XDIR,,FARY) ; import to the triplestore
    6666 S FARY="C0XFARY"
    67  S C0XFARY("C0XDIR")="/home/glilly/fmts/trunk/samples/qds/"
     67 S C0XFARY("C0XDIR")="/home/vista/gpl/fmts/trunk/samples/qds/"
    6868 D USEFARY^C0XF2N(FARY)
    6969 D IMPORT^C0XF2N("QDS_0001.rdf",C0XDIR,,FARY)
Note: See TracChangeset for help on using the changeset viewer.