Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370512 - Remove dependencies to Spring IDE's validation API
Summary: Remove dependencies to Spring IDE's validation API
Status: RESOLVED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: tooling (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Leo Dos Santos CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 341910
  Show dependency tree
 
Reported: 2012-02-02 21:10 EST by Leo Dos Santos CLA
Modified: 2012-02-02 21:29 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Dos Santos CLA 2012-02-02 21:10:55 EST
There is some MANIFEST validation happening through Spring IDE's validation APIs. We first need to decouple our dependencies on the Spring IDE API, then re-visit validation under an Eclipse API.
Comment 1 Leo Dos Santos CLA 2012-02-02 21:23:44 EST
http://git.eclipse.org/c/virgo/org.eclipse.virgo.ide.git/commit/?id=7036fd10b019b72ffba89aa89e2a8bc4e50c5185

I've left in the validation rules, commented out, so that we can reuse the core logic when we revisit validation.
Comment 2 Leo Dos Santos CLA 2012-02-02 21:29:34 EST
Opened bug 370513 to track the re-implementation of Manifest validation.