Organized imports
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / preferences / IMiscProjectPreferences.java
1 package net.sourceforge.phpeclipse.ui.preferences;
2
3
4 /**
5  * constnats for project preferences
6  */
7 public interface IMiscProjectPreferences {
8
9   /**
10    * namespace URI for the properties
11    */
12 //  public static final String PROPERTY_NAMESPACE = "http://phpeclipse.org";
13    
14  // public static final String PREF_ID = "net.sourceforge.phpeclipse.preferences.PHPMiscProjectPreferences";
15 //  /**
16 //   * property local name for the publish directory
17 //   */
18 //  public static final String PUBLISH_PROPERTY = "publish";
19 //  
20 //  /**
21 //   * property qualified name for the publish directory
22 //   */
23 //  public static final QualifiedName PUBLISH_PROPERTY_NAME =
24 //     new QualifiedName(PROPERTY_NAMESPACE,PUBLISH_PROPERTY);
25 //     
26 //   /**
27 //    * default value for the publish directory name
28 //    */
29 //   public static final String DEFAULT_PUBLISH_DIR = "c:\\temp";   
30
31
32 }