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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 10 03:44:56 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-10 03:44:56 -0500 (Thu, 10 Dec 2009)
New Revision: 97684

Modified:
   projects/jboss-osgi/projects/aQute/trunk/aQute.bnd/pom.xml
Log:
Remove trailing , which causes the bnd plugin to fail in eclipse

Modified: projects/jboss-osgi/projects/aQute/trunk/aQute.bnd/pom.xml
===================================================================
--- projects/jboss-osgi/projects/aQute/trunk/aQute.bnd/pom.xml	2009-12-10 08:41:37 UTC (rev 97683)
+++ projects/jboss-osgi/projects/aQute/trunk/aQute.bnd/pom.xml	2009-12-10 08:44:56 UTC (rev 97684)
@@ -280,7 +280,9 @@
               aQute.bnd.service;uses:="aQute.lib.osgi,aQute.bnd.build,aQute.libg.reporter,aQute.libg.version",
               aQute.bnd.service.action;uses:="aQute.bnd.build",
               aQute.lib.osgi;uses:="aQute.bnd.service,aQute.libg.reporter,aQute.libg.sed,aQute.libg.version",
-              aQute.libg.reporter,aQute.libg.version,aQute.libg.sed,
+              aQute.libg.reporter,
+              aQute.libg.version,
+              aQute.libg.sed
             </Export-Package>
             <Ignore-Package>
               org.eclipse.core.resources,
@@ -316,7 +318,7 @@
               org.eclipse.ui,org.eclipse.jface.text.source,
               org.eclipse.ui.part,
               org.eclipse.ui.plugin,
-              org.eclipse.ui.texteditor,
+              org.eclipse.ui.texteditor
             </Ignore-Package>
             <Import-Package>
               aQute.bnd.build,
@@ -335,7 +337,7 @@
               org.osgi.service.permissionadmin,
               org.osgi.util.tracker,
               org.w3c.dom,org.xml.sax,
-              sun.security.util;resolution:=optional,
+              sun.security.util;resolution:=optional
             </Import-Package>
             <Private-Package>
               aQute.bnd.annotation,
@@ -366,26 +368,24 @@
               aQute.libg.header,
               aQute.libg.qtokens,
               aQute.service.scripting;version="1.0",
-              icons,
+              icons
             </Private-Package>
             <Require-Bundle>
-              org.apache.ant; resolution:=optional,
-              org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)"; resolution:=optional,
-              org.eclipse.debug.ui;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.jdt.core;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.jdt.debug.ui;bundle-version="[3.2.0,4.0.0)"; resolution:=optional,
-              org.eclipse.jdt.junit;bundle-version="[3.2.0,4.0.0)"; resolution:=optional,
-              org.eclipse.jdt.launching;bundle-version="[3.2.0,4.0.0)"; resolution:=optional,
-              org.eclipse.jdt.ui;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.jface.text;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.ui;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.ui.console; resolution:=optional,
-              org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.ui.ide;
-              bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.eclipse.ui.workbench.texteditor;bundle-version="[3.3.0,4.0.0)"; resolution:=optional,
-              org.junit;
-              resolution:=optional, 
+              org.apache.ant;resolution:=optional,
+              org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
+              org.eclipse.debug.ui;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              org.eclipse.jdt.core;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              org.eclipse.jdt.debug.ui;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
+              org.eclipse.jdt.junit;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
+              org.eclipse.jdt.launching;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
+              org.eclipse.jdt.ui;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              org.eclipse.jface.text;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              org.eclipse.ui;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              org.eclipse.ui.console;resolution:=optional,
+              org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
+              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>




More information about the jboss-cvs-commits mailing list