00001 /* Package Web Test Tools 00002 * Copyright (C) 2001 "Artur Hefczyc" <kobit@users.sourceforge.net> 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU Lesser General Public License as published 00006 * by the Free Software Foundation; either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public License 00015 * along with this program; if not, write to the Free Software Foundation, 00016 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00017 * 00018 * $Id: Constants.java,v 1.1 2002/11/29 15:18:33 kobit Exp $ 00019 * $Author: kobit $ 00020 * $Date: 2002/11/29 15:18:33 $ 00021 */ 00022 00023 package wttools.remotecons; 00024 00035 public class Constants { 00036 00041 public static final int DEFAULT_SERVER_PORT = 1612; 00042 00043 }// Constants 00044 /* 00045 * Changes in file: 00046 * 00047 * $Log: Constants.java,v $ 00048 * Revision 1.1 2002/11/29 15:18:33 kobit 00049 * Refactoring packages, thanks to RefactorIT 00050 * 00051 * Revision 1.3 2002/01/17 22:37:44 kobit 00052 * Javadoc comments for classes in progress... 00053 * 00054 * Revision 1.2 2002/01/12 12:31:26 kobit 00055 * Updated CVS keyword in all files 00056 * 00057 * 00058 */