You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/05/18 09:40:23 UTC

svn commit: r775848 - /incubator/sling/trunk/bundles/commons/mime/pom.xml

Author: fmeschbe
Date: Mon May 18 07:40:23 2009
New Revision: 775848

URL: http://svn.apache.org/viewvc?rev=775848&view=rev
Log:
Add Bundle-DocURL

Modified:
    incubator/sling/trunk/bundles/commons/mime/pom.xml

Modified: incubator/sling/trunk/bundles/commons/mime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/commons/mime/pom.xml?rev=775848&r1=775847&r2=775848&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/commons/mime/pom.xml (original)
+++ incubator/sling/trunk/bundles/commons/mime/pom.xml Mon May 18 07:40:23 2009
@@ -54,6 +54,9 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-DocURL>
+                            http://incubator.apache.org/sling/site/mime-type-support.html
+                        </Bundle-DocURL>
                         <Export-Package>
                             org.apache.sling.commons.mime;version=${pom.version}
                         </Export-Package>