Change all the package names from infrautils to odlguice
[odlguice.git] / inject / inject-guice / src / main / java / org / opendaylight / odlguice / inject / guice / GuiceClassPathBinder.java
similarity index 91%
rename from inject/inject-guice/src/main/java/org/opendaylight/infrautils/inject/guice/GuiceClassPathBinder.java
rename to inject/inject-guice/src/main/java/org/opendaylight/odlguice/inject/guice/GuiceClassPathBinder.java
index ba2273a6f45b15df4f5a809d6a95424127756dc8..964cd5da97f9e5a3a86e9937b02f15fe79a61aa3 100644 (file)
@@ -5,11 +5,11 @@
  * 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.infrautils.inject.guice;
+package org.opendaylight.odlguice.inject.guice;
 
 import com.google.inject.Binder;
 import javax.inject.Singleton;
-import org.opendaylight.infrautils.inject.ClassPathScanner;
+import org.opendaylight.odlguice.inject.ClassPathScanner;
 
 /**
  * Binds interfaces to implementations in Guice by scanning the classpath.