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

Bug 393077

Summary: Simplify ResourceManager API
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 347580, 347615    

Description Ralf Sternberg CLA 2012-10-29 13:22:01 EDT
We should use the opportunity to simplify the ResourceManager API in 2.0.

At the moment, the resource manager is responsible to
- convert charsets of text resources to UTF-8
- compress JavaScript resources
- add version suffixes to resource names to avoid caching problems

The resource manager should only register resources as is. All other responsibilities should be taken care of elsewhere.
Moreover, deprecated methods should be deleted.
Comment 1 RĂ¼diger Herrmann CLA 2012-11-02 07:14:22 EDT
The resource manager was simplified as described. Changes are in master.