Made builtBy attribute configurable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae18893755
commit
b73432e8d6
3
pom.xml
3
pom.xml
|
@ -270,7 +270,8 @@ org.apache.commons.math.stat.regression;version=${project.version},
|
||||||
org.apache.commons.math.transform;version=${project.version},
|
org.apache.commons.math.transform;version=${project.version},
|
||||||
org.apache.commons.math.util;version=${project.version}
|
org.apache.commons.math.util;version=${project.version}
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Built-By>psteitz</Built-By>
|
<!-- blank by default, use -DbuiltBy on command line -->
|
||||||
|
<Built-By>${builtBy}</Built-By>
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue