Home | History | Annotate | Download | only in common
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <?eclipse version="3.4"?>
      3 <plugin>
      4     <extension
      5           point="org.eclipse.ui.startup">
      6         <startup
      7             class="com.motorola.studio.android.common.proxy.NetworkProxySettingStartup">
      8         </startup>
      9     </extension>
     10     <extension
     11           point="org.eclipse.ui.views">
     12        <category
     13              id="studioAndroidViewCategory"
     14              name="%studioAndroidCategoryLabel">
     15        </category>
     16     </extension>
     17 </plugin>
     18