mirror of https://github.com/winsw/winsw
10 lines
494 B
XML
Executable File
10 lines
494 B
XML
Executable File
<configuration>
|
|
<id>winsw</id>
|
|
<name>Winsw test service(2)</name>
|
|
<description>This service is a do-nothing test app. Really.</description>
|
|
<download from="http://www.google.com/" to="%BASE%\index.html" />
|
|
<download from="http://www.nosuchhostexists.com/" to="%BASE%\dummy.html" />
|
|
|
|
<executable>C:\development\jdk6u7\bin\java.exe</executable>
|
|
<arguments>-classpath c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world test.Main</arguments>
|
|
</configuration> |