Browse CVS Repository
Contents of /concierge/Concierge/concierge.product
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
Thu Aug 17 14:46:49 2006 UTC
(17 years, 7 months ago)
by yasunori_suzuki
Branch: MAIN
Changes since 1.3: +2 -2 lines
*** empty log message ***
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<?pde version="3.1"?> |
| 3 |
|
| 4 |
<product name="Concierge" id="jp.sourceforge.concierge.framework.product" application="jp.sourceforge.concierge.framework.application" useFeatures="false"> |
| 5 |
|
| 6 |
<aboutInfo> |
| 7 |
<image path="/Concierge/splash.bmp"/> |
| 8 |
</aboutInfo> |
| 9 |
|
| 10 |
<configIni use="default"/> |
| 11 |
|
| 12 |
<launcherArgs> |
| 13 |
</launcherArgs> |
| 14 |
|
| 15 |
<windowImages i16="/Concierge/icons/logo16.gif" i32="/Concierge/icons/logo32.gif" i48="/Concierge/icons/logo48.gif" i64="/Concierge/icons/logo64.gif" i128="/Concierge/icons/logo128.gif"/> |
| 16 |
|
| 17 |
<splash |
| 18 |
location="jp.sourceforge.concierge.framework" |
| 19 |
startupProgressRect="0,207,427,15" /> |
| 20 |
<launcher> |
| 21 |
<solaris/> |
| 22 |
<win useIco="false"> |
| 23 |
<bmp/> |
| 24 |
</win> |
| 25 |
</launcher> |
| 26 |
|
| 27 |
|
| 28 |
<plugins> |
| 29 |
</plugins> |
| 30 |
|
| 31 |
</product> |
|