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>


Reply via email to