update exports for ServiceHelper 21/29421/1
authorSam Hague <shague@redhat.com>
Mon, 9 Nov 2015 03:19:43 +0000 (22:19 -0500)
committerSam Hague <shague@redhat.com>
Mon, 9 Nov 2015 03:19:43 +0000 (22:19 -0500)
Change-Id: I7d7e97b5860dbaca87877d95759fe550a62855e8
Signed-off-by: Sam Hague <shague@redhat.com>
utils/servicehelper/pom.xml

index 73da69da6b0cc0a8ee2460ec83ef91d84f6ad04f..f34a96dc1227db6a2ea95541e44ab393d29dddae 100644 (file)
@@ -95,6 +95,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.opendaylight.ovsdb.utils.servicehelper
+            </Export-Package>
+          </instructions>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>