You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/01/11 18:10:14 UTC

incubator-taverna-language git commit: taverna-databundle as an OSGi bundle

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master 178e9c8e6 -> 46890be1d


taverna-databundle as an OSGi bundle


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/46890be1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/46890be1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/46890be1

Branch: refs/heads/master
Commit: 46890be1dc88e12def7362420f47a68703a82b4c
Parents: 178e9c8
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 11 17:09:55 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 11 17:09:55 2016 +0000

----------------------------------------------------------------------
 taverna-databundle/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/46890be1/taverna-databundle/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-databundle/pom.xml b/taverna-databundle/pom.xml
index 5d644c0..5fab6fe 100644
--- a/taverna-databundle/pom.xml
+++ b/taverna-databundle/pom.xml
@@ -17,6 +17,7 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+    <packaging>bundle</packaging>
     <parent>
       	<groupId>org.apache.taverna.language</groupId>
       	<artifactId>taverna-language</artifactId>