Clarify Eclipse 4 deployment.
[gpl/argeo-suite.git] / org.argeo.suite.e4.rap / src / org / argeo / suite / e4 / rap / settings / ArgeoRapApp.java
index bb4fae976e63ee422e0f7f490d9818a7ea0195cc..e575f5553da17b258ed501e8f76a477ea40948bf 100644 (file)
@@ -26,7 +26,7 @@ public class ArgeoRapApp extends AbstractRapE4App {
                this.cmsTheme = cmsTheme;
                this.bundle = bundle;
                setLifeCycleUri("bundleclass://org.argeo.suite.e4.rap/org.argeo.suite.e4.rap.ArgeoSuiteLoginLifecycle");
-               String contextName = "argeo/" + FilenameUtils.getExtension(bundle.getSymbolicName());
+               String contextName = "apps/" + FilenameUtils.getExtension(bundle.getSymbolicName());
                setContextName(contextName);
        }