Thomas Vachuska

Fixing an issue where common.io were not getting properly exported by onlab-thirdparty.

FIxing an issue where onos-core-primitives were not getting loaded as part of onos-core-dist feature.

Change-Id: I6e5a238770b2f896ab29cd2006db9e16ea16429b
......@@ -91,9 +91,11 @@
<bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle>
<bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle>
<bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle>
<bundle>mvn:org.onosproject/onos-core-primitives/@ONOS-VERSION</bundle>
<bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle>
<bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle>
<bundle>mvn:org.onosproject/onlab-netty/@ONOS-VERSION</bundle>
<bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
</feature>
<feature name="onos-incubator" version="@FEATURE-VERSION"
......
......@@ -138,7 +138,7 @@
<configuration>
<instructions>
<Export-Package>
com.googlecode.concurrenttrees.*;net.kuujo.copycat.*;io.atomix.*
com.googlecode.concurrenttrees.*;net.kuujo.copycat.*;io.atomix.*;org.apache.commons.io.*
</Export-Package>
<Import-Package>
!sun.nio.ch,!sun.misc,*
......