export org.apache.olingo.server.core.uri.parser in OSGI

This commit is contained in:
jpoth 2017-11-27 10:19:33 +01:00
parent 73d1e2e07f
commit 3aaeec4b43
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
.classpath
.settings
.idea
*.iml
target
bin
*.bak

View File

@ -105,7 +105,8 @@
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Title>${project.name}</Implementation-Title>
<Export-Package>
org.apache.olingo.server.core
org.apache.olingo.server.core,
org.apache.olingo.server.core.uri.parser
</Export-Package>
<Import-Package>
*