Replaced 'controller' with 'yangtools' in all package names.
[yangtools.git] / yang-maven-plugin-spi / src / main / java / org / opendaylight / yangtools / yang2sources / spi / CodeGenerator.java
similarity index 97%
rename from yang-maven-plugin-spi/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java
rename to yang-maven-plugin-spi/src/main/java/org/opendaylight/yangtools/yang2sources/spi/CodeGenerator.java
index c454a262c43db8650e8bf4b4c7b710877e8295ed..d996c96b65eafe60ebe27e032eeaa2cb5c2d8f66 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.controller.yang2sources.spi;
+package org.opendaylight.yangtools.yang2sources.spi;
 
 import java.io.File;
 import java.io.IOException;