|
From: <ki...@us...> - 2003-03-18 20:48:41
|
Update of /cvsroot/pymerase/pymerase/examples In directory sc8-pr-cvs1:/tmp/cvs-serv14945 Modified Files: README.examples Log Message: Updated for instructions on extracting .xmi files Index: README.examples =================================================================== RCS file: /cvsroot/pymerase/pymerase/examples/README.examples,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.examples 15 Mar 2003 00:33:20 -0000 1.5 --- README.examples 18 Mar 2003 20:48:37 -0000 1.6 *************** *** 38,41 **** --- 38,47 ---- + * Extracting .xmi files from ArgoUML files (.zargo) + --------------------------------------------------- + Many examples use the .xmi file that's located in the .zargo file in + each example directory. You can either run make to extract the .xmi + files, or you can manually run the commands in the Makefile of each + example. |