[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/g++/2.95.x description.xml, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-12 16:51:34
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/2.95.x In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8423 Modified Files: description.xml Makefile.am Removed Files: options.xml Log Message: CEL obsoleted. Logic is integrated within descriptions. --- options.xml DELETED --- Index: description.xml =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/2.95.x/description.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** description.xml 4 Apr 2007 18:29:01 -0000 1.1 --- description.xml 12 Apr 2007 16:51:31 -0000 1.2 *************** *** 2,6 **** <options> ! <include description-path="gxx/2.95.x"/> <option id="elide-constructors"> --- 2,6 ---- <options> ! <include file="gxx/2.95.x/description.xml"/> <option id="elide-constructors"> Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/2.95.x/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 4 Apr 2007 18:29:01 -0000 1.1 --- Makefile.am 12 Apr 2007 16:51:31 -0000 1.2 *************** *** 8,12 **** # ----------------------------------------------------------------------------- ! data_DATA = description.xml options.xml datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/g++/2.95.x --- 8,12 ---- # ----------------------------------------------------------------------------- ! data_DATA = description.xml datarootdir=@datarootdir@/compbenchmarks/@VERSION@/KB/g++/2.95.x |