Browse Subversion Repository
Contents of /Swf2Bmp2AviPlugin/plugin.xml
Parent Directory
| Revision Log
Revision 62 -
( show annotations)
( download)
Fri Apr 9 11:14:47 2010 UTC
(14 years ago)
by tange
File MIME type: text/plain
File size: 2031 byte(s)
FFmpeg導入準備
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<?eclipse version="3.4"?> |
| 3 |
<plugin> |
| 4 |
|
| 5 |
<extension |
| 6 |
point="org.eclipse.ui.views"> |
| 7 |
<view |
| 8 |
category="Swf2Bmp2AviPlugin.category1" |
| 9 |
class="jp.sourceforge.swf2bmp2avi.views.Bmp2AviView" |
| 10 |
icon="icons/bmp2avi_16.png" |
| 11 |
id="jp.sourceforge.swf2bmp2avi.bmp2aviview" |
| 12 |
name="BMP→AVI" |
| 13 |
restorable="true"> |
| 14 |
</view> |
| 15 |
<view |
| 16 |
category="Swf2Bmp2AviPlugin.category1" |
| 17 |
class="jp.sourceforge.swf2bmp2avi.views.Swf2BmpView" |
| 18 |
icon="icons/swf2bmp_16.png" |
| 19 |
id="jp.sourceforge.swf2bmp2avi.swf2bmpview" |
| 20 |
name="SWF→BMP" |
| 21 |
restorable="false"> |
| 22 |
</view> |
| 23 |
<category |
| 24 |
id="Swf2Bmp2AviPlugin.category1" |
| 25 |
name="swf2bmp2avi"> |
| 26 |
</category> |
| 27 |
</extension> |
| 28 |
<extension |
| 29 |
point="org.eclipse.ui.preferencePages"> |
| 30 |
<page |
| 31 |
class="jp.sourceforge.swf2bmp2avi.preferences.MainPreferencePage" |
| 32 |
id="jp.sourceforge.swf2bmp2avi.preferences.MainPreferencePage" |
| 33 |
name="Swf2Bmp2Avi設定"> |
| 34 |
</page> |
| 35 |
<page |
| 36 |
category="jp.sourceforge.swf2bmp2avi.preferences.MainPreferencePage" |
| 37 |
class="jp.sourceforge.swf2bmp2avi.preferences.Swf2BmpPreferencePage" |
| 38 |
id="jp.sourceforge.swf2bmp2avi.preferences.BmpPreferencePage" |
| 39 |
name="1. SWF→BMP出力設定"> |
| 40 |
</page> |
| 41 |
<page |
| 42 |
category="jp.sourceforge.swf2bmp2avi.preferences.MainPreferencePage" |
| 43 |
class="jp.sourceforge.swf2bmp2avi.preferences.AviPreferencePage" |
| 44 |
id="jp.sourceforge.swf2bmp2avi.preferences.AviPreferencePage" |
| 45 |
name="2. BMP→AVI出力設定"> |
| 46 |
</page> |
| 47 |
</extension> |
| 48 |
<extension |
| 49 |
point="org.eclipse.core.runtime.preferences"> |
| 50 |
<initializer |
| 51 |
class="jp.sourceforge.swf2bmp2avi.preferences.PreferenceInitializer"> |
| 52 |
</initializer> |
| 53 |
</extension> |
| 54 |
|
| 55 |
</plugin> |
|