We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921d3db commit 17c5e5aCopy full SHA for 17c5e5a
build.xml
@@ -86,6 +86,7 @@ explicitly covering such access.
86
<move file="${approot.stage.dir}/lib/${ivy.artifact.id}-${project.revision}.jar" tofile="${approot.stage.dir}/${ivy.artifact.id}-${project.revision}.jar"/>
87
<!-- Update the version.xml with the current version of this plugin -->
88
<copy file="res/version.xml" todir="${approot.stage.dir}" />
89
+ <copy file="plugin-machine-intelligence-master_OSS_Licenses.html" todir="${approot.stage.dir}" />
90
<replace file="${approot.stage.dir}/version.xml" token="@TRUNK@" value="${project.revision}" />
91
</target>
92
0 commit comments