[kaffe] CVS kaffe (robilad): Removed unused inetlib utility class

Kaffe CVS cvs-commits at kaffe.org
Thu Jan 27 08:37:38 PST 2005


PatchSet 5931 
Date: 2005/01/27 16:33:26
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Removed unused inetlib utility class

2005-01-27  Dalibor Topic  <robilad at kaffe.org>

        * libraries/javalib/gnu/inet/util/GetSystemPropertyAction.java:
        Removed unused class.

Members: 
	ChangeLog:1.3470->1.3471 
	libraries/javalib/Makefile.am:1.300->1.301 
	libraries/javalib/Makefile.in:1.383->1.384 
	libraries/javalib/all.files:1.82->1.83 
	libraries/javalib/gnu/inet/util/GetSystemPropertyAction.java:1.5->1.6(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3470 kaffe/ChangeLog:1.3471
--- kaffe/ChangeLog:1.3470	Thu Jan 27 15:17:07 2005
+++ kaffe/ChangeLog	Thu Jan 27 16:33:26 2005
@@ -1,5 +1,10 @@
 2005-01-27  Dalibor Topic  <robilad at kaffe.org>
 
+	* libraries/javalib/gnu/inet/util/GetSystemPropertyAction.java:
+	Removed unused class.
+
+2005-01-27  Dalibor Topic  <robilad at kaffe.org>
+
         * libraries/javalib/gnu/java/rmi/dgc/DGCImpl_Skel.java,
           libraries/javalib/gnu/java/rmi/dgc/DGCImpl_Stub.java,
           libraries/javalib/gnu/java/rmi/registry/RegistryImpl_Skel.java,
Index: kaffe/libraries/javalib/Makefile.am
diff -u kaffe/libraries/javalib/Makefile.am:1.300 kaffe/libraries/javalib/Makefile.am:1.301
--- kaffe/libraries/javalib/Makefile.am:1.300	Thu Jan 27 13:56:39 2005
+++ kaffe/libraries/javalib/Makefile.am	Thu Jan 27 16:33:29 2005
@@ -902,7 +902,6 @@
 	gnu/inet/util/CRLFOutputStream.java \
 	gnu/inet/util/EmptyX509TrustManager.java \
 	gnu/inet/util/GetLocalHostAction.java \
-	gnu/inet/util/GetSystemPropertyAction.java \
 	gnu/inet/util/LineInputStream.java \
 	gnu/inet/util/Logger.java \
 	gnu/inet/util/MessageInputStream.java \
Index: kaffe/libraries/javalib/Makefile.in
diff -u kaffe/libraries/javalib/Makefile.in:1.383 kaffe/libraries/javalib/Makefile.in:1.384
--- kaffe/libraries/javalib/Makefile.in:1.383	Thu Jan 27 13:56:42 2005
+++ kaffe/libraries/javalib/Makefile.in	Thu Jan 27 16:33:30 2005
@@ -1309,7 +1309,6 @@
 	gnu/inet/util/CRLFOutputStream.java \
 	gnu/inet/util/EmptyX509TrustManager.java \
 	gnu/inet/util/GetLocalHostAction.java \
-	gnu/inet/util/GetSystemPropertyAction.java \
 	gnu/inet/util/LineInputStream.java \
 	gnu/inet/util/Logger.java \
 	gnu/inet/util/MessageInputStream.java \
Index: kaffe/libraries/javalib/all.files
diff -u kaffe/libraries/javalib/all.files:1.82 kaffe/libraries/javalib/all.files:1.83
--- kaffe/libraries/javalib/all.files:1.82	Thu Jan 27 13:56:43 2005
+++ kaffe/libraries/javalib/all.files	Thu Jan 27 16:33:31 2005
@@ -513,7 +513,6 @@
 gnu/inet/util/CRLFOutputStream.java
 gnu/inet/util/EmptyX509TrustManager.java
 gnu/inet/util/GetLocalHostAction.java
-gnu/inet/util/GetSystemPropertyAction.java
 gnu/inet/util/LineInputStream.java
 gnu/inet/util/Logger.java
 gnu/inet/util/MessageInputStream.java
===================================================================
Checking out kaffe/libraries/javalib/gnu/inet/util/GetSystemPropertyAction.java
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/gnu/inet/util/Attic/GetSystemPropertyAction.java,v
VERS: 1.5
***************
--- kaffe/libraries/javalib/gnu/inet/util/GetSystemPropertyAction.java	Thu Jan 27 16:37:38 2005
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,68 +0,0 @@
-/*
- * $Id: GetSystemPropertyAction.java,v 1.5 2004/10/30 12:14:18 robilad Exp $
- * Copyright (C) 2004 The Free Software Foundation
- * 
- * This file is part of GNU inetlib, a library.
- * 
- * GNU inetlib is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- * 
- * GNU inetlib 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 General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- * 
- * Linking this library statically or dynamically with other modules is
- * making a combined work based on this library.  Thus, the terms and
- * conditions of the GNU General Public License cover the whole
- * combination.
- *
- * As a special exception, the copyright holders of this library give you
- * permission to link this library with independent modules to produce an
- * executable, regardless of the license terms of these independent
- * modules, and to copy and distribute the resulting executable under
- * terms of your choice, provided that you also meet, for each linked
- * independent module, the terms and conditions of the license of that
- * module.  An independent module is a module which is not derived from
- * or based on this library.  If you modify this library, you may extend
- * this exception to your version of the library, but you are not
- * obliged to do so.  If you do not wish to do so, delete this
- * exception statement from your version.
- */
-
-package gnu.inet.util;
-
-import java.security.PrivilegedAction;
-
-/**
- * Privileged action for retrieving system properties.
- *
- * @author <a href='mailto:dog at gnu.org'>Chris Burdess</a>
- */
-public class GetSystemPropertyAction
-implements PrivilegedAction
-{
-
-  final String name;
-
-  /**
-   * Constructor.
-   * @param name the the name of the system property to retrieve
-   */
-  public GetSystemPropertyAction (String name)
-  {
-    this.name = name;
-  }
-
-  public Object run ()
-  {
-    return System.getProperty (name);
-  }
-  
-}




More information about the kaffe mailing list