From: G?nther B. <br...@us...> - 2002-02-03 22:23:16
|
Update of /cvsroot/xpg-xml/edu/iicm/xpg In directory usw-pr-cvs1:/tmp/cvs-serv19537 Modified Files: statemachine.xml Log Message: searchpath for transitionfactory added Index: statemachine.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/statemachine.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** statemachine.xml 2002/01/30 13:43:03 1.3 --- statemachine.xml 2002/02/03 22:23:13 1.4 *************** *** 1,6 **** <?xml version="1.0" standalone="no"?> ! <!DOCTYPE statemachine SYSTEM "statemachine.dtd"> <statemachine > <states> <startstate>file top</startstate> --- 1,7 ---- <?xml version="1.0" standalone="no"?> ! <DOCTYPE statemachine SYSTEM "statemachine.dtd"> <statemachine > + <path>edu.iicm.xpg.transitions</path> <states> <startstate>file top</startstate> *************** *** 129,130 **** --- 130,132 ---- </transitions> </statemachine > + |