gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz ./Makefile gzz/slices/YAMLVersionFormatter.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./Makefile gzz/slices/YAMLVersionFormatter.py
Date: Wed, 04 Sep 2002 00:53:49 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/04 00:53:48

Modified files:
        .              : Makefile 
        gzz/slices     : YAMLVersionFormatter.py 

Log message:
        Fix space saving test broken by making gzz.util a python package

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.155&tr2=1.156&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/slices/YAMLVersionFormatter.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.155 gzz/Makefile:1.156
*** gzz/Makefile:1.155  Tue Sep  3 17:11:17 2002
--- gzz/Makefile        Wed Sep  4 00:53:48 2002
***************
*** 1,9 ****
  # This Makefile requires GNU make.
  
  # all must compile everywhere
! all: compile batchtest
  alltests: batchtest batchtest-junit slow test-
! botcompile: compile
  bottest: batchtest batchtest-junit slow
  
  CVS=cvs
--- 1,9 ----
  # This Makefile requires GNU make.
  
  # all must compile everywhere
! all: compile rmi batchtest
  alltests: batchtest batchtest-junit slow test-
! botcompile: compile rmi
  bottest: batchtest batchtest-junit slow
  
  CVS=cvs
Index: gzz/gzz/slices/YAMLVersionFormatter.py
diff -c gzz/gzz/slices/YAMLVersionFormatter.py:1.6 
gzz/gzz/slices/YAMLVersionFormatter.py:1.7
*** gzz/gzz/slices/YAMLVersionFormatter.py:1.6  Thu Aug 22 18:52:02 2002
--- gzz/gzz/slices/YAMLVersionFormatter.py      Wed Sep  4 00:53:48 2002
***************
*** 23,28 ****
--- 23,30 ----
  from gzz.mediaserver import Mediaserver
  from gzz.slices import SliceVersion
  from gzz.util import *
+ from gzz.util import VersionFormat
+ from gzz.util import CopyUtil
  
  from java.io import IOException
  from java.lang import String




reply via email to

[Prev in Thread] Current Thread [Next in Thread]