Browse CVS Repository
Annotation of /xoonips-library/LibConcierge/plugin.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
( as text)
Wed Nov 8 08:57:41 2006 UTC
(17 years, 5 months ago)
by h-sakai
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/xml
DataConverter plugin have been a stand alone application.
| 1 |
h-sakai |
1.1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
|
<?eclipse version="3.2"?> |
| 3 |
|
|
<plugin> |
| 4 |
|
|
|
| 5 |
|
|
<extension |
| 6 |
|
|
id="application" |
| 7 |
|
|
point="org.eclipse.core.runtime.applications"> |
| 8 |
|
|
<application> |
| 9 |
|
|
<run |
| 10 |
|
|
class="jp.sourceforge.libconcierge.Application"> |
| 11 |
|
|
</run> |
| 12 |
|
|
</application> |
| 13 |
|
|
</extension> |
| 14 |
|
|
<extension |
| 15 |
|
|
point="org.eclipse.ui.perspectives"> |
| 16 |
|
|
<perspective |
| 17 |
|
|
name="Perspective" |
| 18 |
|
|
class="jp.sourceforge.libconcierge.Perspective" |
| 19 |
|
|
id="LibConcierge.perspective"> |
| 20 |
|
|
</perspective> |
| 21 |
|
|
</extension> |
| 22 |
|
|
<extension |
| 23 |
|
|
point="org.eclipse.ui.views"> |
| 24 |
|
|
<view |
| 25 |
|
|
name="Csv2XooNIps" |
| 26 |
|
|
class="jp.sourceforge.libconcierge.DataConverterView" |
| 27 |
|
|
id="LibConcierge.view"> |
| 28 |
|
|
</view> |
| 29 |
|
|
</extension> |
| 30 |
|
|
<extension |
| 31 |
|
|
id="product" |
| 32 |
|
|
point="org.eclipse.core.runtime.products"> |
| 33 |
|
|
<product |
| 34 |
|
|
application="LibConcierge.application" |
| 35 |
|
|
name="LibConcierge"> |
| 36 |
|
|
<property |
| 37 |
|
|
name="windowImages" |
| 38 |
|
|
value="icons/logo16.gif,icons/logo32.gif,icons/logo48.gif,icons/logo64.gif,icons/logo128.gif"/> |
| 39 |
|
|
<property |
| 40 |
|
|
name="startupForegroundColor" |
| 41 |
|
|
value="000000"/> |
| 42 |
|
|
<property |
| 43 |
|
|
name="startupMessageRect" |
| 44 |
|
|
value="0,192,0,0"/> |
| 45 |
|
|
<property |
| 46 |
|
|
name="startupProgressRect" |
| 47 |
|
|
value="0,207,427,15"/> |
| 48 |
|
|
</product> |
| 49 |
|
|
</extension> |
| 50 |
|
|
|
| 51 |
|
|
</plugin> |
|