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