Update of /cvsroot/pymerase/pymerase/examples/varTypes
In directory sc8-pr-cvs1:/tmp/cvs-serv8670
Modified Files:
Makefile createapi.py createpytkdbwidgets.py
createpytkwidgets.py createreport.py createsql.py
Log Message:
updating extraction to use make file.
Index: Makefile
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/varTypes/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 18 Mar 2003 20:31:11 -0000 1.1
--- Makefile 18 Mar 2003 20:34:24 -0000 1.2
***************
*** 1,2 ****
varTypes_.xmi: varTypes.zargo
! unzip varTypes.zargo varTypes_.xmi
\ No newline at end of file
--- 1,3 ----
varTypes_.xmi: varTypes.zargo
! unzip varTypes.zargo varTypes_.xmi
! mv varTypes_.xmi varTypes.xmi
\ No newline at end of file
Index: createapi.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/varTypes/createapi.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createapi.py 5 Feb 2003 23:08:26 -0000 1.2
--- createapi.py 18 Mar 2003 20:34:24 -0000 1.3
***************
*** 12,16 ****
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes_.xmi")
outputPath = os.path.abspath("./VarTypesAPI")
--- 12,16 ----
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes.xmi")
outputPath = os.path.abspath("./VarTypesAPI")
Index: createpytkdbwidgets.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/varTypes/createpytkdbwidgets.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createpytkdbwidgets.py 5 Feb 2003 23:08:26 -0000 1.2
--- createpytkdbwidgets.py 18 Mar 2003 20:34:24 -0000 1.3
***************
*** 12,16 ****
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes_.xmi")
outputPath = os.path.abspath("./widgets")
--- 12,16 ----
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes.xmi")
outputPath = os.path.abspath("./widgets")
Index: createpytkwidgets.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/varTypes/createpytkwidgets.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createpytkwidgets.py 5 Feb 2003 23:08:27 -0000 1.2
--- createpytkwidgets.py 18 Mar 2003 20:34:25 -0000 1.3
***************
*** 12,16 ****
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes_.xmi")
outputPath = os.path.abspath("./widgets")
--- 12,16 ----
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes.xmi")
outputPath = os.path.abspath("./widgets")
Index: createreport.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/varTypes/createreport.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** createreport.py 5 Feb 2003 23:08:27 -0000 1.2
--- createreport.py 18 Mar 2003 20:34:25 -0000 1.3
***************
*** 9,13 ****
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes_.xmi")
outputPath = os.path.abspath("./report.txt")
--- 9,13 ----
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes.xmi")
outputPath = os.path.abspath("./report.txt")
Index: createsql.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/varTypes/createsql.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** createsql.py 5 Feb 2003 23:08:27 -0000 1.3
--- createsql.py 18 Mar 2003 20:34:25 -0000 1.4
***************
*** 9,13 ****
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes_.xmi")
outputPath = os.path.abspath("./varTypes.sql")
--- 9,13 ----
if __name__ == "__main__":
! schema = os.path.abspath("./varTypes.xmi")
outputPath = os.path.abspath("./varTypes.sql")
|