Move pcep base parser Activator to its own bundle
[bgpcep.git] / pcep / base-parser / src / main / java / org / opendaylight / protocol / pcep / parser / object / PCEPReportedRouteObjectParser.java
similarity index 97%
rename from pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/object/PCEPReportedRouteObjectParser.java
rename to pcep/base-parser/src/main/java/org/opendaylight/protocol/pcep/parser/object/PCEPReportedRouteObjectParser.java
index 190c179fce9e4a87f61de4ae8a0fa3120e5f7db5..f89323160cfddc703149d08150b4e1f8b9413920 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.protocol.pcep.impl.object;
+package org.opendaylight.protocol.pcep.parser.object;
 
 import com.google.common.base.Preconditions;