You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/03/16 10:06:17 UTC

[28/50] [abbrv] git commit: [OLINGO-67] OSGi support

[OLINGO-67] OSGi support


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/57557b18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/57557b18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/57557b18

Branch: refs/heads/Olingo-129_PocJpaDataStore
Commit: 57557b18271c7896c2d1e35632f57d6f503b14ef
Parents: c4e3d1a
Author: Stephan Klevenz <sk...@apache.org>
Authored: Mon Feb 17 13:57:17 2014 +0100
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Mon Feb 17 13:57:17 2014 +0100

----------------------------------------------------------------------
 odata2-lib/odata-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/57557b18/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 11e4161..5bc2417 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -79,6 +79,7 @@
 						<Export-Package>
 							org.apache.olingo.odata2.core.rest.app;version=${project.version},
 							org.apache.olingo.odata2.core.rt;version=${project.version},
+                            org.apache.olingo.odata2.core.servlet;version=${project.version},
 						</Export-Package>
 						<Bundle-DocURL>${project.url}</Bundle-DocURL>
 						<Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>