gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob org/nongnu/libvob/gl/IrregularFrame.java...


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob org/nongnu/libvob/gl/IrregularFrame.java...
Date: Tue, 15 Apr 2003 14:53:13 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/15 14:53:13

Modified files:
        org/nongnu/libvob/gl: IrregularFrame.java 
        test/vob/gl    : irregu.test paper.test 

Log message:
        Fix irregu

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/IrregularFrame.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/vob/gl/irregu.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/vob/gl/paper.test.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/gl/IrregularFrame.java
diff -u libvob/org/nongnu/libvob/gl/IrregularFrame.java:1.1 
libvob/org/nongnu/libvob/gl/IrregularFrame.java:1.2
--- libvob/org/nongnu/libvob/gl/IrregularFrame.java:1.1 Thu Mar 27 05:27:37 2003
+++ libvob/org/nongnu/libvob/gl/IrregularFrame.java     Tue Apr 15 14:53:13 2003
@@ -65,7 +65,7 @@
     static public void init() {
        if(constr == null) {
            PythonInterpreter jython = new PythonInterpreter();
-           jython.exec("from org.nongnu.libvob.putil.effects import 
IrreguFrame\n");
+           jython.exec("from vob.putil.effects import IrreguFrame\n");
            constr = jython.get("IrreguFrame");
            if(constr == null)
                throw new Error("Couldn't initialize IrregularFrame");
Index: libvob/test/vob/gl/irregu.test
diff -u libvob/test/vob/gl/irregu.test:1.1 libvob/test/vob/gl/irregu.test:1.2
--- libvob/test/vob/gl/irregu.test:1.1  Tue Apr 15 14:50:57 2003
+++ libvob/test/vob/gl/irregu.test      Tue Apr 15 14:53:13 2003
@@ -1,3 +1,26 @@
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# 
+# This file is part of Libvob.
+# 
+# Libvob is free software; you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# Libvob is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
+# Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General
+# Public License along with Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+# 
+
+needGL()
 # Really basic
 
 from org.nongnu.libvob.gl import IrregularFrame
Index: libvob/test/vob/gl/paper.test
diff -u libvob/test/vob/gl/paper.test:1.4 libvob/test/vob/gl/paper.test:1.5
--- libvob/test/vob/gl/paper.test:1.4   Thu Mar 27 03:24:35 2003
+++ libvob/test/vob/gl/paper.test       Tue Apr 15 14:53:13 2003
@@ -1,20 +1,20 @@
 # 
 # Copyright (c) 2003, Tuomas J. Lukka
 # 
-# This file is part of Gzz.
+# This file is part of Libvob.
 # 
-# Gzz is free software; you can redistribute it and/or modify it under
+# Libvob is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 # 
-# Gzz is distributed in the hope that it will be useful, but WITHOUT
+# Libvob is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
 # Public License for more details.
 # 
 # You should have received a copy of the GNU Lesser General
-# Public License along with Gzz; if not, write to the Free
+# Public License along with Libvob; if not, write to the Free
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA
 # 




reply via email to

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