Change all the package names from infrautils to odlguice
[odlguice.git] / inject / inject-guice / src / main / java / org / opendaylight / odlguice / inject / guice / AutoWiringModule.java
similarity index 95%
rename from inject/inject-guice/src/main/java/org/opendaylight/infrautils/inject/guice/AutoWiringModule.java
rename to inject/inject-guice/src/main/java/org/opendaylight/odlguice/inject/guice/AutoWiringModule.java
index 3180f660a278b157a44ce151b2815d1b023b4616..af1c362a5fce51a49b4d3be1df715e86e0fb2deb 100644 (file)
@@ -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.infrautils.inject.guice;
+package org.opendaylight.odlguice.inject.guice;
 
 /**
  * Guice Module with classpath scanning based autowiring.