gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph ./Makefile org/nongnu/alph/ImmutableExcept...


From: Tuomas J. Lukka
Subject: [Gzz-commits] alph ./Makefile org/nongnu/alph/ImmutableExcept...
Date: Tue, 25 Mar 2003 09:36:12 -0500

CVSROOT:        /cvsroot/alph
Module name:    alph
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/25 09:36:12

Modified files:
        .              : Makefile 
        org/nongnu/alph: ImmutableException.java 
Added files:
        org/nongnu/alph/impl: Enfilade1DImpl.java FakeSpanMaker.java 
                              FakeTextSpan.java PageImageScroll.java 
                              PermanentTextScroll.java 
                              ScrollBlockManager.java 
                              ScrollSpanMaker.java 
                              SimpleImageScroll.java 
                              TransientTextScroll.java 

Log message:
        Impl compiles

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/Makefile.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/ImmutableException.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/Enfilade1DImpl.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/FakeSpanMaker.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/FakeTextSpan.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/PageImageScroll.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/PermanentTextScroll.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/ScrollBlockManager.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/ScrollSpanMaker.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/SimpleImageScroll.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/TransientTextScroll.java?rev=1.1

Patches:
Index: alph/Makefile
diff -u alph/Makefile:1.1 alph/Makefile:1.2
--- alph/Makefile:1.1   Tue Mar 25 07:25:29 2003
+++ alph/Makefile       Tue Mar 25 09:36:12 2003
@@ -1,5 +1,10 @@
 all: java
 
+STORMCLASSDIR=../storm/CLASSES
+
+CLASSPATH=$(CLASSDIR):$(STORMCLASSDIR)
+export CLASSPATH
+
 RAWSRC = `find org/ -name "*.java"` 
 CLASSDIR=CLASSES/
 JAVAC=javac
Index: alph/org/nongnu/alph/ImmutableException.java
diff -u alph/org/nongnu/alph/ImmutableException.java:1.1 
alph/org/nongnu/alph/ImmutableException.java:1.2
--- alph/org/nongnu/alph/ImmutableException.java:1.1    Tue Mar 25 07:25:29 2003
+++ alph/org/nongnu/alph/ImmutableException.java        Tue Mar 25 09:36:12 2003
@@ -2,21 +2,22 @@
 ImmutableException.java
  *    
  *    Copyright (c) 1999-2001, Ted Nelson and Tuomas Lukka
+ *    Copyright (c) 2003, Tuomas Lukka
  *
- *    This file is part of Gzz.
+ *    This file is part of Alph.
  *    
- *    Gzz is free software; you can redistribute it and/or modify it under
+ *    Alph 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
+ *    Alph 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 Alph; if not, write to the Free
  *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  *    MA  02111-1307  USA
  *    
@@ -34,7 +35,7 @@
  */
 
 public class ImmutableException extends Error {
-public static final String rcsid = "$Id: ImmutableException.java,v 1.1 
2003/03/25 12:25:29 tjl Exp $";
+public static final String rcsid = "$Id: ImmutableException.java,v 1.2 
2003/03/25 14:36:12 tjl Exp $";
        public ImmutableException() { super(); }
        public ImmutableException(String s) { super(s); }
 }




reply via email to

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