]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/ui/specific/OpenJcrFileCmdId.java
Adapt RCP bundle to latest conventions
[gpl/argeo-slc.git] / legacy / plugins / org.argeo.slc.client.rcp / src / main / java / org / argeo / slc / client / ui / specific / OpenJcrFileCmdId.java
diff --git a/legacy/plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/ui/specific/OpenJcrFileCmdId.java b/legacy/plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/ui/specific/OpenJcrFileCmdId.java
deleted file mode 100644 (file)
index fb0ad74..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.argeo.slc.client.ui.specific;
-
-import org.argeo.slc.client.rcp.SlcRcpPlugin;
-
-/**
- * Workaround a single sourcing problem:
- * 
- * final static variable are imported at compilation time (we build against RCP)
- * and we still must have a different ID (the prefix must be the PLUGIN ID) for
- * RAP and RCP in order to be able to inject beans in the corresponding commands
- */
-public class OpenJcrFileCmdId {
-
-       public String getCmdId() {
-               return SlcRcpPlugin.PLUGIN_ID + ".openJcrFile";
-       }
-}