Added LICENSE.txt to jar, changed jar name to 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
effdf4250c
commit
0473351c85
|
@ -26,7 +26,7 @@
|
|||
</property>
|
||||
<property name="javadocdir" value="${basedir}/dist/docs/api">
|
||||
</property>
|
||||
<property name="final.name" value="commons-math-1.2-SNAPSHOT">
|
||||
<property name="final.name" value="commons-math-1.2">
|
||||
</property>
|
||||
<property name="proxy.host" value="">
|
||||
</property>
|
||||
|
@ -83,6 +83,8 @@
|
|||
<fileset dir="${basedir}/.">
|
||||
<include name="NOTICE.txt">
|
||||
</include>
|
||||
<include name="LICENSE.txt">
|
||||
</include>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue