mirror of https://github.com/winsw/winsw
Remove the obsolete configuration sample from the ServiceWrapper project
parent
db8c6ec6f2
commit
413e24ebeb
|
@ -83,12 +83,6 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="manifest.xml" />
|
<Content Include="manifest.xml" />
|
||||||
<Content Include="pom.xml">
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</Content>
|
|
||||||
<Content Include="winsw.xml">
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</Content>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="packages.config">
|
<None Include="packages.config">
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<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>
|
|
Loading…
Reference in New Issue