HomePhabricator

fix missing import-package
bb8a1c79c08dUnpublished

Authored by Markus Rathgeb <maggu2810@gmail.com> on Jan 29 2015, 4:18 AM.

Unpublished Commit ยท Learn More

  • Repository Importing: This repository is still importing.
  • Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

fix missing import-package

The file SonosXMLParser.java is using the following imports:

  • org.xml.sax.Attributes;
  • org.xml.sax.InputSource;
  • org.xml.sax.SAXException;
  • org.xml.sax.XMLReader;
  • org.xml.sax.helpers.DefaultHandler;
  • org.xml.sax.helpers.XMLReaderFactory;

The OSGi specification mandates that a bundle declare all package
depenencies using either Import-Package or Require-Bundle. The one
exception to this rule is the java.* packages which is always delegated
to the boot classpath. All other packages dependencies must be declared
in the bundle's manifest file.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>

Details

Committed
Markus Rathgeb <maggu2810@gmail.com>Jan 29 2015, 4:18 AM
Parents
R40:aba70379d01b: Merge pull request #119 from kgoderis/patch-1
Branches
Unknown
Tags
Unknown

Event Timeline