mirror of https://github.com/jenkinsci/jenkins.git
				
				
				
			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
This commit is contained in:
		
							parent
							
								
									ca3d8bac12
								
							
						
					
					
						commit
						1b72dd263f
					
				|  | @ -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 --> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue