Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 4950b41c1 -> c2aee961b


Fixed OSGI support.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/c2aee961
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/c2aee961
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/c2aee961

Branch: refs/heads/master
Commit: c2aee961befec98929f7cc5fa819fad37b090e6a
Parents: 33722ab
Author: anatole <anat...@apache.org>
Authored: Mon Dec 19 23:56:50 2016 +0100
Committer: anatole <anat...@apache.org>
Committed: Mon Dec 19 23:57:15 2016 +0100

----------------------------------------------------------------------
 code/core/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/c2aee961/code/core/pom.xml
----------------------------------------------------------------------
diff --git a/code/core/pom.xml b/code/core/pom.xml
index 5c7be94..2cc76b5 100644
--- a/code/core/pom.xml
+++ b/code/core/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
     <artifactId>tamaya-core</artifactId>
     <name>Apache Tamaya Core Implementation</name>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
 
     <properties>
         <osgi.compendium.version>5.0.0</osgi.compendium.version>
@@ -79,7 +79,6 @@ under the License.
                      !-->
                     
<argLine>-Djava.security.policy=${project.basedir}/src/test/resources/java-security.policy</argLine>
                 </configuration>
-
             </plugin>
         </plugins>
     </build>

Reply via email to