Merge "Ensuring that SET_DL_* action with openflowj only uses OFP_ETH_ALEN bytes...
[controller.git] / opendaylight / configuration / implementation / pom.xml
index 5e5f5e2b2e5f923f7397f629cffdac13748b4234..232a50586d720789486625a94d6cd7e21f5a8d75 100644 (file)
@@ -37,6 +37,7 @@
               org.opendaylight.controller.configuration.internal.Activator
             </Bundle-Activator>
           </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
         </configuration>
       </plugin>
     </plugins>
       <artifactId>configuration</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-       <dependency>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>sal</artifactId>
-               <version>0.5.0-SNAPSHOT</version>
-       </dependency> 
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>