Cleanup package imports 59/1959/1
authorRobert Varga <rovarga@cisco.com>
Thu, 17 Oct 2013 10:02:22 +0000 (12:02 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 17 Oct 2013 10:06:05 +0000 (12:06 +0200)
commite308f5c228b5e847e9ad7a96bf3fa451fb680107
treed847a6607233ad0c08ff8ddfaa104d47f59f44dc
parent1813b48ff07e458be494f325bbf4fb2400a7feea
Cleanup package imports

This removes Import-Package instructions, relying on bundle plugin to
figure them out.

We rework the rib-mock API contract to not rely on static contructor, to
fix one of the failures.

We are removing test-tool bundle integration tests, as these should be
switched to jars.

Change-Id: Ia2ed528ae3d10975e6b99b88414e1b982b70804b
Signed-off-by: Robert Varga <rovarga@cisco.com>
18 files changed:
bgp/concepts/pom.xml
bgp/parser-api/pom.xml
bgp/parser-mock/pom.xml
bgp/parser-spi/pom.xml
bgp/rib-mock/pom.xml
bgp/rib-mock/src/main/java/org/opendaylight/protocol/bgp/rib/mock/BGPMock.java
bgp/rib-spi/pom.xml
bgp/util/pom.xml
concepts/pom.xml
framework/pom.xml
integration-tests/src/test/java/org/opendaylight/protocol/integration/BgpRibSpiBundleTest.java
integration-tests/src/test/java/org/opendaylight/protocol/integration/BgpTesttoolBundleTest.java [deleted file]
integration-tests/src/test/java/org/opendaylight/protocol/integration/PcepImplBundleTest.java
integration-tests/src/test/java/org/opendaylight/protocol/integration/PcepSpiBundleTest.java
integration-tests/src/test/java/org/opendaylight/protocol/integration/PcepTesttoolBundleTest.java [deleted file]
pcep/impl/pom.xml
pcep/spi/pom.xml
util/pom.xml