Comment "maven-bundle-plugin" as it generates errors during build and I don't thing that we need it here

git-svn-id: https://svn.apache.org/repos/asf/karaf/webconsole/trunk@1337119 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/manual/pom.xml b/manual/pom.xml
index b596314..ad2b1c1 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -161,6 +161,7 @@
                     </systemProperties>
                 </configuration>
             </plugin>
+            <!-- DO WE NEED THAT
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
@@ -189,7 +190,7 @@
                             javax.swing.tree,
                             org.apache.commons.logging;provider=paxlogging;resolution:=optional,
                             org.apache.log4j;provider=paxlogging;resolution:=optional,
-                            org.slf4j;provider=paxlogging;resolution:=optional;version="[1.5,2)",
+                            org.slf4j;provider=paxlogging;resolution:=optional;version="[1.5,2)"
                         </Import-Package>
                         <Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
                         <Embed-Directory>WEB-INF/lib</Embed-Directory>
@@ -200,6 +201,7 @@
                 </configuration>
                 <extensions>true</extensions>
             </plugin>
+            -->
         </plugins>
     </build>