Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse Extension Point Schema Definition Change from Eclipse 3.4 to 3.5
Eclipse Extension Point Schema Definition Change from Eclipse 3.4 to 3.5 [message #478815] Fri, 07 August 2009 05:10 Go to next message
Stefan Liebig is currently offline Stefan LiebigFriend
Messages: 124
Registered: July 2009
Senior Member
Hi,

I recently noticed that the Extension Point Schema Editor introduced a
change in the schema definition for extension points.
It changed the element from
- element/annotation/appinfo to element/annotation/appInfo
- attribute/annotation/appinfo to attribute/annotation/appInfo
(i.e. the 'i' in appinfo changed to 'I' in appInfo)

I am wondering whether this might cause problems for users of a pre 3.5
Eclipse IDE when using exsd's from a 3.5 Eclipse IDE.
I know of users that still use 3.3 and 3.4 (because of company policies). If the appInfo element would be interpreted case sensitive than they would not be able to see the documentation.

Tschüß,
Stefan

Re: Eclipse Extension Point Schema Definition Change from Eclipse 3.4 to 3.5 [message #479361 is a reply to message #478815] Mon, 10 August 2009 18:35 Go to previous message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
Users of a pre 3.5 Eclipse IDE shouldn't be using exsd's from 3.5 releases. PDE doesn't support using targets from future releases.

I would need to look up the bug to be sure, but I believe that support for either appInfo or appinfo was backported to 3.4.2.
Previous Topic:PDE build with annotation processing
Next Topic:Eclipse Extension Point Schema Definition Change from Eclipse 3.4 to 3.5
Goto Forum:
  


Current Time: Fri Apr 26 08:31:10 GMT 2024

Powered by FUDForum. Page generated in 0.03049 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top