Changeset 6


Ignore:
Timestamp:
09/25/02 13:31:42 (21 years ago)
Author:
piso
Message:

TUNNEL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/Property.java

    r2 r6  
    33 *
    44 * Copyright (C) 2000-2002 Peter Graves
    5  * $Id: Property.java,v 1.1.1.1 2002-09-24 16:08:01 piso Exp $
     5 * $Id: Property.java,v 1.2 2002-09-25 13:31:42 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    291291    public static final Property THEME_PATH =
    292292        createProperty("themePath");
     293    public static final Property TUNNEL =
     294        createProperty("tunnel");
    293295    public static final Property USER_FULL_NAME =
    294296        createProperty("userFullName");
Note: See TracChangeset for help on using the changeset viewer.