최신버전에 맞는 타겟플렛폼 설정.
[Tadpole.git] / com.hangum.tadpole.application / plugin.xml
blobfaafdb38fc1f9eef94ad7d845017101e0bdbb05a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4    <extension
5          point="org.eclipse.rap.ui.entrypoint">
6       <entrypoint
7             brandingId="com.hangum.tadpole.browser.rap.branding"
8             class="com.hangum.tadpole.application.Application"
9             id="com.hangum.tadpole.browser.rap.Application"
10             path="/">
11       </entrypoint>
12    </extension>
13    <extension
14          point="org.eclipse.rap.ui.branding">
15       <branding
16             body="html/body.html"
17             favicon="icons/TadpoleDBHub.ico"
18             id="com.hangum.tadpole.browser.rap.branding"
19             themeId="org.eclipse.rap.design.example.business.theme"
20             title="Tadpole DB Hub-v1.7.6(b0)-OpenSource">
21       </branding>
22    </extension>
23    <extension
24          point="org.eclipse.equinox.http.registry.resources">
25       <resource
26             alias="/loading.gif"
27             base-name="/html/loading.gif">
28       </resource>
29    </extension>
30    <extension
31          id="product"
32          point="org.eclipse.core.runtime.products">
33                 <product
34             application="org.eclipse.ui.ide.workbench"
35                 name="tadpole-standalone">
36       
37          <property
38                name="appName"
39                value="tadpole-standalone">
40          </property>
41          <property
42                name="startupForegroundColor"
43                value="00FF00">
44          </property>
45          <property
46                name="startupMessageRect"
47                value="7,252,445,20">
48          </property>
49          <property
50                name="startupProgressRect"
51                value="5,275,445,15">
52          </property>
53          <property
54                name="preferenceCustomization"
55                value="plugin_customization.ini">
56          </property>
57       </product>
58    </extension>
59    
61 </plugin>