Maven Repository - POM file for Library bnd 0.0.384 0.0.384

Summary

aQute Bundle Tool.

A utility and plugin to wrap, build, or print bundles.

Declaration

Here is the list of declaration for bnd. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>biz.aQute</groupId>
   <artifactId>bnd</artifactId>
   <version>0.0.384</version>
</dependency>

If you think this Maven repository POM file listing for bnd is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).
URL: http://www.opensource.org/licenses/apache2.0.php.





Packages

The following packages are defined in the bnd-0.0.384.jar

aQute.bnd.annotation
aQute.bnd.annotation.component
aQute.bnd.ant
aQute.bnd.build
aQute.bnd.classpath
aQute.bnd.help
aQute.bnd.jareditor
aQute.bnd.junit
aQute.bnd.launch
aQute.bnd.main
aQute.bnd.make
aQute.bnd.make.component
aQute.bnd.maven
aQute.bnd.plugin
aQute.bnd.plugin.builder
aQute.bnd.plugin.editors
aQute.bnd.plugin.popup
aQute.bnd.plugin.popup.actions
aQute.bnd.plugin.popup.actions.repo
aQute.bnd.service
aQute.bnd.service.action
aQute.bnd.set
aQute.bnd.signing
aQute.bnd.test
aQute.lib.base64
aQute.lib.deployer
aQute.lib.jardiff
aQute.lib.osgi
aQute.lib.osgi.eclipse
aQute.lib.tag
aQute.libg.generics
aQute.libg.header
aQute.libg.qtokens
aQute.libg.reporter
aQute.libg.sed
aQute.libg.version
aQute.service.scripting




POM File Source

Here is the content of the POM file.

<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
  <modelVersion>4.0.0</modelVersion>
  <groupId>biz.aQute</groupId>
  <artifactId>bnd</artifactId>
  <version>0.0.384</version>
  <packaging>jar</packaging>
  <description>
    A utility and plugin to wrap, build, or print bundles
  </description>
  <name>aQute Bundle Tool</name>
  <url>http://www.aQute.biz/Code/Bnd</url>
  <organization>
    <name>aQute SARL</name>
    <url>http://www.aQute.biz</url>
  </organization>
  <licenses>
    <license>
    <name>All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).</name>
    <url>http://www.opensource.org/licenses/apache2.0.php</url>
    <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://bnd.cvs.sourceforge.net/viewvc/bnd/</url>
    <connection>scm:cvs:pserver:anonymous@bnd.cvs.sourceforge.net:/cvsroot/bnd:.</connection>
  </scm>
  
</project>