From d510ba6f2339538b6b573842f4ec6e79f7f02df3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 21 Nov 2002 14:37:36 +0000 Subject: [PATCH] *.rdf ==> *.xml --- helm/metadata/create_V7_mowgli/METADATA/lex.yy.c | 8 ++++---- helm/metadata/create_V7_mowgli/METADATA/lex.yy_ind.c | 8 ++++---- helm/metadata/create_V7_mowgli/METADATA/meta_lex.l | 8 ++++---- helm/metadata/create_V7_mowgli/METADATA/meta_lex_ind.l | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/helm/metadata/create_V7_mowgli/METADATA/lex.yy.c b/helm/metadata/create_V7_mowgli/METADATA/lex.yy.c index d86e08750..4cf9fb085 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/lex.yy.c +++ b/helm/metadata/create_V7_mowgli/METADATA/lex.yy.c @@ -1896,14 +1896,14 @@ main(int argc, char *argv[]) FILE *outrel, *outsort; init_symbol_table(); - if (!(outrel = fopen("forward_rel.rdf","a"))) + if (!(outrel = fopen("forward_rel.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } - if (!(outsort = fopen("forward_sort.rdf","a"))) + if (!(outsort = fopen("forward_sort.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } // We process the body diff --git a/helm/metadata/create_V7_mowgli/METADATA/lex.yy_ind.c b/helm/metadata/create_V7_mowgli/METADATA/lex.yy_ind.c index b661e22d3..9e37b0b35 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/lex.yy_ind.c +++ b/helm/metadata/create_V7_mowgli/METADATA/lex.yy_ind.c @@ -1970,14 +1970,14 @@ print_file() fprintf(stderr, "error in openinf file %s\n", filename); exit(-1); } - if (!(outrel = fopen("forward_rel.rdf","a"))) + if (!(outrel = fopen("forward_rel.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } - if (!(outsort = fopen("forward_sort.rdf","a"))) + if (!(outsort = fopen("forward_sort.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } diff --git a/helm/metadata/create_V7_mowgli/METADATA/meta_lex.l b/helm/metadata/create_V7_mowgli/METADATA/meta_lex.l index 94806717e..eca7c383d 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/meta_lex.l +++ b/helm/metadata/create_V7_mowgli/METADATA/meta_lex.l @@ -268,14 +268,14 @@ main(int argc, char *argv[]) FILE *outrel, *outsort; init_symbol_table(); - if (!(outrel = fopen("forward_rel.rdf","a"))) + if (!(outrel = fopen("forward_rel.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } - if (!(outsort = fopen("forward_sort.rdf","a"))) + if (!(outsort = fopen("forward_sort.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } // We process the body diff --git a/helm/metadata/create_V7_mowgli/METADATA/meta_lex_ind.l b/helm/metadata/create_V7_mowgli/METADATA/meta_lex_ind.l index eac2f771c..acf862446 100644 --- a/helm/metadata/create_V7_mowgli/METADATA/meta_lex_ind.l +++ b/helm/metadata/create_V7_mowgli/METADATA/meta_lex_ind.l @@ -332,14 +332,14 @@ print_file() fprintf(stderr, "error in openinf file %s\n", filename); exit(-1); } - if (!(outrel = fopen("forward_rel.rdf","a"))) + if (!(outrel = fopen("forward_rel.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } - if (!(outsort = fopen("forward_sort.rdf","a"))) + if (!(outsort = fopen("forward_sort.xml","a"))) { - fprintf(stderr, "error in openinf file forward_rel.rdf\n"); + fprintf(stderr, "error in openinf file forward_rel.xml\n"); exit(-1); } -- 2.39.2