Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] org.eclipse.tomcat exported packages


These are all in the org.eclipse.equinox.servlet.api bundle available from the Equinox download site
        http://download.eclipse.org/eclipse/equinox

Jeff




Nitin Dahyabhai <nitind@xxxxxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx

04/12/2006 05:45 PM

Please respond to
"General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>

To
"General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>
cc
Subject
Re: [eclipse-dev] org.eclipse.tomcat exported packages





We've been using the following classes and interfaces in WTP's JSP
component to help us with content assist and validation.

javax.servlet.jsp.tagext.TagAttributeInfo
javax.servlet.jsp.tagext.TagData
javax.servlet.jsp.tagext.TagExtraInfo
javax.servlet.jsp.tagext.TagInfo
javax.servlet.jsp.tagext.TagLibraryInfo
javax.servlet.jsp.tagext.VariableInfo


---
Nitin Dahyabhai



"Curtis D'Entremont" <curtispd@xxxxxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx
04/12/2006 02:57 PM
Please respond to
"General development mailing list of the Eclipse project."
<eclipse-dev@xxxxxxxxxxx>


To
eclipse-dev@xxxxxxxxxxx, platform-ua-dev@xxxxxxxxxxx
cc

Subject
[eclipse-dev] org.eclipse.tomcat exported packages







Hi folks,

As part of the fix to bug 130292, the org.eclipse.tomcat plugin will no
longer export any tomcat packages in order to avoid conflicts. This means
if you're using this internal tomcat plugin shipped with eclipse directly
(which you shouldn't), you will be broken. As a reminder, this plugin is
not meant for external consumption and is for the help system only (hence
the name org.eclipse.tomcat). If anyone happens to be using this internal
plugin, please let us know so we can help you migrate off of it.

Thanks,
Curt _______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top