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

Bug 423719

Summary: Move remainder of JS libs
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 5.0   
Target Milestone: 6.0 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2013-12-10 10:57:28 EST
We should move the remainder of the JS libs into the JS bundle like we did with eslint:

1. esprima
2. escope
3. estraverse
Comment 1 Michael Rennie CLA 2014-04-14 16:24:23 EDT
Pushed moved libs to: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7c53e053b99c2dac31e254c647cc16e7e643fd72

Everything should work right out of the box, since the js bundle maps its web folder to '/' (just like the client.ui bundle) so the libs still map to the same path that they did before - they are just physically in another location now.