| [news.eclipse.tools] "JRE_LIB";"JRE_SRC","JRE_SRCROOT" |
Should they be defined as constants (public static final ) in some external
package?
Currently even eclipse own PDE package have to define its own constants for
them or hard code them.
jdt\internal\ui\preferences\ClasspathVariablesPreferencePage.java(28):
public static final String JRELIB_VARIABLE= "JRE_LIB";
pde\internal\wizards\PluginPathUpdater.java(34): public static final String
JRE_VAR= "JRE_LIB";
pde\internal\base\BuildPathUtil.java(49): IPath jrePath = new
Path("JRE_LIB");