You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/02/10 19:41:43 UTC

svn commit: r620306 - in /felix/trunk: bundleplugin/pom.xml maven-obr-plugin/pom.xml

Author: mcculls
Date: Sun Feb 10 10:41:42 2008
New Revision: 620306

URL: http://svn.apache.org/viewvc?rev=620306&view=rev
Log:
Update plugin descriptions

Modified:
    felix/trunk/bundleplugin/pom.xml
    felix/trunk/maven-obr-plugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=620306&r1=620305&r2=620306&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Sun Feb 10 10:41:42 2008
@@ -33,11 +33,10 @@
  
  <name>Maven Bundle Plugin</name>
  <description>
-  Provides a maven plugin which allows the creation of an OSGi bundle by
-  embedding used packages as class or jars by inspecting the classpath used to
-  compile the bundle. Plus a zillion other features. 
-  The plugin relies on the bnd tools, so to gather more information you can look
-  at is documentation http://www.aqute.biz/php/tools/bnd.php
+  Provides a maven plugin that supports creating an OSGi bundle
+  from the contents of the compilation classpath along with its
+  resources and dependencies. Plus a zillion other features.
+  The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
  </description>
  
  <dependencies>

Modified: felix/trunk/maven-obr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/maven-obr-plugin/pom.xml?rev=620306&r1=620305&r2=620306&view=diff
==============================================================================
--- felix/trunk/maven-obr-plugin/pom.xml (original)
+++ felix/trunk/maven-obr-plugin/pom.xml Sun Feb 10 10:41:42 2008
@@ -33,8 +33,8 @@
   
   <name>OBR Maven Plugin</name>
   <description>
-    Provides a maven plugin which allows the automatic cration and update of an
-    OSGi Bundle Repository complaint to OSGi RFC 0112.
+    Provides a maven plugin that supports the automatic creation and
+    update of an OSGi Bundle Repository compliant with OSGi RFC 0112.
   </description>
 
   <dependencies>