Removed UI.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / actions / PHPdtActionConstants.java
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
deleted file mode 100644 (file)
index 0709883..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2002 International Business Machines Corp. and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v05.html
- * 
- * Contributors:
- *     IBM Corporation - initial API and implementation
- ******************************************************************************/
-package net.sourceforge.phpdt.ui.actions;
-
-/**
- * Action ids for standard actions, for groups in the menu bar, and
- * for actions in context menus of PHPDT views.
- * 
- * <p>
- * This class may be instantiated; it is not intended to be subclassed.
- * </p>
- * 
- * @since 2.0
- */
-public class PHPdtActionConstants {
-
-  //   Edit menu
-
-  /**
-   * Edit menu: name of standard Code Assist global action
-   * (value <code>"org.phpeclipse.phpdt.ui.actions.ContentAssist"</code>).
-   */
-  public static final String CONTENT_ASSIST = "net.sourceforge.phpeclipse.phpeditor.ContentAssist"; //$NON-NLS-1$
-
-  // Source menu       
-
-  /**
-   * Source menu: name of standard Comment global action
-   * (value <code>"net.sourceforge.phpdt.ui.actions.Comment"</code>).
-   */
-  public static final String COMMENT = "net.sourceforge.phpeclipse.phpeditor.Comment"; //$NON-NLS-1$
-
-  /**
-   * Source menu: name of standard Uncomment global action
-   * (value <code>"net.sourceforge.phpdt.ui.actions.Uncomment"</code>).
-   */
-  public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.Uncomment"; //$NON-NLS-1$
-
-  /**
-   * Source menu: name of standard Format global action (value <code>"org.
-   * phpeclipse.phpdt.ui.actions.Format"</code>).
-   */
-  public static final String FORMAT = "net.sourceforge.phpeclipse.phpeditor.Format"; //$NON-NLS-1$
-
-}