You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/02/17 17:54:59 UTC

svn commit: r628511 - /commons/proper/math/trunk/build.xml

Author: psteitz
Date: Sun Feb 17 08:54:58 2008
New Revision: 628511

URL: http://svn.apache.org/viewvc?rev=628511&view=rev
Log:
Added LICENSE.txt to jar, changed jar name to 1.2.

Modified:
    commons/proper/math/trunk/build.xml

Modified: commons/proper/math/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=628511&r1=628510&r2=628511&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Sun Feb 17 08:54:58 2008
@@ -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>