A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / preferences / IMiscProjectPreferences.java
index ef42982..5a0959a 100644 (file)
@@ -1,32 +1,30 @@
 package net.sourceforge.phpeclipse.ui.preferences;
 
-
 /**
  * constnats for project preferences
  */
 public interface IMiscProjectPreferences {
 
-  /**
-   * namespace URI for the properties
-   */
-//  public static final String PROPERTY_NAMESPACE = "http://phpeclipse.org";
-   
- // public static final String PREF_ID = "net.sourceforge.phpeclipse.preferences.PHPMiscProjectPreferences";
-//  /**
-//   * property local name for the publish directory
-//   */
-//  public static final String PUBLISH_PROPERTY = "publish";
-//  
-//  /**
-//   * property qualified name for the publish directory
-//   */
-//  public static final QualifiedName PUBLISH_PROPERTY_NAME =
-//     new QualifiedName(PROPERTY_NAMESPACE,PUBLISH_PROPERTY);
-//     
-//   /**
-//    * default value for the publish directory name
-//    */
-//   public static final String DEFAULT_PUBLISH_DIR = "c:\\temp";   
-
+       /**
+        * namespace URI for the properties
+        */
+       // public static final String PROPERTY_NAMESPACE = "http://phpeclipse.org";
+       // public static final String PREF_ID =
+       // "net.sourceforge.phpeclipse.preferences.PHPMiscProjectPreferences";
+       // /**
+       // * property local name for the publish directory
+       // */
+       // public static final String PUBLISH_PROPERTY = "publish";
+       //  
+       // /**
+       // * property qualified name for the publish directory
+       // */
+       // public static final QualifiedName PUBLISH_PROPERTY_NAME =
+       // new QualifiedName(PROPERTY_NAMESPACE,PUBLISH_PROPERTY);
+       //     
+       // /**
+       // * default value for the publish directory name
+       // */
+       // public static final String DEFAULT_PUBLISH_DIR = "c:\\temp";
 
 }
\ No newline at end of file