[SM-2038] Complete adding OSGI-INF/bundle.info in ServiceMix bundles.

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/ehcache-1.6.2@1063183 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a9619a8..cd1b4ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -33,18 +33,7 @@
     <version>1.6.2_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        SYNOPSIS
-            This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
-
-        DESCRIPTION
-            Ehcache is an open source, standards-based cache used to boost performance, offload the database and
-            simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular
-            Java-based cache with 100,000’s of production deployments.
-
-        SEE ALSO
-            http://ehcache.org/
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
     <properties>
         <pkgGroupId>net.sf.ehcache</pkgGroupId>
diff --git a/src/main/resources/OSGI-INF/bundle.info b/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..0b20bcc
--- /dev/null
+++ b/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Ehcache is an open source, standards-based cache used to boost performance, offload the database and
+    simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular
+    Java-based cache with 100,000’s of production deployments.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://ehcache.org\u001B[0m