提交 85ef6b11 编写于 作者: K kohsuke

fixed #320.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2269 71c3de6d-444a-0410-be80-ed276b4c234a
上级 fbc8fcfc
......@@ -82,7 +82,6 @@
</execution>
<!--
for copying remoting jar to $WAR/WEB-INF/remoting.jar
this is always JDK 1.5 jar, to make it easy to deploy JNLP agent.
-->
<execution>
<id>copy-remoting.jar</id>
......@@ -96,6 +95,7 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>remoting</artifactId>
<version>${version}</version>
<classifier>${hudsonRemotingClassifier}</classifier>
<destFileName>remoting.jar</destFileName>
</artifactItem>
</artifactItems>
......@@ -115,6 +115,7 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>jnlp-agent</artifactId>
<version>${version}</version>
<classifier>${hudsonRemotingClassifier}</classifier>
<destFileName>jnlp-agent.jar</destFileName>
</artifactItem>
</artifactItems>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册