[Fedora-directory-commits] console/src/com/netscape/management/client/console Console.java, 1.2, 1.3

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Tue Nov 29 18:37:03 UTC 2005


Author: nkinder

Update of /cvs/dirsec/console/src/com/netscape/management/client/console
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22252/src/com/netscape/management/client/console

Modified Files:
	Console.java 
Log Message:
173947 - Added ability to build a Console RPM.  The layout of Console can now be distributed inside system locations instead of being self-contained.


Index: Console.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/console/Console.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Console.java	26 Oct 2005 23:16:23 -0000	1.2
+++ Console.java	29 Nov 2005 18:36:56 -0000	1.3
@@ -70,6 +70,9 @@
     public static final String PREFERENCE_X = "X";
     public static final String PREFERENCE_Y = "Y";
 
+    public static final String PREFERENCE_DIR = System.getProperty("user.home") + File.separator +
+                                                ".fedora-console" + File.separator;
+
     public static final String OPTION_NOWINPOS = "nowinpos";
     public static final String OPTION_NOLOGO = "nologo";
     public static final String OPTION_JAVALAF = "javalaf";




More information about the Fedora-directory-commits mailing list