--- a/src/conf/MANIFEST.MF
+++ b/src/conf/MANIFEST.MF
@@ -10,3 +10,33 @@
 Implementation-Vendor-Id: org.apache
 X-Compile-Source-JDK: @compile.source@
 X-Compile-Target-JDK: @compile.target@
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Import-Package: org.apache.commons.lang;version="@version@",
+ org.apache.commons.lang.builder;version="@version@",
+ org.apache.commons.lang.enum;version="@version@",
+ org.apache.commons.lang.enums;version="@version@",
+ org.apache.commons.lang.exception;version="@version@",
+ org.apache.commons.lang.math;version="@version@",
+ org.apache.commons.lang.mutable;version="@version@",
+ org.apache.commons.lang.text;version="@version@",
+ org.apache.commons.lang.time;version="@version@"
+Bnd-LastModified: @lastmodified@
+Export-Package: org.apache.commons.lang.math;version="@version@",
+ org.apache.commons.lang.enums;version="@version@",
+ org.apache.commons.lang.builder;version="@version@",
+ org.apache.commons.lang.exception;version="@version@",
+ org.apache.commons.lang.enum;version="@version@",
+ org.apache.commons.lang.mutable;version="@version@",
+ org.apache.commons.lang.text;version="@version@",
+ org.apache.commons.lang.time;version="@version@",
+ org.apache.commons.lang;version="@version@"
+Bundle-Version: @version@
+Bundle-Description: Commons Lang, a package of Java utility classes fo
+ r the classes that are in java.lang's hierarchy, or are considered
+  to be so standard as to justify existence in java.lang.
+Bundle-Name: Commons Lang
+Bundle-DocURL: http://commons.apache.org/lang/
+Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-SymbolicName: org.apache.commons.lang
+Tool: Bnd-0.0.238
--- a/build.xml
+++ b/build.xml
@@ -48,6 +48,7 @@
 		<filter token="version" value="${component.version}"/>
 		<filter token="compile.source" value="${compile.source}"/>
 		<filter token="compile.target" value="${compile.target}"/>
+		<filter token="lastmodified" value="${lastmodified}"/>
 	</target>
 	<target name="prepare" depends="init" description="Prepare build directory">
 		<mkdir dir="${build.home}"/>
