Community
Participate
Working Groups
Variable.setPosition(var, "append");
Variable.setValue(var, "%CLASSPATH_COM_IBM_ICU%");
app.appendChild(var);
// bugzilla 195998 start
// The following two classpath additions were made to enable sensor/extractor XPath filtering to work in a remote scenario
// org.eclipse.tptp.platform.models jars
var = doc.createElement(Variable.TAG);
Variable.setName(var, "CLASSPATH");
Variable.setPosition(var, "prepend");
Variable.setValue(var, "%CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS%");
// org.eclipse.emf.ecore jars
Variable.setValue(var, "%CLASSPATH_ORG_ECLIPSE_JDT_CORE%");
// bugzilla 195998 end
param = doc.createElement(Parameter.TAG);
Parameter.setPosition(param, "prepend");