[BACK]Return to manifest.u3i CVS log [TXT][DIR] Up to [local] / u3p / Poweroff / Manifest

Annotation of u3p/Poweroff/Manifest/manifest.u3i, Revision 1.1

1.1     ! andrew      1: <u3manifest version="1.0">
        !             2:        <application uuid="83BB5918-A77D-48DE-A984-41D08910CA27" version="3.0">
        !             3:                <icon>poweroff.ico</icon>
        !             4:                <name>Poweroff</name>
        !             5:                <vendor>Jorgen Bosman</vendor>
        !             6:                <description>Poweroff is a small program that allows you to control the power state of a local or remote pc.</description>
        !             7:                <options>
        !             8:                        <minFreeSpace>0.5</minFreeSpace>
        !             9:                </options>
        !            10:                <i18n></i18n>
        !            11:        </application>
        !            12:                <actions>
        !            13:                        <appStart cmd="%U3_APP_DATA_PATH%\poweroff.exe"></appStart>
        !            14:                        <appStop cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s poweroff</appStop>
        !            15:                        <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\appstop.exe"> -t -s poweroff</hostCleanUp>
        !            16:                </actions>
        !            17: </u3manifest>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>