Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370512

Summary: Remove dependencies to Spring IDE's validation API
Product: [RT] Virgo Reporter: Leo Dos Santos <leo.dos.santos>
Component: toolingAssignee: Leo Dos Santos <leo.dos.santos>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipse, mlippert
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Bug Depends on:    
Bug Blocks: 341910    

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.