]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rap/src/main/java/org/argeo/slc/client/rap/SlcSecureRap.java
Adapt to changes in Commons
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rap / src / main / java / org / argeo / slc / client / rap / SlcSecureRap.java
index f37988f6e04b705e69e9403c049afb214e9614e0..4929700558e966159da951abc3e2961572af5fb1 100644 (file)
@@ -1,7 +1,7 @@
 package org.argeo.slc.client.rap;
 
-import org.argeo.security.ui.application.SecureRap;
-import org.argeo.security.ui.application.SecureWorkbenchAdvisor;
+import org.argeo.security.ui.rap.SecureEntryPoint;
+import org.argeo.security.ui.rap.SecureWorkbenchAdvisor;
 import org.eclipse.ui.application.IWorkbenchWindowConfigurer;
 import org.eclipse.ui.application.WorkbenchAdvisor;
 import org.eclipse.ui.application.WorkbenchWindowAdvisor;
@@ -10,7 +10,7 @@ import org.eclipse.ui.application.WorkbenchWindowAdvisor;
  * This class controls all aspects of the application's execution and is
  * contributed through the plugin.xml.
  */
-public class SlcSecureRap extends SecureRap {
+public class SlcSecureRap extends SecureEntryPoint {
 
 
        @Override