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

Bug 429922

Summary: Remove built file browser and runtime libraries from client repo
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: libingw
Version: 5.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-03-07 18:20:23 EST
The bundles/org.eclipse.orion.client.ui/web/browse/ folder is almost 10MB.

It contains several MB of runtime libraries (Rhino + Closure), which should not be checked into version control at all. There's also a manually built version of the file browser widget, which is currently not used by the Orion UI.

This code needs to be removed from Git and instead moved into the build process (orion.mini.xml) similar to how the standalone editor is built.

Unfortunately these large files will still be in the repo history unless we rewrite history to remove them.
Comment 1 libing wang CLA 2014-03-10 10:15:06 EDT
removed runtime libs. Will keep this open till I move the build script to Orion build script.
Comment 2 libing wang CLA 2014-03-14 16:01:48 EDT
fixed with Bug 430388