Repository: servicemix-bundles Updated Branches: refs/heads/master 7168e5525 -> 0ce72cdef
[SM-2583]Servicemix bundle for Olingo2 must include resource bundle from olingo-odata2-core-xxx.jar Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0ce72cde Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0ce72cde Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0ce72cde Branch: refs/heads/master Commit: 0ce72cdef654c5663674dad35e68f171a69c6e9f Parents: 7168e55 Author: Freeman Fang <[email protected]> Authored: Wed Jun 10 09:56:55 2015 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Jun 10 09:58:43 2015 +0800 ---------------------------------------------------------------------- olingo-odata2-core-2.0.0/pom.xml | 6 +++--- olingo-odata2-core-2.0.3/pom.xml | 6 +++--- olingo-odata2-core-2.0.4/pom.xml | 6 +++--- pom.xml | 3 +++ 4 files changed, 12 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ce72cde/olingo-odata2-core-2.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/olingo-odata2-core-2.0.0/pom.xml b/olingo-odata2-core-2.0.0/pom.xml index 5a21043..36481c8 100644 --- a/olingo-odata2-core-2.0.0/pom.xml +++ b/olingo-odata2-core-2.0.0/pom.xml @@ -83,9 +83,9 @@ <filters> <filter> <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> + <includes> + <include>**/i18n*.properties</include> + </includes> </filter> </filters> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ce72cde/olingo-odata2-core-2.0.3/pom.xml ---------------------------------------------------------------------- diff --git a/olingo-odata2-core-2.0.3/pom.xml b/olingo-odata2-core-2.0.3/pom.xml index ef6365e..4c4c3d8 100644 --- a/olingo-odata2-core-2.0.3/pom.xml +++ b/olingo-odata2-core-2.0.3/pom.xml @@ -90,9 +90,9 @@ <filters> <filter> <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> + <includes> + <include>**/i18n*.properties</include> + </includes> </filter> </filters> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ce72cde/olingo-odata2-core-2.0.4/pom.xml ---------------------------------------------------------------------- diff --git a/olingo-odata2-core-2.0.4/pom.xml b/olingo-odata2-core-2.0.4/pom.xml index d710cd2..e3dc0ba 100644 --- a/olingo-odata2-core-2.0.4/pom.xml +++ b/olingo-odata2-core-2.0.4/pom.xml @@ -90,9 +90,9 @@ <filters> <filter> <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**</exclude> - </excludes> + <includes> + <include>**/i18n*.properties</include> + </includes> </filter> </filters> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0ce72cde/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 715acf9..1dc3a96 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,9 @@ <module>aws-java-sdk-1.9.39</module> <module>poi-3.12</module> <module>aws-java-sdk-1.9.40</module> + <module>olingo-odata2-core-2.0.0</module> + <module>olingo-odata2-core-2.0.3</module> + <module>olingo-odata2-core-2.0.4</module> </modules> </project>
