author | Eugene Ostroukhov <eugeneo@symbian.org> |
Wed, 26 May 2010 12:34:42 -0700 | |
changeset 340 | 740921999de7 |
parent 319 | 40387cc658b4 |
child 348 | 4cd68ab4c1f2 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<?eclipse version="3.4"?> |
|
3 |
<plugin> |
|
274
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
266
diff
changeset
|
4 |
<extension-point id="projectTemplates" name="WRT Project Templates" schema="schema/projectTemplates.exsd"/> |
310
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
5 |
<extension-point id="jsLibraries" name="JavaScript Libraries" schema="schema/jsLibraries.exsd"/> |
0 | 6 |
|
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
7 |
<!-- Generic Project Builder and Project Natures --> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
8 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
9 |
<!-- Widget Project Nature --> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
10 |
<extension |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
11 |
id="WidgetProjectNature" |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
12 |
point="org.eclipse.core.resources.natures"> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
13 |
<runtime> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
14 |
<run class="org.symbian.tools.wrttools.WidgetProjectNature"/> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
15 |
</runtime> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
16 |
</extension> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
17 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
18 |
<!-- Widget Project Nature Images --> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
19 |
<extension |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
20 |
point="org.eclipse.ui.ide.projectNatureImages"> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
21 |
<image |
136
058151c7f9e6
Fixed bug 1865 New warning in FlickrParser.js. Fixed 1871 About Web Runtime Toolkit IDE Details. Added new WRT icons. More refinements to come.
tasneems@symbian.org
parents:
129
diff
changeset
|
22 |
icon="icons/WRT_main_16.png" |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
23 |
id="org.symbian.tools.wrttools.natureImage" |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
24 |
natureId="org.symbian.tools.wrttools.WidgetProjectNature"> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
25 |
</image> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
26 |
</extension> |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
27 |
|
74 | 28 |
<!-- Validator Marker --> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
29 |
|
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
30 |
|
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
31 |
<!-- Web Runtime Preferences --> |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
32 |
<extension |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
33 |
point="org.eclipse.core.runtime.preferences"> |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
34 |
<initializer class="org.symbian.tools.wrttools.core.deploy.PreferenceInitializer"/> |
190
13a34213b146
Fixed Bug 1953 - Import File Browse Doesn't remember last directory
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
35 |
<initializer |
13a34213b146
Fixed Bug 1953 - Import File Browse Doesn't remember last directory
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
36 |
class="org.symbian.tools.wrttools.core.WrtIdeCorePreferences"> |
13a34213b146
Fixed Bug 1953 - Import File Browse Doesn't remember last directory
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
37 |
</initializer> |
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
38 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
39 |
|
74 | 40 |
<!-- WRT Tool Integration (Package, Validate, Include, Exclude Settings)--> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
41 |
<extension |
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
42 |
point="org.eclipse.ui.popupMenus"> |
252
87ba64dae28d
Fixed 2164: Deployment settings for WRT Application pop-up menu item is confusing
tasneems@symbian.org
parents:
248
diff
changeset
|
43 |
<!-- |
87ba64dae28d
Fixed 2164: Deployment settings for WRT Application pop-up menu item is confusing
tasneems@symbian.org
parents:
248
diff
changeset
|
44 |
<objectContribution |
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
45 |
objectClass="org.eclipse.core.resources.IResource" |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
46 |
id="org.symbian.tools.wrttools.widget.wrttool.deployment.setttings"> |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
47 |
<filter |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
48 |
name="projectNature" |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
49 |
value="org.symbian.tools.wrttools.WidgetProjectNature"/> |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
50 |
<action |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
51 |
class="org.symbian.tools.wrttools.core.deploy.WrtDeploymentSettingsActionDelegate" |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
52 |
icon="icons/deploy_settings.gif" |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
53 |
id="org.symbian.tools.wrttools.core.deploy.WrtDeploymentSettingsActionDelegate" |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
54 |
label="Deployment Settings for WRT Application" |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
55 |
menubarPath="org.symbian.tools.wrttools.contextMenuGroupMarker"> |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
56 |
</action> |
252
87ba64dae28d
Fixed 2164: Deployment settings for WRT Application pop-up menu item is confusing
tasneems@symbian.org
parents:
248
diff
changeset
|
57 |
</objectContribution> |
87ba64dae28d
Fixed 2164: Deployment settings for WRT Application pop-up menu item is confusing
tasneems@symbian.org
parents:
248
diff
changeset
|
58 |
--> |
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
59 |
|
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
60 |
|
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
61 |
<objectContribution |
74 | 62 |
objectClass="org.eclipse.core.resources.IResource" |
63 |
id="org.symbian.tools.wrttools.widget.wrttool.packageoptions"> |
|
64 |
<visibility> |
|
65 |
<not> |
|
66 |
<or> |
|
248
039260aebcb6
Fixed 2163: Cannot include file into WGZ archive
tasneems@symbian.org
parents:
247
diff
changeset
|
67 |
<objectState name="persistentProperty" value="org.symbian.tools.wrttools.core.packager.exclude"/> |
74 | 68 |
<objectState name="extension" value="plist"/> |
69 |
<objectClass name="org.eclipse.core.resources.IProject"/> |
|
70 |
</or> |
|
71 |
</not> |
|
72 |
</visibility> |
|
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
73 |
<filter |
74 | 74 |
name="projectNature" |
75 |
value="org.symbian.tools.wrttools.WidgetProjectNature"/> |
|
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
76 |
<action |
74 | 77 |
class="org.symbian.tools.wrttools.core.packager.ExcludeFileAction" |
78 |
icon="icons/exclude_archive.gif" |
|
79 |
id="org.symbian.tools.wrttools.widget.wrttool.packageoptions.ExcludeFileAction" |
|
117
1796bc92daed
Fixed bug#1657: change widget to app on right click commands
tasneems@symbian.org
parents:
107
diff
changeset
|
80 |
label="Exclude From WRT Archive" |
74 | 81 |
menubarPath="org.symbian.tools.wrttools.contextMenuGroupMarker"> |
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
82 |
</action> |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
83 |
</objectContribution> |
74 | 84 |
<objectContribution |
85 |
objectClass="org.eclipse.core.resources.IResource" |
|
86 |
id="org.symbian.tools.wrttools.widget.wrttool.packageoptions"> |
|
87 |
<visibility> |
|
88 |
<and> |
|
89 |
<not> |
|
90 |
<objectState name="extension" value="wgz"/> |
|
91 |
</not> |
|
92 |
<and> |
|
248
039260aebcb6
Fixed 2163: Cannot include file into WGZ archive
tasneems@symbian.org
parents:
247
diff
changeset
|
93 |
<objectState name="persistentProperty" value="org.symbian.tools.wrttools.core.packager.exclude"/> |
74 | 94 |
<objectState name="projectNature" value="org.symbian.tools.wrttools.WidgetProjectNature"/> |
95 |
</and> |
|
96 |
</and> |
|
97 |
</visibility> |
|
98 |
<action |
|
99 |
class="org.symbian.tools.wrttools.core.packager.IncludeFileAction" |
|
100 |
icon="icons/include_archive.gif" |
|
101 |
id="org.symbian.tools.wrttools.widget.wrttool.packageoptions.IncludeFileAction" |
|
117
1796bc92daed
Fixed bug#1657: change widget to app on right click commands
tasneems@symbian.org
parents:
107
diff
changeset
|
102 |
label="Include in WRT Archive" |
74 | 103 |
menubarPath="org.symbian.tools.wrttools.contextMenuGroupMarker"> |
104 |
</action> |
|
105 |
</objectContribution> |
|
106 |
</extension> |
|
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
107 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
108 |
<!-- WRT Project Templates - CSS Validator --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
109 |
<extension id="org.symbian.tools.wrttools.core.cssvalidator" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
110 |
name="CSS Validator" point="org.eclipse.wst.validation.validatorV2"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
111 |
<validator build="true" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
112 |
class="org.symbian.tools.wrttools.core.internal.validation.CssBuildValidator" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
113 |
manual="true" markerId="org.symbian.tools.wrttools.core.cssValidationMarker" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
114 |
version="0.0.1"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
115 |
<include> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
116 |
<rules> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
117 |
<contentType exactMatch="false" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
118 |
id="org.eclipse.wst.css.core.csssource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
119 |
</contentType> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
120 |
</rules> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
121 |
</include> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
122 |
</validator> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
123 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
124 |
|
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
125 |
<extension point="org.eclipse.ui.newWizards"> |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
126 |
<category id="org.symbian.tools.wrttools.core.category" name="Web Runtime(WRT)"> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
127 |
</category> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
128 |
<wizard category="org.symbian.tools.wrttools.core.category" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
129 |
class="org.symbian.tools.wrttools.wizards.WrtWidgetWizard" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
130 |
finalPerspective="org.symbian.tools.wrttools.mainPerspective" |
136
058151c7f9e6
Fixed bug 1865 New warning in FlickrParser.js. Fixed 1871 About Web Runtime Toolkit IDE Details. Added new WRT icons. More refinements to come.
tasneems@symbian.org
parents:
129
diff
changeset
|
131 |
hasPages="true" icon="icons/WRT_main_16.png" |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
132 |
id="org.symbian.tools.wrttools.core.wrtwidgetwizard" name="Web Runtime Application Project" |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
133 |
project="true"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
134 |
<description> |
145
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
135 |
Creates a new Symbian WRT application project using one of the provided |
19985c154f5c
Merged. Added deployment. Fixed developer experience. Added about.ini, about.properties.
tasneems@symbian.org
parents:
141
diff
changeset
|
136 |
templates |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
137 |
</description> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
138 |
</wizard> |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
139 |
<wizard |
266
f0f78f7ebf4d
Several minor bugfixes
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
263
diff
changeset
|
140 |
category="org.symbian.tools.wrttools.core.category" |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
141 |
class="org.symbian.tools.wrttools.wizards.WgzImportWizard" |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
142 |
finalPerspective="org.symbian.tools.wrttools.mainPerspective" |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
143 |
hasPages="true" |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
144 |
icon="icons/import_16x16px.png" |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
145 |
id="org.symbian.tools.wrttools.importwgz" |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
146 |
name="WRT Project from WGZ Archive" |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
147 |
project="true"> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
148 |
<description> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
149 |
Create WRT project from deployable WGZ application archive |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
150 |
</description> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
151 |
</wizard> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
152 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
153 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
154 |
<!-- WRT Project Templates --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
155 |
<extension point="org.symbian.tools.wrttools.projectTemplates"> |
205
cae914a9293d
Fixed bug 2067: create blank WRT project. Added default icon.
tasneems@symbian.org
parents:
203
diff
changeset
|
156 |
|
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
157 |
<projectTemplate |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
158 |
name="Basic Widget Project" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
159 |
archive="projecttemplates/basic.zip" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
160 |
default-css-name="basic" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
161 |
default-html-name="index" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
162 |
default-js-name="basic" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
163 |
icon="icons/main16.gif" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
164 |
id-pattern="com.{0}.basic.widget"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
165 |
<description> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
166 |
This wizard generates an empty widget project with a minimal Info.plist, html,css and js. |
0 | 167 |
</description> |
205
cae914a9293d
Fixed bug 2067: create blank WRT project. Added default icon.
tasneems@symbian.org
parents:
203
diff
changeset
|
168 |
</projectTemplate> |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
169 |
|
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
170 |
<projectTemplate |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
171 |
name="Hello Application Project with WRTKit Support" |
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
172 |
archive="projecttemplates/helloWithWRTKit.zip" |
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
173 |
default-css-name="HelloWithWRTKit" |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
174 |
default-html-name="index" |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
175 |
default-js-name="HelloWithWRTKit" |
136
058151c7f9e6
Fixed bug 1865 New warning in FlickrParser.js. Fixed 1871 About Web Runtime Toolkit IDE Details. Added new WRT icons. More refinements to come.
tasneems@symbian.org
parents:
129
diff
changeset
|
176 |
icon="icons/WRT_main_16.png" |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
177 |
id-pattern="com.{0}.helloWithWRTKit.widget" |
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
178 |
wizard-page-factory="org.symbian.tools.wrttools.wizards.HelloWithWRTKitProjectDetailsWizardPage$Factory"> |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
179 |
<description> |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
180 |
This wizard generates a basic Hello project with a minimal Info.plist, html,css and js along with WRTKit. |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
181 |
</description> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
182 |
<requires-library>org.symbian.wrtkit</requires-library> |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
183 |
</projectTemplate> |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
184 |
|
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
185 |
<projectTemplate |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
186 |
name="Flickr Application Project" |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
187 |
archive="projecttemplates/flickr.zip" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
188 |
default-css-name="Flickr" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
189 |
default-html-name="index" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
190 |
default-js-name="Flickr" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
191 |
icon="icons/flickr.gif" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
192 |
id-pattern="com.{0}.flickr.widget" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
193 |
wizard-page-factory="org.symbian.tools.wrttools.wizards.FlickrProjectDetailsWizardPage$Factory"> |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
194 |
<description> |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
195 |
This wizard generates an Flickr project with a minimal Info.plist, html,css and js and WRTKit. |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
196 |
</description> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
197 |
<requires-library>org.symbian.wrtkit</requires-library> |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
198 |
</projectTemplate> |
107
7dc2457b02ac
Fixed bug 1652. Added new HelloWRTKit project template.
tasneems@symbian.org
parents:
102
diff
changeset
|
199 |
|
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
200 |
<projectTemplate |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
201 |
name="RSS Reader Application Project" |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
202 |
archive="projecttemplates/rssreader.zip" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
203 |
default-css-name="RSSReader" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
204 |
default-html-name="index" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
205 |
default-js-name="RSSReader" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
206 |
icon="icons/rss.gif" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
207 |
id-pattern="com.{0}.rssreader.widget" |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
208 |
wizard-page-factory="org.symbian.tools.wrttools.wizards.RssReaderProjectDetailsWizardPage$Factory"> |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
209 |
<description> |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
210 |
This wizard generates an RSS Reader project with a minimal Info.plist, html,css and js and WRTKit. |
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
211 |
</description> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
212 |
<requires-library>org.symbian.wrtkit</requires-library> |
71
3b6f16a76732
More project templates were introduced. Several bugs were fixed.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
63
diff
changeset
|
213 |
</projectTemplate> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
214 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
215 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
216 |
<!-- Import Wizard --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
217 |
<extension point="org.eclipse.ui.importWizards"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
218 |
<category id="org.symbian.tools.wrttools.import" name="Web Runtime(WRT)"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
219 |
</category> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
220 |
<wizard category="org.symbian.tools.wrttools.import" |
203
bb3a18c4e037
Refactoring, some messages were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
200
diff
changeset
|
221 |
class="org.symbian.tools.wrttools.wizards.projectimport.WrtProjectsImportWizard" |
bb3a18c4e037
Refactoring, some messages were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
200
diff
changeset
|
222 |
icon="icons/import_aptana_project.gif" id="org.symbian.tools.wrttools.import.projectImport" |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
223 |
name="Existing WRT Projects into Workspace"> |
203
bb3a18c4e037
Refactoring, some messages were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
200
diff
changeset
|
224 |
<description> |
bb3a18c4e037
Refactoring, some messages were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
200
diff
changeset
|
225 |
Import WRT project created in Aptana, Adobe Dreamweaver or WRT IDE |
bb3a18c4e037
Refactoring, some messages were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
200
diff
changeset
|
226 |
</description> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
227 |
</wizard> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
228 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
229 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
230 |
<!-- Problem Markers --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
231 |
<extension id="org.symbian.tools.wrt.xmlProblem" name="XML Problem" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
232 |
point="org.eclipse.core.resources.markers"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
233 |
<super type="org.eclipse.core.resources.problemmarker"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
234 |
</super> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
235 |
<persistent value="true"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
236 |
</persistent> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
237 |
</extension> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
238 |
<extension id="org.symbian.tools.wrt.jsProblem" name="JSProblem" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
239 |
point="org.eclipse.core.resources.markers"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
240 |
<super type="org.eclipse.core.resources.problemmarker"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
241 |
</super> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
242 |
<persistent value="true"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
243 |
</persistent> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
244 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
245 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
246 |
<!-- WRT Content Descriptor (.plist) file --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
247 |
<extension point="org.eclipse.core.contenttype.contentTypes"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
248 |
<content-type base-type="org.eclipse.core.runtime.xml" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
249 |
file-extensions="plist" id="org.symbian.tools.wrttools.contenttype.plist" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
250 |
name="WebRuntime Descriptor File" priority="normal"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
251 |
</content-type> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
252 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
253 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
254 |
<!-- Perspective Extensions --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
255 |
<extension point="org.eclipse.ui.perspectiveExtensions"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
256 |
<perspectiveExtension targetID="org.eclipse.wst.jsdt.ui.JavaPerspective"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
257 |
<newWizardShortcut id="org.symbian.tools.wrttools.core.wrtwidgetwizard"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
258 |
</newWizardShortcut> |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
259 |
<newWizardShortcut id="org.symbian.tools.wrttools.importwgz"> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
260 |
</newWizardShortcut> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
261 |
</perspectiveExtension> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
262 |
<perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
263 |
<newWizardShortcut id="org.symbian.tools.wrttools.core.wrtwidgetwizard"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
264 |
</newWizardShortcut> |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
265 |
<newWizardShortcut id="org.symbian.tools.wrttools.importwgz"> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
266 |
</newWizardShortcut> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
267 |
</perspectiveExtension> |
260
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
268 |
<perspectiveExtension |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
269 |
targetID="org.symbian.tools.wrttools.mainPerspective"> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
270 |
<newWizardShortcut |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
271 |
id="org.symbian.tools.wrttools.importwgz"> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
272 |
</newWizardShortcut> |
38f012067872
Bug 2207 fix, wizard banners
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
259
diff
changeset
|
273 |
</perspectiveExtension> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
274 |
</extension> |
50
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
275 |
|
0560e98b9bf6
Added widget project nature and WRT validators
tasneems@symbian.org
parents:
42
diff
changeset
|
276 |
<!-- Navigator Extensions --> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
277 |
<extension point="org.eclipse.ui.views"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
278 |
<view allowMultiple="false" category="org.symbian.tools.wrttools.views" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
279 |
class="org.eclipse.ui.navigator.CommonNavigator" icon="icons/main16.gif" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
280 |
id="org.symbian.tools.wrttools.wrtnavigator" name="WRT Navigator" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
281 |
restorable="true"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
282 |
</view> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
283 |
<category id="org.symbian.tools.wrttools.views" name="WRT Tools"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
284 |
</category> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
285 |
</extension> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
286 |
<extension point="org.eclipse.ui.navigator.viewer"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
287 |
<viewer viewerId="org.symbian.tools.wrttools.wrtnavigator"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
288 |
<popupMenu allowsPlatformContributions="true" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
289 |
id="org.eclipse.ui.navigator.ProjectExplorer#PopupMenu"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
290 |
<insertionPoint name="group.new" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
291 |
<insertionPoint name="group.open" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
292 |
<insertionPoint name="group.openWith" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
293 |
<insertionPoint name="group.edit" separator="true" /> |
48
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
294 |
<insertionPoint name="group.reorganize" separator="true" /> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
295 |
<insertionPoint name="group.port" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
296 |
<insertionPoint name="group.build" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
297 |
<insertionPoint name="group.generate" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
298 |
<insertionPoint name="group.search" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
299 |
<insertionPoint name="additions" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
300 |
<insertionPoint name="group.properties" separator="true" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
301 |
</popupMenu> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
302 |
</viewer> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
303 |
<viewerContentBinding viewerId="org.symbian.tools.wrttools.wrtnavigator"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
304 |
<includes> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
305 |
<contentExtension |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
306 |
isRoot="true" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
307 |
pattern="org.symbian.tools.wrttools.navigatorcontent"/> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
308 |
<contentExtension pattern="org.eclipse.ui.navigator.resources.filters.*" /> |
208
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
309 |
<contentExtension |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
310 |
isRoot="true" |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
311 |
pattern="org.symbian.tools.wrttools.wrtLinkHelper"/> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
312 |
</includes> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
313 |
</viewerContentBinding> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
314 |
<viewerActionBinding viewerId="org.symbian.tools.wrttools.wrtnavigator"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
315 |
<includes> |
48
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
316 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.PortingActions" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
317 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.GotoActions" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
318 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.GoIntoActions" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
319 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.NewActions" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
320 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.PropertiesActionProvider" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
321 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.WorkManagementActionProvider" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
322 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.ResourceMgmtActions" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
323 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.UndoRedoActionProvider" /> |
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
324 |
<actionExtension pattern="org.eclipse.ui.navigator.resources.WorkingSetActions" /> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
325 |
</includes> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
326 |
</viewerActionBinding> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
327 |
<dragAssistant |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
328 |
class="org.eclipse.ui.navigator.resources.ResourceDragAdapterAssistant" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
329 |
viewerId="org.symbian.tools.wrttools.wrtnavigator" /> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
330 |
</extension> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
331 |
<extension |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
332 |
point="org.eclipse.ui.navigator.navigatorContent"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
333 |
<navigatorContent |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
334 |
activeByDefault="true" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
335 |
contentProvider="org.symbian.tools.wrttools.navigator.WRTNavigatorContentProvider" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
336 |
icon="icons/main16.gif" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
337 |
id="org.symbian.tools.wrttools.navigatorcontent" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
338 |
labelProvider="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorLabelProvider" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
339 |
name="WRT Elements" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
340 |
priority="high" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
341 |
providesSaveables="false"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
342 |
<triggerPoints> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
343 |
<or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
344 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
345 |
value="org.eclipse.wst.jsdt.core.IJavaScriptElement"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
346 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
347 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
348 |
value="org.eclipse.wst.jsdt.core.IJarEntryResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
349 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
350 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
351 |
value="org.eclipse.wst.jsdt.internal.ui.packageview.PackageFragmentRootContainer"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
352 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
353 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
354 |
value="org.eclipse.wst.jsdt.ui.ProjectLibraryRoot"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
355 |
</instanceof> |
194
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
356 |
<instanceof |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
357 |
value="org.eclipse.core.resources.IResource"> |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
358 |
</instanceof> |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
359 |
<adapt |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
360 |
type="org.eclipse.core.resources.IProject"> |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
361 |
<test |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
362 |
property="org.eclipse.core.resources.projectNature" |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
363 |
value="org.symbian.tools.wrttools.WidgetProjectNature"> |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
364 |
</test> |
46f0d372a45c
Fixed Bug 1968 - Error Log - Cannot find navigator content extension
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
190
diff
changeset
|
365 |
</adapt> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
366 |
</or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
367 |
</triggerPoints> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
368 |
<possibleChildren> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
369 |
<or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
370 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
371 |
value="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
372 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
373 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
374 |
value="org.eclipse.wst.jsdt.core.IJavaScriptElement"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
375 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
376 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
377 |
value="org.eclipse.wst.jsdt.core.IJarEntryResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
378 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
379 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
380 |
value="org.eclipse.wst.jsdt.ui.ProjectLibraryRoot"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
381 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
382 |
</or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
383 |
</possibleChildren> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
384 |
<actionProvider |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
385 |
class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorActionProvider" |
48
df12256c6ad0
Several bugs were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
42
diff
changeset
|
386 |
id="org.eclipse.wst.jsdt.ui.navigator.actions.StandardActions"> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
387 |
</actionProvider> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
388 |
<actionProvider |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
389 |
class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaNavigatorRefactorActionProvider" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
390 |
id="org.eclipse.wst.jsdt.ui.navigator.actions.RefactorActions" |
126
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
391 |
overrides="org.eclipse.ui.navigator.resources.actions.RefactorActions"> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
392 |
<enablement> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
393 |
<or> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
394 |
<adapt |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
395 |
type="java.util.Collection"> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
396 |
<count |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
397 |
value="0"> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
398 |
</count> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
399 |
</adapt> |
153 | 400 |
<and> |
401 |
<or> |
|
402 |
<instanceof |
|
403 |
value="org.eclipse.wst.jsdt.core.IJavaScriptElement"> |
|
404 |
</instanceof> |
|
405 |
<instanceof |
|
406 |
value="org.eclipse.wst.jsdt.core.IJarEntryResource"> |
|
407 |
</instanceof> |
|
408 |
</or> |
|
409 |
<not> |
|
410 |
<instanceof |
|
411 |
value="org.eclipse.wst.jsdt.core.ITypeRoot"> |
|
412 |
</instanceof> |
|
413 |
</not> |
|
414 |
</and> |
|
126
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
415 |
</or> |
d496880b1e8b
Added gif for importing Aptana IDE project
tasneems@symbian.org
parents:
122
diff
changeset
|
416 |
</enablement> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
417 |
</actionProvider> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
418 |
<actionProvider |
153 | 419 |
class="org.symbian.tools.wrttools.navigator.RenameMoveActionProvider" |
420 |
id="org.symbian.wrttools.navigator.MoveRename" |
|
421 |
overrides="org.eclipse.ui.navigator.resources.actions.RefactorActions"> |
|
422 |
<enablement> |
|
423 |
<and> |
|
424 |
<adapt |
|
425 |
type="org.eclipse.core.resources.IResource"> |
|
426 |
</adapt> |
|
427 |
<not> |
|
428 |
<instanceof |
|
429 |
value="org.eclipse.wst.jsdt.core.IType"> |
|
430 |
</instanceof> |
|
431 |
</not> |
|
432 |
</and> |
|
433 |
</enablement> |
|
434 |
</actionProvider> |
|
435 |
<actionProvider |
|
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
436 |
class="org.eclipse.wst.jsdt.internal.ui.navigator.PackageExplorerOpenActionProvider" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
437 |
id="org.eclipse.wst.jsdt.ui.navigator.actions.OpenActions" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
438 |
overrides="org.eclipse.ui.navigator.resources.OpenActions"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
439 |
</actionProvider> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
440 |
<override |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
441 |
policy="InvokeAlwaysRegardlessOfSuppressedExt" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
442 |
suppressedExtensionId="org.eclipse.ui.navigator.resourceContent"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
443 |
</override> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
444 |
<commonWizard |
275
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
445 |
menuGroupId="group.new.z" |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
446 |
type="new" |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
447 |
wizardId="org.symbian.tools.wrttools.importwgz"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
448 |
<enablement> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
449 |
<or> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
450 |
<adapt |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
451 |
type="org.eclipse.core.resources.IResource"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
452 |
</adapt> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
453 |
<adapt |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
454 |
type="java.util.Collection"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
455 |
</adapt> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
456 |
</or> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
457 |
</enablement> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
458 |
</commonWizard> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
459 |
<commonWizard |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
460 |
menuGroupId="group.new.z" |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
461 |
type="new" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
462 |
wizardId="org.symbian.tools.wrttools.core.wrtwidgetwizard"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
463 |
<enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
464 |
<or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
465 |
<adapt |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
466 |
type="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
467 |
</adapt> |
153 | 468 |
<adapt |
469 |
type="java.util.Collection"> |
|
470 |
</adapt> |
|
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
471 |
</or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
472 |
</enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
473 |
</commonWizard> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
474 |
<commonWizard |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
475 |
type="new" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
476 |
wizardId="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
477 |
<enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
478 |
<adapt |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
479 |
type="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
480 |
</adapt> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
481 |
</enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
482 |
</commonWizard> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
483 |
<commonWizard |
275
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
484 |
menuGroupId="group.new.generic" |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
485 |
type="new" |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
486 |
wizardId="org.eclipse.ui.wizards.new.folder"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
487 |
<enablement> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
488 |
<adapt |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
489 |
type="org.eclipse.core.resources.IResource"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
490 |
</adapt> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
491 |
</enablement> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
492 |
</commonWizard> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
493 |
<commonWizard |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
494 |
menuGroupId="group.new.generic" |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
495 |
type="new" |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
496 |
wizardId="org.eclipse.ui.wizards.new.file"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
497 |
<enablement> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
498 |
<adapt |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
499 |
type="org.eclipse.core.resources.IResource"> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
500 |
</adapt> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
501 |
</enablement> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
502 |
</commonWizard> |
12c2ea2194c7
Bug 2214 - Debugger is not updated when JS file is edited.
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
274
diff
changeset
|
503 |
<commonWizard |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
504 |
type="new" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
505 |
wizardId="org.eclipse.wst.css.ui.internal.wizard.NewCSSWizard"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
506 |
<enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
507 |
<adapt |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
508 |
type="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
509 |
</adapt> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
510 |
</enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
511 |
</commonWizard> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
512 |
<commonWizard |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
513 |
type="new" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
514 |
wizardId="org.eclipse.wst.jsdt.ui.NewJSWizard"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
515 |
<enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
516 |
<adapt |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
517 |
type="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
518 |
</adapt> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
519 |
</enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
520 |
</commonWizard> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
521 |
<commonWizard |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
522 |
type="import" |
203
bb3a18c4e037
Refactoring, some messages were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
200
diff
changeset
|
523 |
wizardId="org.symbian.tools.wrttools.import.projectImport"> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
524 |
<enablement> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
525 |
<or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
526 |
<adapt |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
527 |
type="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
528 |
</adapt> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
529 |
<adapt |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
530 |
type="java.util.Collection"> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
531 |
</adapt> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
532 |
</or> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
533 |
</enablement> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
534 |
</commonWizard> |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
535 |
<dropAssistant |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
536 |
class="org.eclipse.wst.jsdt.internal.ui.navigator.JavaDropAdapterAssistant" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
537 |
id="org.eclipse.wst.jsdt.ui.dropAssistant"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
538 |
<possibleDropTargets> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
539 |
<or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
540 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
541 |
value="org.eclipse.core.resources.IResource"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
542 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
543 |
<instanceof |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
544 |
value="org.eclipse.wst.jsdt.core.IJavaScriptElement"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
545 |
</instanceof> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
546 |
</or> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
547 |
</possibleDropTargets> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
548 |
</dropAssistant> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
549 |
<commonSorter |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
550 |
class="org.symbian.tools.wrttools.navigator.NavigatorSorter" |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
551 |
id="org.symbian.tools.wrttools.sorter"> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
552 |
</commonSorter> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
553 |
</navigatorContent> |
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
31
diff
changeset
|
554 |
</extension> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
555 |
<extension |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
556 |
point="org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer"> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
557 |
<JsGlobalScopeContainerInitializer |
216
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
558 |
class="org.symbian.tools.wrttools.core.libraries.WrtLibInitializer" |
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
559 |
id="org.symbian.wrt"> |
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
560 |
</JsGlobalScopeContainerInitializer> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
561 |
</extension> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
562 |
<extension |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
563 |
point="org.eclipse.wst.jsdt.ui.JsGlobalScopeContainerPage"> |
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
564 |
<JsGlobalScopeContainerPage |
216
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
565 |
name="WebRuntime Toolkit" |
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
566 |
class="org.symbian.tools.wrttools.wizards.WrtLibraryWizardPage" |
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
567 |
id="org.symbian.wrt"> |
914d053d42b1
Bug 2070 - added code completion for browser objects (window, navigator, etc) and core WRT objects (widget, device)
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
208
diff
changeset
|
568 |
</JsGlobalScopeContainerPage> |
84
b24e6a27768d
Integrating WRTKit libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
74
diff
changeset
|
569 |
</extension> |
98
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
570 |
<extension |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
571 |
id="org.symbian.tools.wrttools.core.plistvalidator" |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
572 |
name="WRT Application Descriptor Validator" |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
573 |
point="org.eclipse.wst.validation.validatorV2"> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
574 |
<validator |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
575 |
build="true" |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
576 |
class="org.symbian.tools.wrttools.core.internal.validation.WrtApplicationValidator" |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
577 |
manual="true" |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
578 |
markerId="org.symbian.tools.wrttools.core.cssValidationMarker" |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
579 |
version="0.0.1"> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
580 |
<include> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
581 |
<rules> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
582 |
<projectNature |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
583 |
id="org.symbian.tools.wrttools.WidgetProjectNature"> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
584 |
</projectNature> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
585 |
</rules> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
586 |
</include> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
587 |
</validator> |
b6d252d808df
Nokia validation code is now integrated with WTP framework
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
84
diff
changeset
|
588 |
</extension> |
183
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
168
diff
changeset
|
589 |
<extension |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
168
diff
changeset
|
590 |
point="org.eclipse.ui.keywords"> |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
168
diff
changeset
|
591 |
<keyword |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
168
diff
changeset
|
592 |
id="org.symbian.tools.wrttools.wrtwords" |
237
63858673b918
Bug 2086 - Review Run/Debug preferences
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
218
diff
changeset
|
593 |
label="wrt, webruntime, web runtime, cwrt widget"> |
183
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
168
diff
changeset
|
594 |
</keyword> |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
168
diff
changeset
|
595 |
</extension> |
208
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
596 |
<extension |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
597 |
point="org.eclipse.ui.navigator.linkHelper"> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
598 |
<linkHelper |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
599 |
class="org.symbian.tools.wrttools.navigator.WrtNavigatorLinkHelper" |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
600 |
id="org.symbian.tools.wrttools.wrtLinkHelper"> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
601 |
<editorInputEnablement> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
602 |
<adapt |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
603 |
type="org.eclipse.ui.IFileEditorInput"> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
604 |
</adapt> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
605 |
</editorInputEnablement> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
606 |
<selectionEnablement> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
607 |
<or> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
608 |
<adapt |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
609 |
type="org.eclipse.wst.jsdt.core.IJavaScriptElement"> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
610 |
</adapt> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
611 |
<instanceof |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
612 |
value="java.util.Collection"> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
613 |
</instanceof> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
614 |
<adapt |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
615 |
type="org.eclipse.core.resources.IResource"> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
616 |
</adapt> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
617 |
</or> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
618 |
</selectionEnablement> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
619 |
</linkHelper> |
4cb21ecdda83
Bug 2073 - On restart of WRT tools - its hard to know which project the open file is in
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
205
diff
changeset
|
620 |
</extension> |
218
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
621 |
<extension |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
622 |
id="org.symbian.tools.wrttools.platformservices" |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
623 |
name="Platform Services Inferrence Support" |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
624 |
point="org.eclipse.wst.jsdt.core.inferrenceSupport"> |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
625 |
<inferenceProvider |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
626 |
class="org.symbian.tools.wrttools.core.libraries.PlatformServicesTypeProvider"> |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
627 |
</inferenceProvider> |
d6dd3cce46a6
Bug 2070 - Code completion: Add support for code completion for built in global objects
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
216
diff
changeset
|
628 |
</extension> |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
629 |
<extension |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
630 |
point="org.eclipse.ui.commands"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
631 |
<category |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
632 |
id="org.symbian.tools.wrttools.commands.maincategory" |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
633 |
name="WRT Tools"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
634 |
</category> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
635 |
<command |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
636 |
categoryId="org.symbian.tools.wrttools.commands.maincategory" |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
637 |
description="Deploys an application to phone or emulator" |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
638 |
id="org.symbian.tools.wrttools.commands.deploy" |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
639 |
name="Deploy Application"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
640 |
</command> |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
641 |
<command |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
642 |
categoryId="org.symbian.tools.wrttools.commands.maincategory" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
643 |
description="Packages an application for distribution or deployment" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
644 |
id="org.symbian.tools.wrttools.commands.package" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
645 |
name="Package Application"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
646 |
</command> |
310
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
647 |
<command |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
648 |
categoryId="org.symbian.tools.wrttools.commands.maincategory" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
649 |
defaultHandler="org.symbian.tools.wrttools.handlers.AddJSLibrary" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
650 |
description="Adds JavaScript libraries to WRT projects" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
651 |
id="org.symbian.tools.wrttools.addlibrary" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
652 |
name="Add JavaScript Libraries..."> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
653 |
</command> |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
654 |
</extension> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
655 |
<extension |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
656 |
point="org.eclipse.ui.menus"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
657 |
<menuContribution |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
658 |
locationURI="toolbar:org.eclipse.ui.main.toolbar"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
659 |
<toolbar |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
660 |
id="org.symbian.tools.wrttools"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
661 |
<command |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
662 |
commandId="org.symbian.tools.wrttools.commands.deploy" |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
663 |
icon="icons/deploy_widget.gif" |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
664 |
id="org.symbian.tools.wrttools.toolbars.deploy"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
665 |
</command> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
666 |
<command |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
667 |
commandId="org.symbian.tools.wrttools.commands.package" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
668 |
icon="icons/package_widget.gif" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
669 |
id="org.symbian.tools.wrttools.toolbars.package"> |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
670 |
</command> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
671 |
</toolbar> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
672 |
</menuContribution> |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
673 |
<menuContribution |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
674 |
locationURI="menu:project?after=additions"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
675 |
<separator |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
676 |
name="org.symbian.tools.wrttools.beginwert" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
677 |
visible="true"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
678 |
</separator> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
679 |
<command |
310
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
680 |
commandId="org.symbian.tools.wrttools.addlibrary" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
681 |
id="org.symbian.tools.wrttools.toolbars.addlibrary" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
682 |
style="push"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
683 |
</command> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
684 |
<separator |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
685 |
name="org.symbian.tools.wrttools.deploypackage" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
686 |
visible="true"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
687 |
</separator> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
688 |
<command |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
689 |
commandId="org.symbian.tools.wrttools.commands.deploy" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
690 |
icon="icons/deploy_widget.gif" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
691 |
id="org.symbian.tools.wrttools.toolbars.deploy"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
692 |
</command> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
693 |
<command |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
694 |
commandId="org.symbian.tools.wrttools.commands.package" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
695 |
icon="icons/package_widget.gif" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
696 |
id="org.symbian.tools.wrttools.toolbars.package"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
697 |
</command> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
698 |
<separator |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
699 |
name="org.symbian.tools.wrttools.endwrt" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
700 |
visible="true"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
701 |
</separator> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
702 |
</menuContribution> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
703 |
<menuContribution |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
704 |
locationURI="popup:org.eclipse.ui.popup.any?after=sourceMenuId"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
705 |
<separator |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
706 |
name="org.symbian.tools.wrttools.beginwert" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
707 |
visible="true"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
708 |
</separator> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
709 |
<command |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
710 |
commandId="org.symbian.tools.wrttools.commands.deploy" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
711 |
icon="icons/deploy_widget.gif" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
712 |
id="org.symbian.tools.wrttools.toolbars.deploy"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
713 |
<visibleWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
714 |
<and> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
715 |
<iterate |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
716 |
ifEmpty="false" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
717 |
operator="and"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
718 |
<adapt |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
719 |
type="org.eclipse.core.resources.IProject"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
720 |
</adapt> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
721 |
</iterate> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
722 |
<count |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
723 |
value="1"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
724 |
</count> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
725 |
</and> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
726 |
</visibleWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
727 |
</command> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
728 |
<command |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
729 |
commandId="org.symbian.tools.wrttools.commands.package" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
730 |
icon="icons/package_widget.gif" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
731 |
id="org.symbian.tools.wrttools.toolbars.package"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
732 |
<visibleWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
733 |
<and> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
734 |
<iterate |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
735 |
ifEmpty="false" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
736 |
operator="and"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
737 |
<adapt |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
738 |
type="org.eclipse.core.resources.IProject"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
739 |
</adapt> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
740 |
</iterate> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
741 |
<count |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
742 |
value="1"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
743 |
</count> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
744 |
</and> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
745 |
</visibleWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
746 |
</command> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
747 |
<separator |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
748 |
name="org.symbian.tools.wrttools.endwrt" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
749 |
visible="true"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
750 |
</separator> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
751 |
</menuContribution> |
310
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
752 |
<menuContribution |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
753 |
locationURI="popup:org.eclipse.ui.popup.any?after=group.build"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
754 |
<dynamic |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
755 |
class="org.symbian.tools.wrttools.core.libraries.AddLibraryPopupMenu$LibrariesPopupMenu" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
756 |
id="org.symbian.tools.wrttools.addlibrary"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
757 |
<visibleWhen> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
758 |
<and> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
759 |
<iterate |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
760 |
ifEmpty="false" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
761 |
operator="and"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
762 |
<adapt |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
763 |
type="org.eclipse.core.resources.IProject"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
764 |
<test |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
765 |
property="org.eclipse.core.resources.projectNature" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
766 |
value="org.symbian.tools.wrttools.WidgetProjectNature"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
767 |
</test> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
768 |
</adapt> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
769 |
</iterate> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
770 |
<count |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
771 |
value="1"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
772 |
</count> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
773 |
</and> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
774 |
</visibleWhen> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
775 |
</dynamic> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
776 |
<separator |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
777 |
name="org.symbian.tools.wrttools.libs" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
778 |
visible="true"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
779 |
</separator> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
780 |
</menuContribution> |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
781 |
</extension> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
782 |
<extension |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
783 |
point="org.eclipse.ui.handlers"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
784 |
<handler |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
785 |
class="org.symbian.tools.wrttools.handlers.DeployHandler" |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
786 |
commandId="org.symbian.tools.wrttools.commands.deploy"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
787 |
<enabledWhen> |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
788 |
<reference |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
789 |
definitionId="org.symbian.tools.wrttools.symbianproject"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
790 |
</reference> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
791 |
</enabledWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
792 |
</handler> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
793 |
<handler |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
794 |
class="org.symbian.tools.wrttools.handlers.PackageApplicationHandler" |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
795 |
commandId="org.symbian.tools.wrttools.commands.package"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
796 |
<enabledWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
797 |
<reference |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
798 |
definitionId="org.symbian.tools.wrttools.symbianproject"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
799 |
</reference> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
800 |
</enabledWhen> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
801 |
</handler> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
802 |
</extension> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
803 |
<extension |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
804 |
point="org.eclipse.core.expressions.definitions"> |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
805 |
<definition |
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
806 |
id="org.symbian.tools.wrttools.symbianproject"> |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
807 |
<or> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
808 |
<with |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
809 |
variable="selection"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
810 |
<and> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
811 |
<count |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
812 |
value="1"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
813 |
</count> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
814 |
<iterate> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
815 |
<adapt |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
816 |
type="org.eclipse.core.resources.IResource"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
817 |
<test |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
818 |
property="org.eclipse.core.resources.projectNature" |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
819 |
value="org.symbian.tools.wrttools.WidgetProjectNature"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
820 |
</test> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
821 |
</adapt> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
822 |
</iterate> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
823 |
</and> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
824 |
</with> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
825 |
<and> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
826 |
<with |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
827 |
variable="activePart"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
828 |
<instanceof |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
829 |
value="org.eclipse.ui.IEditorPart"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
830 |
</instanceof> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
831 |
</with> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
832 |
<with |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
833 |
variable="activeEditorInput"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
834 |
<adapt |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
835 |
type="org.eclipse.core.resources.IResource"> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
836 |
</adapt> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
837 |
</with> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
838 |
</and> |
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
839 |
</or> |
281
c4e6bebd078c
Bug 2306 - Synchronize Package and Deployment Options
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
275
diff
changeset
|
840 |
</definition> |
282
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
841 |
</extension> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
842 |
<extension |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
843 |
point="org.eclipse.ui.decorators"> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
844 |
<decorator |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
845 |
adaptable="true" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
846 |
class="org.symbian.tools.wrttools.navigator.PackagingInformationDecorator" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
847 |
icon="icons/main16.gif" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
848 |
id="org.symbian.tools.wrttools.packagingDeclarator" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
849 |
label="WebRuntime Packaging Information" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
850 |
lightweight="true" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
851 |
location="TOP_RIGHT" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
852 |
objectClass="org.eclipse.core.resources.IResource" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
853 |
state="true"> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
854 |
</decorator> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
855 |
</extension> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
856 |
<extension |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
857 |
id="org.symbian.tools.wrttools.excluded" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
858 |
name="Excluded from WRT packaging marker" |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
859 |
point="org.eclipse.core.resources.markers"> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
860 |
<persistent |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
861 |
value="true"> |
39bbb3a15d6f
Bug 2341 - Files excluded from widget archive are not clearly marked
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
281
diff
changeset
|
862 |
</persistent> |
310
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
863 |
</extension> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
864 |
<extension |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
865 |
point="org.symbian.tools.wrttools.jsLibraries"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
866 |
<library |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
867 |
icon="icons/main16_prev.gif" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
868 |
id="org.symbian.wrtkit" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
869 |
installer="org.symbian.tools.wrttools.core.libraries.WRTKitInstaller" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
870 |
name="WRTKit"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
871 |
</library> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
872 |
<library |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
873 |
icon="icons/phonegap.png" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
874 |
id="phonegap" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
875 |
installer="org.symbian.tools.wrttools.core.libraries.PhoneGapInstaller" |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
876 |
name="PhoneGap"> |
e9484be98cfe
UI to add libraries was introduced
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
309
diff
changeset
|
877 |
</library> |
319
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
878 |
</extension> |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
879 |
<extension |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
880 |
id="org.symbian.tools.wrttools.phonegap" |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
881 |
name="PhoneGap Library Support" |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
882 |
point="org.eclipse.wst.jsdt.core.inferrenceSupport"> |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
883 |
<inferenceProvider |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
884 |
class="org.symbian.tools.wrttools.core.libraries.jsdt.PhoneGapInferrenceProvider"> |
40387cc658b4
PhoneGap support work in progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
310
diff
changeset
|
885 |
</inferenceProvider> |
263
0c4249e0396d
Bug 2068 - Improve packaging and deployment usability
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
260
diff
changeset
|
886 |
</extension> |
0 | 887 |
</plugin> |