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

Bug 351421

Summary: E4 Application wizard should add Application.e4xmi, plugin.xml and the css and icons folders to build.properties
Product: [Eclipse Project] e4 Reporter: Davy Meers <davymeers>
Component: UIAssignee: Thomas Schindl <tom.schindl>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: Mike_Wilson, richardfearn, tom.schindl
Version: unspecified   
Target Milestone: 0.12 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 393144    
Bug Blocks:    

Description Davy Meers CLA 2011-07-07 07:14:59 EDT
Build Identifier: I20110620-1631

When using the E4 Application wizard it would be nice if the resulting project could be run and exported without problems. 

Currently this is not the case: the resulting project cannot be exported and run without problems because Application.e4xmi, plugin.xml and the css and icons folders are not added to build.properties by default (if they are present).

Please adapt the wizard so that those files when generated are also added to build.properties

See also: http://dev.eclipse.org/mhonarc/lists/e4-dev/msg05525.html

Reproducible: Always

Steps to Reproduce:
1.Download the 4.1 release from http://download.eclipse.org/e4/sdk/
2.Install the following plug-ins: Eclipse e4 Modeled Workbench, Eclipse e4 Tools
3.Create e4 application using e4 Application project wizard (preserve all the defaults)
4.Export of product fails because Application.e4xmi, plugin.xml and the css and icons folder are not added to build properties
Comment 1 Thomas Schindl CLA 2011-09-18 07:43:43 EDT
Pushed to master as 538e09e75ee44c32978028a5a8b3efff5e47473d
Comment 2 Davy Meers CLA 2012-10-30 09:33:00 EDT
Thank you!