Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363709 - Source displayed in dojo samples is wrong
Summary: Source displayed in dojo samples is wrong
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Brian Svihovec CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 10:34 EST by broy2 CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments
View source (100.29 KB, image/png)
2011-11-14 10:34 EST, broy2 CLA
no flags Details
Source (89.48 KB, image/png)
2011-11-14 10:34 EST, broy2 CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description broy2 CLA 2011-11-14 10:34:17 EST
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.
Comment 1 broy2 CLA 2011-11-14 10:34:37 EST
Created attachment 206955 [details]
Source
Comment 2 Brian Svihovec CLA 2011-11-14 16:27:04 EST
Using Website for samples, since they currently are not part of EDT .7.
Comment 3 Brian Svihovec CLA 2011-11-15 22:36:08 EST
Updated source in the WebContent folder.
Comment 4 broy2 CLA 2011-11-18 10:33:46 EST
Verified in 20111118 build.