Changed packaging type to OSGI bundle git-svn-id: http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.activities/trunk/dependency-activity@11937 bf327186-88b3-11dd-a302-d386e5130c1c
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/0c88ecf8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/0c88ecf8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/0c88ecf8 Branch: refs/heads/master Commit: 0c88ecf869d9df4e3737932b805a3a7fb4ad907b Parents: 3348187 Author: [email protected] <[email protected]@bf327186-88b3-11dd-a302-d386e5130c1c> Authored: Mon Nov 15 16:58:05 2010 +0000 Committer: [email protected] <[email protected]@bf327186-88b3-11dd-a302-d386e5130c1c> Committed: Mon Nov 15 16:58:05 2010 +0000 ---------------------------------------------------------------------- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/0c88ecf8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 560228d..f62bdaa 100644 --- a/pom.xml +++ b/pom.xml @@ -8,18 +8,23 @@ </parent> <groupId>net.sf.taverna.t2.activities</groupId> <artifactId>dependency-activity</artifactId> + <packaging>bundle</packaging> <name>Taverna 2 Activity with Dependencies</name> + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + </plugin> + </plugins> + </build> <dependencies> <dependency> <groupId>net.sf.taverna.t2.core</groupId> <artifactId>workflowmodel-api</artifactId> <version>${t2.core.version}</version> </dependency> - <dependency> - <groupId>net.sf.taverna.t2.core</groupId> - <artifactId>workflowmodel-impl</artifactId> - <version>${t2.core.version}</version> - </dependency> </dependencies> </project>
