Fixed IBgpManager by moving it, as it was in clearly wrong directory 59/38059/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 25 Apr 2016 13:44:13 +0000 (15:44 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 25 Apr 2016 13:45:08 +0000 (15:45 +0200)
commit4639e83eabb2d2c476490f37d56c2f9645c01c05
treeca2f562d298c84edfc02ee5186938da623c0df19
parent2e48de1fd2dc9354c6427023b6221d29d049c371
Fixed IBgpManager by moving it, as it was in clearly wrong directory

In Eclipse this turns into a lot of red blood in the workspace.

For mvn CLI this is probably just ignored, but I'm pretty sure this
can't actually be working properly the way you intended it to being
where it currently is - look at the built
target/bgpmanager-api-0.3.0-SNAPSHOT.jar and note how the IBgpManager is
inside a single folder named, literally
"org.opendaylight.bgpmanager.api" (which is clearly wrong) instead of in
sub-folders org/opendaylight/bgpmanager/api. If it does work, then it's
a coincidence (it's clearly wrong in Java), and should be moved as
proposed here.

Change-Id: Iaeca062f3c029e7e1f07fc4503969b24617e44e7
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
bgpmanager/bgpmanager-api/src/main/java/org/opendaylight/bgpmanager/api/IBgpManager.java [moved from bgpmanager/bgpmanager-api/src/main/java/org.opendaylight.bgpmanager.api/IBgpManager.java with 100% similarity]