deleted everything
[Mograsim.git] / com.example.e4.rcp / src / com / example / e4 / rcp / handlers / AboutHandler.java
diff --git a/com.example.e4.rcp/src/com/example/e4/rcp/handlers/AboutHandler.java b/com.example.e4.rcp/src/com/example/e4/rcp/handlers/AboutHandler.java
deleted file mode 100644 (file)
index e1348ab..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package com.example.e4.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", "Eclipse 4 RCP Application");
-       }
-}