[V2d-checkins] CVS: v2d/src/examples/events/action_sequence_block action_sequence_block.ace,1.1,1.2
Status: Planning
Brought to you by:
glennmaughan
From: Julian R. <jul...@us...> - 2002-05-14 06:35:59
|
Update of /cvsroot/v2d/v2d/src/examples/events/action_sequence_block In directory usw-pr-cvs1:/tmp/cvs-serv28305 Modified Files: action_sequence_block.ace Log Message: Corrected to use $V2D environment variable. Index: action_sequence_block.ace =================================================================== RCS file: /cvsroot/v2d/v2d/src/examples/events/action_sequence_block/action_sequence_block.ace,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** action_sequence_block.ace 14 May 2002 06:34:34 -0000 1.1 --- action_sequence_block.ace 14 May 2002 06:35:55 -0000 1.2 *************** *** 23,31 **** inlining (no) inlining_size ("4") - working_directory ("C:\Projects\action_sequence_block") cluster -- The application ! root_cluster: "C:\Projects\action_sequence_block" -- EiffelBase --- 23,30 ---- inlining (no) inlining_size ("4") cluster -- The application ! root_cluster: ""$V2D\src\examples\events\action_sequence_block" -- EiffelBase |