Author: carlos
Date: Mon Mar 19 11:55:15 2007
New Revision: 520045

URL: http://svn.apache.org/viewvc?view=rev&rev=520045
Log:
Deprecate OSGi manifest goal in favor of Felix Bundle plugin

Modified:
    
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java?view=diff&rev=520045&r1=520044&r2=520045
==============================================================================
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java
 Mon Mar 19 11:55:15 2007
@@ -37,8 +37,8 @@
  * in META-INF/MANIFEST.MF is synchronized with the POM by adding all 
dependencies that don't have the
  * scope provided.
  * 
- * @todo move this to use the code from
- * <a 
href="http://svn.apache.org/viewvc/incubator/felix/trunk/tools/maven2/maven-osgi-plugin/";>Maven
 OSGi plugin</a>
+ * @deprecated use <a 
href="http://cwiki.apache.org/FELIX/bundle-plugin-for-maven-bnd.html/";>Maven 
Bundle plugin</a> from Felix
+ * Still waiting for them to apply the <code>bundle:manifest</code> goal in <a 
href="https://issues.apache.org/jira/browse/FELIX-199";>FELIX-199</a>
  */
 public class EclipseOSGiManifestWriter
     extends AbstractEclipseWriter


Reply via email to