bundle limited to own package 78/2278/1
authorMichal Rehak <mirehak@cisco.com>
Wed, 30 Oct 2013 16:26:11 +0000 (17:26 +0100)
committerMichal Rehak <mirehak@cisco.com>
Wed, 30 Oct 2013 16:26:11 +0000 (17:26 +0100)
Change-Id: I6d32e55d1bfea517f16a1af25b002da799ae7246
Signed-off-by: Michal Rehak <mirehak@cisco.com>
simple-client/pom.xml

index f171cefaa1c9c7f0eb9ac9ea120d07d839b9e8fa..a8d4284d0cb1badfa5e7225f3c54ecb2d33a3b45 100644 (file)
@@ -17,7 +17,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.opendaylight.openflowjava.protocol.impl.*</Export-Package>
+                        <Export-Package>org.opendaylight.openflowjava.protocol.impl.clients.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>