Community
Participate
Working Groups
Both the RUI and Dojo samples have README_FIRST.html files. The RUI readme starts: Use this sample to learn how to use the EGL Rich UI widgets. The Dojo readme starts: Use this sample to learn how to use the EGL Dojo widgets. But the deployed README_FIRST for both RUI and Dojo are wrong. Rather than the above text about samples, they both display: Readme for EGL Rich UI widgets project This is the README_FIRST in org.eclipse.edt.rui.widgets_0.7.0. Will says this is not critical.
This is working as designed. Files with the same name are copied based on their time stamp, with the newest file being the one that is used. To resolve this issue temporarily for deployment we could rename some of these files, but the readme files in the samples and widgets are meant to be read by the user before the application is deployed. The real solution would be to allow the user to indicate that these files should not be deployed at all.
closing defect