Simplify Argeo Commons project structure
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / src / org / argeo / eclipse / ui / util / SingleSourcingConstants.java
diff --git a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/util/SingleSourcingConstants.java b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/util/SingleSourcingConstants.java
deleted file mode 100644 (file)
index b99f37a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.argeo.eclipse.ui.util;
-
-/**
- * Centralise constants that are used in both RAP and RCP specific code to avoid
- * duplicated declaration
- */
-public interface SingleSourcingConstants {
-
-       // Single sourced open file command
-       String OPEN_FILE_CMD_ID = "org.argeo.cms.ui.workbench.openFile";
-       String PARAM_FILE_NAME = "param.fileName";
-       String PARAM_FILE_URI = "param.fileURI";
-
-       String SCHEME_HOST_SEPARATOR = "://";
-       String FILE_SCHEME = "file";
-       String JCR_SCHEME = "jcr";
-}