|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <?pde version="3.5"?> |
3 | 3 |
|
4 | | -<product name="SimpleE4App" id="SimpleE4App.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="true"> |
| 4 | +<product name="SimpleE4App" id="com.vogella.eclipse.e4.coreexpression.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="true"> |
5 | 5 |
|
6 | 6 | <configIni use="default"> |
7 | 7 | </configIni> |
8 | 8 |
|
9 | 9 | <launcherArgs> |
10 | | - <programArgs>-clearPersistedState</programArgs> |
11 | | - <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac> |
| 10 | + <programArgs>-clearPersistedState |
| 11 | + </programArgs> |
| 12 | + <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts |
| 13 | + </vmArgsMac> |
12 | 14 | </launcherArgs> |
13 | 15 |
|
14 | 16 | <windowImages/> |
15 | 17 |
|
16 | 18 | <plugins> |
17 | 19 | <plugin id="SimpleE4App"/> |
18 | 20 | <plugin id="com.ibm.icu"/> |
| 21 | + <plugin id="com.vogella.eclipse.e4.coreexpression"/> |
19 | 22 | <plugin id="javax.annotation"/> |
20 | 23 | <plugin id="javax.inject"/> |
21 | 24 | <plugin id="javax.xml"/> |
|
63 | 66 | <plugin id="org.eclipse.e4.ui.widgets"/> |
64 | 67 | <plugin id="org.eclipse.e4.ui.workbench"/> |
65 | 68 | <plugin id="org.eclipse.e4.ui.workbench.renderers.swt"/> |
66 | | - <plugin id="org.eclipse.e4.ui.workbench.renderers.swt.cocoa"/> |
| 69 | + <plugin id="org.eclipse.e4.ui.workbench.renderers.swt.cocoa" fragment="true"/> |
67 | 70 | <plugin id="org.eclipse.e4.ui.workbench.swt"/> |
68 | 71 | <plugin id="org.eclipse.e4.ui.workbench3"/> |
69 | 72 | <plugin id="org.eclipse.emf.common"/> |
|
82 | 85 | <plugin id="org.eclipse.jface"/> |
83 | 86 | <plugin id="org.eclipse.jface.databinding"/> |
84 | 87 | <plugin id="org.eclipse.osgi"/> |
85 | | - <plugin id="org.eclipse.osgi.compatibility.state"/> |
| 88 | + <plugin id="org.eclipse.osgi.compatibility.state" fragment="true"/> |
86 | 89 | <plugin id="org.eclipse.osgi.services"/> |
87 | 90 | <plugin id="org.eclipse.swt"/> |
88 | 91 | <plugin id="org.eclipse.swt.carbon.macosx" fragment="true"/> |
|
104 | 107 | <plugin id="org.eclipse.swt.win32.win32.x86" fragment="true"/> |
105 | 108 | <plugin id="org.eclipse.swt.win32.win32.x86_64" fragment="true"/> |
106 | 109 | <plugin id="org.w3c.css.sac"/> |
| 110 | + <plugin id="org.w3c.dom.events"/> |
107 | 111 | <plugin id="org.w3c.dom.smil"/> |
108 | 112 | <plugin id="org.w3c.dom.svg"/> |
109 | | - <plugin id="org.w3c.dom.events"/> |
110 | 113 | </plugins> |
111 | 114 |
|
112 | 115 |
|
|
0 commit comments