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:56:27 UTC

svn commit: r628515 - /commons/proper/math/trunk/pom.xml

Author: psteitz
Date: Sun Feb 17 08:56:26 2008
New Revision: 628515

URL: http://svn.apache.org/viewvc?rev=628515&view=rev
Log:
Made builtBy attribute configurable.

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

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=628515&r1=628514&r2=628515&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Feb 17 08:56:26 2008
@@ -270,7 +270,8 @@
 org.apache.commons.math.transform;version=${project.version},
 org.apache.commons.math.util;version=${project.version}
                 </Import-Package>
-                <Built-By>psteitz</Built-By>
+                <!-- blank by default, use -DbuiltBy on command line -->
+                <Built-By>${builtBy}</Built-By>
               </manifestEntries>
             </archive>
           </configuration>