savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/infra/elisp savannah.el


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/infra/elisp savannah.el
Date: Mon, 27 Aug 2007 22:10:53 +0000

CVSROOT:        /cvsroot/administration
Module name:    administration
Changes by:     Sylvain Beucler <Beuc>  07/08/27 22:10:53

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Update Java canned text with links to IcedTea.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.el?cvsroot=administration&r1=1.54&r2=1.55

Patches:
Index: savannah.el
===================================================================
RCS file: /cvsroot/administration/administration/infra/elisp/savannah.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- savannah.el 17 Aug 2007 20:27:16 -0000      1.54
+++ savannah.el 27 Aug 2007 22:10:53 -0000      1.55
@@ -73,7 +73,7 @@
 ;;   lots of changes tracked via CVS, with suggestions or patches from
 ;;   Jonathan V. Gonzales and Sebastian Wieseler.
 ;;
-;; $Id: savannah.el,v 1.54 2007/08/17 20:27:16 Beuc Exp $
+;; $Id: savannah.el,v 1.55 2007/08/27 22:10:53 Beuc Exp $
 
 ;;
 ;; General
@@ -341,13 +341,13 @@
 (defun sv-problem-java ()
   (interactive)
   ""
-  (insert "You must determine whether your project can run on a Free Software 
Java suite \(see http://www.gnu.org/software/java/ for more information\).
+  (insert "You must determine whether your project can run on a Free Software 
Java suite \(see https://savannah.gnu.org/maintenance/JavaIssues and 
http://www.gnu.org/software/java/ for more information\).
 
-We recommend you to test your project using GCJ and GNU Classpath, and ensure 
that your Java code runs on this Free Software Java suite.
+We recommend you to test your project using IcedTea, or GCJ + GNU Classpath, 
and ensure that your Java code runs on this Free Software Java suite.
 
-GCJ is the GNU Compiler for Java, part of the GCC (GNU Compiler Collection).  
The Classpath project aims to develop a free and portable implementation of the 
Java API \(the classes in the 'java' package\).
+IceTea is based on Sun's OpenJDK and uses free replacements for its 
proprietary parts. GCJ is the GNU Compiler for Java, part of the GCC (GNU 
Compiler Collection).  The Classpath project aims to develop a free and 
portable implementation of the Java API \(the classes in the 'java' package\).
 
-More information is available at http://gcc.gnu.org/ and 
http://www.gnu.org/software/classpath/ .
+More information is available at http://icedtea.classpath.org/ , 
http://gcc.gnu.org/ and http://www.gnu.org/software/classpath/ .
 
 Please provide us with more information about this point.\n\n")
   (message "Inserted sv-problem-java text.")




reply via email to

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