Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Swf2Bmp2AviRCP/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 84 - (show annotations) (download)
Mon Apr 19 15:00:54 2010 UTC (14 years, 1 month ago) by tange
File MIME type: text/plain
File size: 4442 byte(s)


1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <extension
6 id="jp.sourceforge.swf2bmp2avi.rcp.application"
7 point="org.eclipse.core.runtime.applications">
8 <application>
9 <run
10 class="jp.sourceforge.swf2bmp2avi.rcp.Swf2Bmp2AviApplication">
11 </run>
12 </application>
13 </extension>
14 <extension
15 point="org.eclipse.ui.perspectives">
16 <perspective
17 name="Standard Perspective(Swf2Bmp2Avi RCP)"
18 class="jp.sourceforge.swf2bmp2avi.rcp.StandardPerspective"
19 id="jp.sourceforge.swf2bmp2avi.rcp.perspective.standard">
20 </perspective>
21 </extension>
22 <extension
23 id="product"
24 point="org.eclipse.core.runtime.products">
25 <product
26 application="jp.sourceforge.swf2bmp2avi.rcp.application"
27 name="Swf2Bmp2Avi">
28 <property
29 name="appName"
30 value="Swf2Bmp2Avi">
31 </property>
32 <property
33 name="startupForegroundColor"
34 value="0000A0">
35 </property>
36 <property
37 name="startupMessageRect"
38 value="7,252,445,20">
39 </property>
40 <property
41 name="startupProgressRect"
42 value="5,275,445,15">
43 </property>
44 <property
45 name="preferenceCustomization"
46 value="plugin_customization.ini">
47 </property>
48 <property
49 name="aboutImage"
50 value="icons/sba_115x164.png">
51 </property>
52 <property
53 name="aboutText"
54 value="Swf2Bmp2Avi (���������������������������) Ver 1.1.0.r83&#x0A;Copyright (C) 2010 TANGE&#x0A;Swf������������������AVI���������������������������������������(�������������)&#x0A;&#x0A;[Project] Swf2Bmp2Avi (http://sourceforge.jp/projects/swf2bmp2avi/)&#x0A;[Used library] ffmpeg (http://ffmpeg.org/)&#x0A;[GPL License] http://www.gnu.org/copyleft/gpl.html">
55 </property>
56 <property
57 name="windowImages"
58 value="icons/win_16x16.png,icons/win_32x32.png,icons/win_48x48.png,icons/win_64x64.png,icons/win_128x128.png">
59 </property>
60 </product>
61 </extension>
62 <extension
63 point="org.eclipse.ui.actionSets">
64 <actionSet
65 id="jp.sourceforge.swf2bmp2avi.actionSet"
66 label="Swf2Bmp2Avi������������������������������"
67 visible="true">
68 <menu
69 id="convMenu"
70 label="������(&amp;C)"
71 path="swf2bmp2aviadditions">
72 <groupMarker
73 name="convGroup">
74 </groupMarker>
75 <separator
76 name="----">
77 </separator>
78 <groupMarker
79 name="extractGroup">
80 </groupMarker>
81 </menu>
82 <action
83 class="jp.sourceforge.swf2bmp2avi.actions.Bmp2AviAction"
84 icon="icons/bmp2avi_32.png"
85 id="jp.sourceforge.swf2bmp2avi.actions.Bmp2AviAction"
86 label="BMP������AVI������(&amp;B)"
87 menubarPath="convMenu/convGroup"
88 retarget="false"
89 toolbarPath="convMenu/convGroup"
90 tooltip="���������Bmp���������������������AVI������������������">
91 </action>
92 <action
93 class="jp.sourceforge.swf2bmp2avi.actions.Swf2BmpAction"
94 icon="icons/swf2bmp_32.png"
95 id="jp.sourceforge.swf2bmp2avi.actions.Swf2BmpAction"
96 label="SWF������BMP������(&amp;S)"
97 menubarPath="convMenu/convGroup"
98 toolbarPath="convMenu/convGroup"
99 tooltip="Swf���������������BMP������������������������������������">
100 </action>
101 <action
102 class="jp.sourceforge.swf2bmp2avi.actions.ExtractSoundDataAction"
103 icon="icons/ext_sound_32.png"
104 id="jp.sourceforge.swf2bmp2avi.actions.ExtractMp3Action"
105 label="������������(&amp;m)"
106 menubarPath="convMenu/extractGroup"
107 toolbarPath="convMenu/extractGroup"
108 tooltip="Swf���������������������������������������������">
109 </action>
110 </actionSet>
111 </extension>
112 </plugin>

Properties

Name Value
svn:mime-type text/plain

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26