Renamed mograsim to net.mograsim
[Mograsim.git] / SampleERCP / src / mograsim / rcp / handlers / AboutHandler.java
diff --git a/SampleERCP/src/mograsim/rcp/handlers/AboutHandler.java b/SampleERCP/src/mograsim/rcp/handlers/AboutHandler.java
deleted file mode 100644 (file)
index ede71bd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package mograsim.rcp.handlers;
-
-import org.eclipse.e4.core.di.annotations.Execute;
-import org.eclipse.jface.dialogs.MessageDialog;
-import org.eclipse.swt.widgets.Shell;
-
-public class AboutHandler
-{
-       @Execute
-       public void execute(Shell shell)
-       {
-               MessageDialog.openInformation(shell, "About", "Sample RCP4");
-       }
-}