Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/edje
Dir : e17/libs/edje/src/bin Modified Files: edje_cc.c edje_decc.c edje_ls.c edje_main.c edje_recc edje_test_main.c Log Message: the default extension for Edje EET files is 'edj' now =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- edje_cc.c 16 Mar 2005 19:44:53 -0000 1.25 +++ edje_cc.c 22 Mar 2005 19:29:04 -0000 1.26 @@ -28,7 +28,7 @@ { printf ("Usage:\n" - "\t%s [OPTIONS] input_file.edc [output_file.eet]\n" + "\t%s [OPTIONS] input_file.edc [output_file.edj]\n" "\n" "Where OPTIONS is one or more of:\n" "\n" @@ -168,7 +168,7 @@ if (file_out) { suffix = strstr(file_out,".edc"); - strcpy(suffix,".eet"); + strcpy(suffix,".edj"); } } } =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_decc.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- edje_decc.c 16 Mar 2005 19:44:53 -0000 1.13 +++ edje_decc.c 22 Mar 2005 19:29:04 -0000 1.14 @@ -31,7 +31,7 @@ { printf ("Usage:\n" - "\t%s input_file.eet \n" + "\t%s input_file.edj \n" "\n" ,progname); } @@ -282,7 +282,7 @@ } f = fopen(out, "w"); fprintf(f, "#!/bin/sh\n"); - fprintf(f, "%s $@ --image_dir . --font_dir . %s -o %s.eet\n", edje_file->compiler, sf->name, outdir); + fprintf(f, "%s $@ --image_dir . --font_dir . %s -o %s.edj\n", edje_file->compiler, sf->name, outdir); fclose(f); #ifndef WIN32 =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_ls.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- edje_ls.c 17 Feb 2005 19:49:54 -0000 1.4 +++ edje_ls.c 22 Mar 2005 19:29:04 -0000 1.5 @@ -11,7 +11,7 @@ main_help(void) { printf("Usage: " - "%s [OPTIONS] input_file.eet ...\n" + "%s [OPTIONS] input_file.edj ...\n" "\t-o outfile.txt Output the listing of the collections to a file\n" , progname); } =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- edje_main.c 18 Mar 2005 01:08:32 -0000 1.56 +++ edje_main.c 22 Mar 2005 19:29:04 -0000 1.57 @@ -826,9 +826,9 @@ printf(" %s [-gl] [-fb] [-g WxH] [-fill] [edje_file1] [edje_file2] ...\n", argv[0]); printf("\n"); printf("Example:\n"); - printf(" %s data/e_logo.eet\n", argv[0]); - printf(" %s -fill -g 800x600 data/e_logo.eet\n", argv[0]); - printf(" %s -gl -fill -g 800x600 data/e_logo.eet\n", argv[0]); + printf(" %s data/e_logo.edj\n", argv[0]); + printf(" %s -fill -g 800x600 data/e_logo.edj\n", argv[0]); + printf(" %s -gl -fill -g 800x600 data/e_logo.edj\n", argv[0]); exit(-1); } for (i = 1; i < argc; i++) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_recc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- edje_recc 8 Sep 2004 01:49:37 -0000 1.4 +++ edje_recc 22 Mar 2005 19:29:05 -0000 1.5 @@ -4,7 +4,7 @@ usage () { echo "Usage:" - echo " edje_recc [OPTIONS] input_file.eet" + echo " edje_recc [OPTIONS] input_file.edj" echo "" echo "Where OPTIONS is one or more of:" echo "" @@ -37,7 +37,7 @@ usage ;; - *.eet) + *.edj) IN=$I ;; @@ -49,13 +49,13 @@ fi if [ -z "$IN" ]; then - echo "ERROR: NO input file.eet provided!" + echo "ERROR: NO input file.edj provided!" echo "" usage; fi F=`basename $IN` -B=`basename $F .eet` +B=`basename $F .edj` T="./...edje_tmp" rm -rf $T mkdir -p $T =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_test_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- edje_test_main.c 9 Dec 2004 05:49:34 -0000 1.1 +++ edje_test_main.c 22 Mar 2005 19:29:06 -0000 1.2 @@ -293,7 +293,7 @@ if (argc != 3) { - printf("Usage: eddje_test edje_file.eet part_to_load\n"); + printf("Usage: eddje_test edje_file.edj part_to_load\n"); exit(-1); } ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs