File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ limitations under the License.
9090 </target >
9191 <target name =" dist" depends =" compile,javadoc" description =" Create binary distribution" >
9292 <mkdir dir =" ${ dist.home } " />
93- <copy file =" ${ basedir } /LICENSE" todir =" ${ dist.home } " />
93+ <copy file =" ${ basedir } /LICENSE.txt " todir =" ${ dist.home } " />
9494 <copy file =" ${ basedir } /RELEASE-NOTES.txt" todir =" ${ dist.home } " />
9595 <antcall target =" jar" />
9696 </target >
9797 <target name =" jar" depends =" compile" description =" Create jar" >
9898 <mkdir dir =" ${ dist.home } " />
9999 <mkdir dir =" ${ build.home } /classes/META-INF" />
100- <copy file =" ${ basedir } /LICENSE" tofile =" ${ build.home } /classes/META-INF/LICENSE.txt" />
100+ <copy file =" ${ basedir } /LICENSE.txt " tofile =" ${ build.home } /classes/META-INF/LICENSE.txt" />
101101 <jar jarfile =" ${ dist.home } /${ final.name } .jar" basedir =" ${ build.home } /classes" manifest =" ${ build.home } /conf/MANIFEST.MF" />
102102 </target >
103103 <target name =" install-jar" depends =" jar" description =" --> Installs jar file in ${ lib.repo } " >
You can’t perform that action at this time.
0 commit comments