BUG-2622: Change project/package names of migrated inventory-manager 97/14397/1
authorMichal Rehak <mirehak@cisco.com>
Thu, 22 Jan 2015 18:39:39 +0000 (19:39 +0100)
committerMichal Rehak <mirehak@cisco.com>
Thu, 22 Jan 2015 18:40:37 +0000 (19:40 +0100)
  - changed package names to ofPlugin naming structure

Change-Id: Ifafe1caf3a81d70cb51fd8b79ed4395fbbdb5c63
Signed-off-by: Michal Rehak <mirehak@cisco.com>
applications/inventory-manager/pom.xml
applications/inventory-manager/src/main/java/org/opendaylight/openflowplugin/applications/inventory/manager/FlowCapableInventoryProvider.java [moved from applications/inventory-manager/src/main/java/org/opendaylight/controller/md/inventory/manager/FlowCapableInventoryProvider.java with 99% similarity]
applications/inventory-manager/src/main/java/org/opendaylight/openflowplugin/applications/inventory/manager/InventoryActivator.java [moved from applications/inventory-manager/src/main/java/org/opendaylight/controller/md/inventory/manager/InventoryActivator.java with 95% similarity]
applications/inventory-manager/src/main/java/org/opendaylight/openflowplugin/applications/inventory/manager/InventoryMapping.java [moved from applications/inventory-manager/src/main/java/org/opendaylight/controller/md/inventory/manager/InventoryMapping.java with 96% similarity]
applications/inventory-manager/src/main/java/org/opendaylight/openflowplugin/applications/inventory/manager/InventoryOperation.java [moved from applications/inventory-manager/src/main/java/org/opendaylight/controller/md/inventory/manager/InventoryOperation.java with 86% similarity]
applications/inventory-manager/src/main/java/org/opendaylight/openflowplugin/applications/inventory/manager/NodeChangeCommiter.java [moved from applications/inventory-manager/src/main/java/org/opendaylight/controller/md/inventory/manager/NodeChangeCommiter.java with 99% similarity]

index 4100005942b6fcc9fb73bc962c6fb38dac6f0961..32d7455e8a84632fc27ca026fa59c4db833b0d14 100644 (file)
@@ -41,8 +41,8 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Bundle-Activator>org.opendaylight.controller.md.inventory.manager.InventoryActivator</Bundle-Activator>
-            <Private-Package>org.opendaylight.controller.md.inventory.manager</Private-Package>
+            <Bundle-Activator>org.opendaylight.openflowplugin.applications.inventory.manager.InventoryActivator</Bundle-Activator>
+            <Private-Package>org.opendaylight.openflowplugin.applications.inventory.manager</Private-Package>
           </instructions>
         </configuration>
       </plugin>
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.md.inventory.manager;
+package org.opendaylight.openflowplugin.applications.inventory.manager;
 
 import java.util.ArrayList;
 import java.util.concurrent.BlockingQueue;
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.md.inventory.manager;
+package org.opendaylight.openflowplugin.applications.inventory.manager;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
 import org.opendaylight.controller.sal.binding.api.AbstractBindingAwareProvider;
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.md.inventory.manager;
+package org.opendaylight.openflowplugin.applications.inventory.manager;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeBuilder;
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.md.inventory.manager;
+package org.opendaylight.openflowplugin.applications.inventory.manager;
 
 import org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction;
 
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.md.inventory.manager;
+package org.opendaylight.openflowplugin.applications.inventory.manager;
 
 import com.google.common.base.Optional;
 import com.google.common.base.Preconditions;