[jboss-cvs] JBossAS SVN: r87866 - projects/jboss-osgi/trunk/bundle/webconsole.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 27 10:50:15 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-27 10:50:14 -0400 (Mon, 27 Apr 2009)
New Revision: 87866

Modified:
   projects/jboss-osgi/trunk/bundle/webconsole/pom.xml
Log:
Restore webconsole dependencies

Modified: projects/jboss-osgi/trunk/bundle/webconsole/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/bundle/webconsole/pom.xml	2009-04-27 13:46:44 UTC (rev 87865)
+++ projects/jboss-osgi/trunk/bundle/webconsole/pom.xml	2009-04-27 14:50:14 UTC (rev 87866)
@@ -107,8 +107,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>org.jboss.osgi.service.webconsole</Bundle-SymbolicName>
-            <Bundle-Activator>org.jboss.osgi.service.webconsole.internal.WebConsoleActivator
-            </Bundle-Activator>
+            <Bundle-Activator>org.jboss.osgi.service.webconsole.internal.WebConsoleActivator</Bundle-Activator>
             <Export-Package>
               org.apache.felix.webconsole;version=${version.felix.webconsole},
               org.osgi.service.obr
@@ -127,10 +126,13 @@
             </Import-Package>
             <Embed-Dependency>
               <!-- Import/Export-Package parsing, OBR -->
+              org.apache.felix.bundlerepository,
 
               <!-- Required for JSON data transfer -->
+              json,
 
               <!-- File Upload functionality -->
+              commons-fileupload,
 
               <!-- Required by FileUpload and Util -->
               commons-io




More information about the jboss-cvs-commits mailing list