[jboss-cvs] JBossAS SVN: r94102 - projects/jboss-osgi/projects/aQute/trunk/bnd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 09:40:04 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-29 09:40:03 -0400 (Tue, 29 Sep 2009)
New Revision: 94102

Modified:
   projects/jboss-osgi/projects/aQute/trunk/bnd/pom.xml
Log:
Add bnd Main-Class

Modified: projects/jboss-osgi/projects/aQute/trunk/bnd/pom.xml
===================================================================
--- projects/jboss-osgi/projects/aQute/trunk/bnd/pom.xml	2009-09-29 13:27:52 UTC (rev 94101)
+++ projects/jboss-osgi/projects/aQute/trunk/bnd/pom.xml	2009-09-29 13:40:03 UTC (rev 94102)
@@ -212,12 +212,12 @@
         <configuration>
           <instructions>
             <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
+            <Bundle-Activator>aQute.bnd.plugin.Activator</Bundle-Activator>
             <Bundle-DocURL>http://www.aQute.biz/Code/Bnd</Bundle-DocURL>
             <Bundle-Copyright>
               All files contained in this JAR are licensed under the Apache 2.0 license, 
               unless noted differently in their source (see swing2swt).
             </Bundle-Copyright>
-            <Bundle-Activator>aQute.bnd.plugin.Activator</Bundle-Activator>
             <Bundle-License>
               http://www.opensource.org/licenses/apache2.0.php; 
               description="All files contained in this JAR are licensed under the Apache 2.0 license, 
@@ -341,6 +341,7 @@
               org.eclipse.ui.workbench.texteditor;bundle-version="[3.3.0,4.0.0)"; resolution:=optional, 
               org.junit; resolution:=optional, 
             </Require-Bundle>
+            <Main-Class>aQute.bnd.main.bnd</Main-Class>
           </instructions>
         </configuration>
       </plugin>




More information about the jboss-cvs-commits mailing list