[wpdev-commits] xmlscripts/definitions/items/books base.xml,1.7,1.8
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-03 15:53:26
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/books In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9879/items/books Modified Files: base.xml Log Message: Fixed <inherit id=""> syntax. Index: base.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/books/base.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** base.xml 27 Aug 2004 14:43:25 -0000 1.7 --- base.xml 3 Sep 2004 15:53:17 -0000 1.8 *************** *** 19,24 **** <!-- Book 1 --> ! <item id="fef"> ! <inherit id="base_book" /> <category>Equipment\Books\Book 1</category> <id>0x0fef</id> --- 19,23 ---- <!-- Book 1 --> ! <item id="fef" inherit="base_book"> <category>Equipment\Books\Book 1</category> <id>0x0fef</id> *************** *** 26,31 **** <!-- Book 2 --> ! <item id="ff0"> ! <inherit id="base_book" /> <category>Equipment\Books\Book 2</category> <id>0x0ff0</id> --- 25,29 ---- <!-- Book 2 --> ! <item id="ff0" inherit="base_book"> <category>Equipment\Books\Book 2</category> <id>0x0ff0</id> *************** *** 33,38 **** <!-- Book 3 --> ! <item id="ff1"> ! <inherit id="base_book" /> <category>Equipment\Books\Book 3</category> <id>0x0ff1</id> --- 31,35 ---- <!-- Book 3 --> ! <item id="ff1" inherit="base_book"> <category>Equipment\Books\Book 3</category> <id>0x0ff1</id> *************** *** 40,45 **** <!-- Book 4 --> ! <item id="ff2"> ! <inherit id="base_book" /> <category>Equipment\Books\Book 4</category> <id>0x0ff2</id> --- 37,41 ---- <!-- Book 4 --> ! <item id="ff2" inherit="base_book"> <category>Equipment\Books\Book 4</category> <id>0x0ff2</id> *************** *** 47,52 **** <!-- Book 5 --> ! <item id="ff3"> ! <inherit id="base_book" /> <category>Equipment\Books\Book 5</category> <id>0x0ff3</id> --- 43,47 ---- <!-- Book 5 --> ! <item id="ff3" inherit="base_book"> <category>Equipment\Books\Book 5</category> <id>0x0ff3</id> *************** *** 54,77 **** <!-- Book 6 --> ! <item id="ff4"> ! <inherit id="base_book" /> <category>Equipment\Books\Book 6</category> <id>0x0ff4</id> </item> ! <item id="fbd"> ! <inherit id="base_book" /> <id>0x0fbd</id> <category>Equipment\Books\Book 7 (N/S)</category> </item> ! <item id="fbe"> ! <inherit id="base_book" /> <id>0x0fbe</id> <category>Equipment\Books\Book 7 (W/E)</category> </item> ! <item id="1e20"> ! <inherit id="base_book" /> <id>0x1e20</id> <category>Equipment\Books\Book 8</category> --- 49,68 ---- <!-- Book 6 --> ! <item id="ff4" inherit="base_book"> <category>Equipment\Books\Book 6</category> <id>0x0ff4</id> </item> ! <item id="fbd" inherit="base_book"> <id>0x0fbd</id> <category>Equipment\Books\Book 7 (N/S)</category> </item> ! <item id="fbe" inherit="base_book"> <id>0x0fbe</id> <category>Equipment\Books\Book 7 (W/E)</category> </item> ! <item id="1e20" inherit="base_book"> <id>0x1e20</id> <category>Equipment\Books\Book 8</category> |