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