提交 4e548220 编写于 作者: K kohsuke

only use retrotranslator during the release cycle.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1051 71c3de6d-444a-0410-be80-ed276b4c234a
上级 30ea004c
......@@ -55,15 +55,15 @@
</build>
<profiles>
<!-- allow retrotranslator to be disabled with -->
<profile>
<id>debug</id>
</profile>
<profile>
<id>retrotranslator</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<!-- run retrotranslator only during the release -->
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
......@@ -87,6 +87,10 @@
</plugin>
</plugins>
</build>
<properties>
<!-- for releases, just use the POM version. See above ant-run plugin for how this gets used. -->
<build.version>${version}</build.version>
</properties>
</profile>
</profiles>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册