You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2008/08/27 08:46:32 UTC

svn commit: r689384 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Tue Aug 26 23:46:31 2008
New Revision: 689384

URL: http://svn.apache.org/viewvc?rev=689384&view=rev
Log:
* Add reference to new documentation page
* Revert to using the older core and compendium libraries because
  the web console works perfectly with the original R4 libraries
  and has no requirement on R4.1. Upgrading the references would
  also set respective Import-Package versions, which is not what
  I want for the web console

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=689384&r1=689383&r2=689384&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Tue Aug 26 23:46:31 2008
@@ -32,7 +32,9 @@
 
     <name>Apache Felix Web Management Console</name>
     <description>
-        Web Based Management Console for OSGi Frameworks
+        Web Based Management Console for OSGi Frameworks. See
+        http://felix.apache.org/apache-felix-web-console.html for more
+        information on this bundle.
     </description>
 
     <scm>
@@ -74,7 +76,7 @@
                             The Apache Software Foundation
                         </Bundle-Vendor>
                         <Bundle-DocURL>
-                            http://felix.apache.org
+                            http://felix.apache.org/apache-felix-web-console.html
                         </Bundle-DocURL>
                         <Bundle-Activator>
                             org.apache.felix.webconsole.internal.OsgiManagerActivator
@@ -136,13 +138,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>1.2.0</version>
+            <version>1.0.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>1.2.0</version>
+            <version>1.0.1</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>