| Summary: | Source displayed in dojo samples is wrong | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 | ||||||
| Component: | EDT | Assignee: | Brian Svihovec <svihovec> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | svihovec | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 206955 [details]
Source
Using Website for samples, since they currently are not part of EDT .7. Updated source in the WebContent folder. Verified in 20111118 build. |
Created attachment 206954 [details] View source Import org.eclipse.edt.rui.dojo.samples_0.7.0. Open Gallery in dojo.samples. Preview. Click Button. Click View source code for ... on the Dojo Button Sample. Source displayed: import com.ibm.egl.rui.widgets.Box; import com.ibm.egl.rui.widgets.Button; import com.ibm.egl.rui.widgets.HTML; import egl.ui.rui.Event; import dojo.widgets.DojoButton; Actual source: import org.eclipse.edt.rui.widgets.Box; import org.eclipse.edt.rui.widgets.HTML; import dojo.widgets.DojoButton; import eglx.ui.rui.Event; import eglx.ui.rui.RUIHandler; Screen shots attached.