cleanup netvirtsfc api exports
authorSam Hague <shague@redhat.com>
Sat, 24 Oct 2015 01:26:53 +0000 (21:26 -0400)
committerSam Hague <shague@redhat.com>
Sat, 24 Oct 2015 01:28:07 +0000 (21:28 -0400)
Change-Id: I46041aba4aa09c86557b2cfafb82c596a5917ed8
Signed-off-by: Sam Hague <shague@redhat.com>
openstack/net-virt-sfc/api/pom.xml

index 8ffd3c9421adb835e4694a4df851530d5e358136..c01db2bc0c15d7b4ddbef284e30952252a5cc1c6 100644 (file)
@@ -55,9 +55,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <configuration>
           <instructions>
             <Export-Package>
-              org.opendaylight.yang.gen.v1.*;
+              org.opendaylight.yang.gen.v1.*,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.acl.rev150105,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.acl.rev150105.*,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.classifier.rev150105,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.classifier.rev150105.*,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.rev150105,
+              org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.sfc.rev150105.*
             </Export-Package>
-            <!--<Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>-->
           </instructions>
         </configuration>
       </plugin>