Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2009-07-22 19:15:35 +0000
committerrescobar2009-07-22 19:15:35 +0000
commite007959ce2b5acb85e3e4d16af139c8adbd0f71a (patch)
tree4230a9178a11904fa75b4b984a79da18e04b0198 /org.eclipse.osee.framework.core.server
parentea734c5cc8b8ab0b8ce8f9ed2728d2f7e3d51a3c (diff)
downloadorg.eclipse.osee-e007959ce2b5acb85e3e4d16af139c8adbd0f71a.tar.gz
org.eclipse.osee-e007959ce2b5acb85e3e4d16af139c8adbd0f71a.tar.xz
org.eclipse.osee-e007959ce2b5acb85e3e4d16af139c8adbd0f71a.zip
Moved derby server property to OseeProperties class. Refactored IConnection to throw Exception.
Diffstat (limited to 'org.eclipse.osee.framework.core.server')
-rw-r--r--org.eclipse.osee.framework.core.server/src/org/eclipse/osee/framework/core/server/OseeServerProperties.java1
1 files changed, 0 insertions, 1 deletions
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;

Back to the top