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

View File

@ -26,7 +26,7 @@
</property> </property>
<property name="javadocdir" value="${basedir}/dist/docs/api"> <property name="javadocdir" value="${basedir}/dist/docs/api">
</property> </property>
<property name="final.name" value="commons-math-1.2-SNAPSHOT"> <property name="final.name" value="commons-math-1.2">
</property> </property>
<property name="proxy.host" value=""> <property name="proxy.host" value="">
</property> </property>
@ -83,6 +83,8 @@
<fileset dir="${basedir}/."> <fileset dir="${basedir}/.">
<include name="NOTICE.txt"> <include name="NOTICE.txt">
</include> </include>
<include name="LICENSE.txt">
</include>
</fileset> </fileset>
</copy> </copy>
</target> </target>