Adapt to changes in Argeo Commons.
[gpl/argeo-suite.git] / org.argeo.suite.e4.rap / src / org / argeo / suite / e4 / rap / ArgeoSuiteEntryPoint.java
diff --git a/org.argeo.suite.e4.rap/src/org/argeo/suite/e4/rap/ArgeoSuiteEntryPoint.java b/org.argeo.suite.e4.rap/src/org/argeo/suite/e4/rap/ArgeoSuiteEntryPoint.java
deleted file mode 100644 (file)
index 121937c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.argeo.suite.e4.rap;
-
-import org.argeo.cms.e4.rap.CmsE4EntryPointFactory;
-
-public class ArgeoSuiteEntryPoint extends CmsE4EntryPointFactory {
-
-       public ArgeoSuiteEntryPoint(String e4Xmi) {
-               super(e4Xmi, "bundleclass://org.argeo.suite.e4.rap/org.argeo.suite.e4.rap.ArgeoSuiteLoginLifecycle");
-       }
-
-}