Update of /cvsroot/pymerase/pymerase/examples/dvd
In directory sc8-pr-cvs1:/tmp/cvs-serv10697
Modified Files:
createapi.py creategraphvizuml.py createhtml.py
createpytkdbwidgets.py createpytkwidgets.py createreport.py
createsql.py
Log Message:
updated to use Makefile extracted xmi file
Index: createapi.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/createapi.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createapi.py 5 Feb 2003 23:06:44 -0000 1.2
--- createapi.py 18 Mar 2003 20:38:41 -0000 1.3
***************
*** 12,16 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./DvdAPI")
--- 12,16 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./DvdAPI")
Index: creategraphvizuml.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/creategraphvizuml.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** creategraphvizuml.py 5 Feb 2003 23:06:44 -0000 1.2
--- creategraphvizuml.py 18 Mar 2003 20:38:42 -0000 1.3
***************
*** 9,13 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./dvd.dot")
--- 9,13 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./dvd.dot")
Index: createhtml.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/createhtml.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createhtml.py 5 Feb 2003 23:06:44 -0000 1.2
--- createhtml.py 18 Mar 2003 20:38:42 -0000 1.3
***************
*** 9,13 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./html")
--- 9,13 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./html")
Index: createpytkdbwidgets.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/createpytkdbwidgets.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createpytkdbwidgets.py 5 Feb 2003 23:06:44 -0000 1.2
--- createpytkdbwidgets.py 18 Mar 2003 20:38:43 -0000 1.3
***************
*** 12,16 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./widgets")
--- 12,16 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./widgets")
Index: createpytkwidgets.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/createpytkwidgets.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createpytkwidgets.py 5 Feb 2003 23:06:44 -0000 1.2
--- createpytkwidgets.py 18 Mar 2003 20:38:43 -0000 1.3
***************
*** 12,16 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./widgets")
--- 12,16 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./widgets")
Index: createreport.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/createreport.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createreport.py 5 Feb 2003 23:06:44 -0000 1.2
--- createreport.py 18 Mar 2003 20:38:44 -0000 1.3
***************
*** 9,13 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./report.txt")
--- 9,13 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./report.txt")
Index: createsql.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/dvd/createsql.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** createsql.py 27 Feb 2003 20:44:17 -0000 1.3
--- createsql.py 18 Mar 2003 20:38:46 -0000 1.4
***************
*** 9,13 ****
if __name__ == "__main__":
! schema = os.path.abspath("./dvd_.xmi")
outputPath = os.path.abspath("./dvd.sql")
--- 9,13 ----
if __name__ == "__main__":
! schema = os.path.abspath("./dvd.xmi")
outputPath = os.path.abspath("./dvd.sql")
|