| Summary: | Built editor includes wrong version of require.js | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Editor | Assignee: | Project Inbox <orion.editor-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
I do not think the built stand alone editor includes require.js. It only includes the i18n plugin and it seems to match what is in git: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/tree/bundles/org.eclipse.orion.client.core/web/requirejs/i18n.js Is the i18n plugin in git out dated? You're right Silenio. This bug is invalid. It looks like require.js library actually versions each of their scripts individually. I checked and i18n.js from Require.JS release 2.1.5 has the version header 2.0.2. This does match the source in the following CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7139 |