mirror of
https://github.com/moparisthebest/davmail
synced 2024-10-31 15:35:05 -04:00
448c2f5f7a
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1697 3d1905a2-6b24-0410-a738-b14d5a86fcbd
67 lines
2.2 KiB
XML
67 lines
2.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<jsmoothskeleton>
|
|
<debug>false</debug>
|
|
<description>SKEL_WINSERVICE_DESCRIPTION</description>
|
|
<executableName>winservice.exe</executableName>
|
|
<resourceCategory>JAVA</resourceCategory>
|
|
<resourceJarId>102</resourceJarId>
|
|
<resourcePropsId>103</resourcePropsId>
|
|
<shortName>WinService Wrapper x64</shortName>
|
|
<skeletonProperties>
|
|
<description>SKEL_WINSERVICE_NAME_DESCRIPTION</description>
|
|
<idName>ServiceName</idName>
|
|
<label>SKEL_WINSERVICE_NAME_LABEL</label>
|
|
<type>string</type>
|
|
<value>myservice</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_WINSERVICE_DISPLAYNAME_DESCRIPTION</description>
|
|
<idName>ServiceDisplayName</idName>
|
|
<label>SKEL_WINSERVICE_DISPLAYNAME_LABEL</label>
|
|
<type>string</type>
|
|
<value>My Service</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_WINSERVICE_PROPERTY_MESSAGE_DESCRIPTION</description>
|
|
<idName>Message</idName>
|
|
<label>SKEL_WINSERVICE_PROPERTY_MESSAGE_LABEL</label>
|
|
<type>textarea</type>
|
|
<value>This program needs Java to run. Please download it at http://www.java.comf</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_WINSERVICE_AUTOSTART_DESCRIPTION</description>
|
|
<idName>Autostart</idName>
|
|
<label>SKEL_WINSERVICE_AUTOSTART_LABEL</label>
|
|
<type>boolean</type>
|
|
<value>1</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_WINSERVICE_LOGFILE_DESCRIPTION</description>
|
|
<idName>Logfile</idName>
|
|
<label>SKEL_WINSERVICE_LOGFILE_LABEL</label>
|
|
<type>string</type>
|
|
<value>service.log</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_WINSERVICE_INTERACTIVE_DESCRIPTION</description>
|
|
<idName>Interactive</idName>
|
|
<label>SKEL_WINSERVICE_INTERACTIVE_LABEL</label>
|
|
<type>boolean</type>
|
|
<value>0</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_GENERIC_JNISMOOTH_DESCRIPTION</description>
|
|
<idName>JniSmooth</idName>
|
|
<label>SKEL_GENERIC_JNISMOOTH</label>
|
|
<type>boolean</type>
|
|
<value>0</value>
|
|
</skeletonProperties>
|
|
<skeletonProperties>
|
|
<description>SKEL_GENERIC_PROPERTY_DEBUG_DESCRIPTION</description>
|
|
<idName>Debug</idName>
|
|
<label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label>
|
|
<type>boolean</type>
|
|
<value>0</value>
|
|
</skeletonProperties>
|
|
</jsmoothskeleton>
|