Commit c2b2e33
committed
Fix E4ApplicationTemplate to respect sample content checkbox for icons
When creating a new Eclipse RCP project using the "Eclipse RCP
application" template, the icons/ folder was always created in the
project structure, even when the "Create sample content (part, menu,
command...)" checkbox was unchecked. This violated user expectations and
created unnecessary files.
With this change the icons folder is now conditionally included based on
the checkbox state.1 parent df089ec commit c2b2e33
File tree
1 file changed
+5
-2
lines changed- ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 | | |
233 | 236 | | |
0 commit comments