Remove the obsolete configuration sample from the ServiceWrapper project

pull/170/head
Oleg Nenashev 2016-12-23 12:54:59 +01:00
parent db8c6ec6f2
commit 413e24ebeb
2 changed files with 0 additions and 16 deletions

View File

@ -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">

View File

@ -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>