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

Bug 363709

Summary: Source displayed in dojo samples is wrong
Product: z_Archived Reporter: broy2
Component: EDTAssignee: 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:
Description Flags
View source
none
Source none

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.