Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] Stuff for M1

I've been working on extracting JAXP (and therefore JDT)-specific code into separate plugins as per bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=213855
 
org.eclipse.wst.xsl.jaxp.debug - the same as the old org.eclipse.wst.xsl.debug (which is now defunct)
org.eclipse.wst.xsl.jaxp.launching - defines the extension points for JAXP processors and has the JAXPLaunchConfigurationDelegate
org.eclipse.wst.xsl.jaxp.debug.ui - installed processors preference page and JAXP-specific launch
 
We can then package them up as a separate feature that depends on the JDT.
 
I would like to submit these changes early on for M1 - hopefully its the largest change we'll need to make!
 
Cheers,
 
Doug

Back to the top