Fixed the NPE that was preventing us from binding to port 6633 10/3310/1
authorEd Warnicke <eaw@cisco.com>
Sun, 1 Dec 2013 23:12:42 +0000 (15:12 -0800)
committerEd Warnicke <eaw@cisco.com>
Sun, 1 Dec 2013 23:12:42 +0000 (15:12 -0800)
Failed to exclude the legacay plugin. Now we are.

Change-Id: I4ff5baa3e4700eebb824d9e4f947e92ca947d652
Signed-off-by: Ed Warnicke <eaw@cisco.com>
distribution/base/src/assemble/bin.xml

index 201b40fb4866aa61b85bfc57760b3a354a28e557..e49f47f5791a3458e3ab5ea5f706ff3b4ba34ffb 100644 (file)
@@ -13,7 +13,8 @@
       <directory>${project.build.directory}/generated-resources</directory>
       <outputDirectory>/</outputDirectory>
       <excludes>
-        <exclude>opendaylight/plugins/org.opendaylight.controller.thirdparty.org.openflow.openflowj.*.jar</exclude>
+        <exclude>opendaylight/plugins/org.opendaylight.controller.thirdparty.org.openflow.openflowj-*.jar</exclude>
+        <exclude>opendaylight/plugins/org.opendaylight.controller.protocol_plugins.openflow-*.jar</exclude>
       </excludes>
     </fileSet>
   </fileSets>