[Webfunds-commits] java/webfunds/client Core.java
Ian Grigg
iang@cypherpunks.ai
Tue, 26 Sep 2000 18:24:52 -0400 (AST)
iang 00/09/26 18:24:51
Modified: webfunds/client Core.java
Log:
moved wallets up one into plugins, work it out by context later on
Revision Changes Path
1.66 +2 -2 java/webfunds/client/Core.java
Index: Core.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/Core.java,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Core.java 2000/09/24 23:19:09 1.65
+++ Core.java 2000/09/26 22:24:51 1.66
@@ -1,4 +1,4 @@
-/* $Id: Core.java,v 1.65 2000/09/24 23:19:09 iang Exp $
+/* $Id: Core.java,v 1.66 2000/09/26 22:24:51 iang Exp $
*
* Copyright (c) Systemics Inc. 1995-2000 on behalf of
* The WebFunds Development Team. All rights reserved.
@@ -44,7 +44,7 @@
public static final File defaultDir = new File("defaults");
public static final File propfile = new File(userDir, "props.dat");
public static final File pluginsDir = new File("plugins");
- public static final File walletsDir = new File(pluginsDir, "wallets");
+ public static final File walletsDir = pluginsDir;
/** customisable brand name */
public static String me = "WebFunds";