Skip to content

Commit

Permalink
adjustments in import / export packages in pom.xml for osgi support
Browse files Browse the repository at this point in the history
Signed-off-by: ingo schaal <ingo.schaal@bosch-si.com>
  • Loading branch information
ingo schaal committed Apr 7, 2015
1 parent 1fd2cda commit 348b530
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions leshan-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ Contributors:
<configuration>
<instructions>
<Export-Package>
org.eclipse.leshan,
org.eclipse.leshan,
org.eclipse.leshan.core.model,
org.eclipse.leshan.core.model.json,
org.eclipse.leshan.core.node,
org.eclipse.leshan.core.node.codec,
org.eclipse.leshan.core.objectspec,
org.eclipse.leshan.core.request,
org.eclipse.leshan.core.request,
org.eclipse.leshan.core.request.exception,
org.eclipse.leshan.core.response,
org.eclipse.leshan.tlv,
org.eclipse.leshan.util
Expand Down
1 change: 1 addition & 0 deletions leshan-server-cf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Contributors:
<Import-Package>
org.eclipse.leshan.core.node.codec.*;version="${project.version}",
org.eclipse.leshan.core.objectspec.*;version="${project.version}",
org.eclipse.leshan.core.request.exception;version="${project.version}",
org.eclipse.leshan.server.registration.*;version="${project.version}",
org.eclipse.californium.*;version="[1.0.0, 1.1)",
org.apache.commons.lang.*;version="[2.6, 3)",
Expand Down
2 changes: 2 additions & 0 deletions leshan-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ Contributors:
org.eclipse.leshan.server.bootstrap,
org.eclipse.leshan.server.client,
org.eclipse.leshan.server.impl,
org.eclipse.leshan.server.model,
org.eclipse.leshan.server.observation,
org.eclipse.leshan.server.registration,
org.eclipse.leshan.server.request,
org.eclipse.leshan.server.security
</Export-Package>
<Import-Package>
org.eclipse.leshan.core.request.*;version="${project.version}",
org.eclipse.leshan.core.model.*;version="${project.version}",
org.eclipse.californium.*;version="[1.0.0, 1.1)",
org.apache.commons.lang.*;version="[2.6, 3)",
*
Expand Down

0 comments on commit 348b530

Please sign in to comment.