提交 1b72dd26 编写于 作者: K kohsuke

implemented a proper daemonization based on Akuma.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15023 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ca3d8bac
......@@ -578,8 +578,14 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.9</version>
<version>3.0.9</version><!-- executabe-war hardcodes this version, so when you change this, update executable-war as well -->
</dependency>
<dependency>
<groupId>com.sun.akuma</groupId>
<artifactId>akuma</artifactId>
<version>1.1</version><!-- executabe-war hardcodes this version, so when you change this, update executable-war as well -->
</dependency>
<!-- offline profiler API to put in the classpath if we need it -->
<!--dependency>
<groupId>com.yourkit.api</groupId>
......
......@@ -212,7 +212,7 @@
-->
<groupId>org.jvnet.hudson</groupId>
<artifactId>executable-war</artifactId>
<version>1.3</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
......@@ -222,7 +222,7 @@
-->
<groupId>org.jvnet.hudson.winstone</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-hudson-6</version>
<version>0.9.10-hudson-7</version>
<scope>provided</scope>
</dependency>
<!-- offline profiler API when we need it -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册