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:
Phil Steitz 2008-02-17 16:54:58 +00:00
parent effdf4250c
commit 0473351c85
1 changed files with 3 additions and 1 deletions

View File

@ -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>