提交 30bb1f03 编写于 作者: J jglick

NetBeans action binding, letting an IDE user easily run/debug Hudson core.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15041 71c3de6d-444a-0410-be80-ed276b4c234a
上级 03917fea
<?xml version="1.0" encoding="UTF-8"?>
<!--
Ensures that NetBeans knows which goals to run when Run Project is selected.
-->
<actions>
<action>
<actionName>run</actionName>
<goals>
<goal>hudson-dev:run</goal>
</goals>
</action>
<action>
<actionName>debug</actionName>
<goals>
<goal>hudson-dev:run</goal>
</goals>
<properties>
<jpda.listen>maven</jpda.listen>
</properties>
</action>
</actions>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册