plugins/org.symbian.tools.wrttools/plugin.xml
changeset 482 2973198ae2a9
parent 481 e908ec135fa1
child 485 df4f55e8569e
--- a/plugins/org.symbian.tools.wrttools/plugin.xml	Wed Sep 01 16:27:43 2010 -0700
+++ b/plugins/org.symbian.tools.wrttools/plugin.xml	Wed Sep 01 16:59:08 2010 -0700
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>
-   <extension-point id="jsLibraries" name="JavaScript Libraries" schema="schema/jsLibraries.exsd"/>
 
 <!-- Generic Project Builder and Project Natures  -->		
  	
@@ -184,13 +183,6 @@
           id="org.symbian.tools.wrttools.commands.deploy"
           name="Deploy Application">
     </command>
-    <command
-          categoryId="org.symbian.tools.wrttools.commands.maincategory"
-          defaultHandler="org.symbian.tools.wrttools.handlers.AddJSLibrary"
-          description="Adds JavaScript libraries to Mobile Web projects"
-          id="org.symbian.tools.wrttools.addlibrary"
-          name="Add JavaScript Libraries...">
-    </command>
  </extension>
  <extension
        point="org.eclipse.ui.menus">
@@ -211,11 +203,6 @@
              name="org.symbian.tools.wrttools.beginwert"
              visible="true">
        </separator>
-       <command
-             commandId="org.symbian.tools.wrttools.addlibrary"
-             id="org.symbian.tools.wrttools.toolbars.addlibrary"
-             style="push">
-       </command>
        <separator
              name="org.symbian.tools.wrttools.deploypackage"
              visible="true">
@@ -260,35 +247,6 @@
              visible="true">
        </separator>
     </menuContribution>
-    <menuContribution
-          locationURI="popup:org.eclipse.ui.popup.any?after=group.build">
-       <dynamic
-             class="org.symbian.tools.wrttools.core.libraries.AddLibraryPopupMenu$LibrariesPopupMenu"
-             id="org.symbian.tools.wrttools.addlibrary">
-          <visibleWhen>
-             <and>
-                <iterate
-                      ifEmpty="false"
-                      operator="and">
-                   <adapt
-                         type="org.eclipse.core.resources.IProject">
-                      <test
-                            property="org.eclipse.core.resources.projectNature"
-                            value="org.symbian.tools.wrttools.WidgetProjectNature">
-                      </test>
-                   </adapt>
-                </iterate>
-                <count
-                      value="1">
-                </count>
-             </and>
-          </visibleWhen>
-       </dynamic>
-       <separator
-             name="org.symbian.tools.wrttools.libs"
-             visible="true">
-       </separator>
-    </menuContribution>
  </extension>
  <extension
        point="org.eclipse.ui.decorators">
@@ -317,15 +275,6 @@
     </persistent>
  </extension>
  <extension
-       point="org.symbian.tools.wrttools.jsLibraries">
-    <library
-          icon="icons/phonegap.png"
-          id="phonegap"
-          installer="org.symbian.tools.wrttools.core.libraries.PhoneGapInstaller"
-          name="PhoneGap">
-    </library>
- </extension>
- <extension
        point="org.eclipse.ltk.core.refactoring.renameParticipants">
     <renameParticipant
           class="org.symbian.tools.wrttools.core.project.ProjectRenameParticipant"