From e007959ce2b5acb85e3e4d16af139c8adbd0f71a Mon Sep 17 00:00:00 2001 From: rescobar Date: Wed, 22 Jul 2009 19:15:35 +0000 Subject: Moved derby server property to OseeProperties class. Refactored IConnection to throw Exception. --- .../src/org/eclipse/osee/framework/core/server/OseeServerProperties.java | 1 - 1 file changed, 1 deletion(-) (limited to 'org.eclipse.osee.framework.core.server') diff --git a/org.eclipse.osee.framework.core.server/src/org/eclipse/osee/framework/core/server/OseeServerProperties.java b/org.eclipse.osee.framework.core.server/src/org/eclipse/osee/framework/core/server/OseeServerProperties.java index 04d49516336..8f3376ececf 100644 --- a/org.eclipse.osee.framework.core.server/src/org/eclipse/osee/framework/core/server/OseeServerProperties.java +++ b/org.eclipse.osee.framework.core.server/src/org/eclipse/osee/framework/core/server/OseeServerProperties.java @@ -23,7 +23,6 @@ public class OseeServerProperties { private static final String OSEE_APPLICATION_SERVER_DATA = "osee.application.server.data"; private static final String OSGI_PORT_PROPERTY = "org.osgi.service.http.port"; private static final String CHECK_TAG_QUEUE_ON_START_UP = "osee.check.tag.queue.on.startup"; - public static final String OSEE_DERBY_SERVER = "osee.derby.server"; private static final String OSEE_VERSION = "osee.version"; private static boolean wasBinaryDataChecked = false; -- cgit v1.2.3