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 2015/02/17 12:50:44 UTC

[26/50] [abbrv] incubator-taverna-osgi git commit: incubator-taverna-osgi

incubator-taverna-osgi


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/4fccf241
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/4fccf241
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/4fccf241

Branch: refs/heads/master
Commit: 4fccf24167b36d670ca63a776eeb45889631e7c7
Parents: 
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Thu Dec 18 22:10:13 2014 -0600
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Thu Dec 18 22:10:13 2014 -0600

----------------------------------------------------------------------
 pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/4fccf241/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..b2e61fc
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,45 @@
+<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>
+	<parent>
+		<groupId>org.apache.taverna</groupId>
+		<artifactId>taverna-parent</artifactId>
+		<version>1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.apache.taverna.osgi</groupId>
+	<artifactId>taverna-osgi</artifactId>
+	<version>0.2.0-incubating-SNAPSHOT</version>
+	<name>Apache Taverna OSGi plugin system</name>
+  <description>OSGi-based plugin system, including
+    online updates. Written for Apache Taverna,
+    usable for any OSGi-based
+    command line/desktop product</description>
+	<packaging>pom</packaging>
+	<modules>
+		<module>xml-parser-service</module>
+		<module>xml-transformer-service</module>
+    <module>osgi-launcher</module>
+    <module>taverna-app-configuration-api</module>
+    <module>taverna-app-configuration-impl</module>
+    <module>taverna-configuration-api</module>
+    <module>taverna-configuration-impl</module>
+    <module>taverna-download-api</module>
+    <module>taverna-download-impl</module>
+    <module>taverna-plugin-api</module>
+    <module>taverna-plugin-impl</module>
+    <module>taverna-update-api</module>
+    <module>taverna-update-impl</module>
+    <module>taverna-osgi-schemas</module>
+	</modules>
+	<repositories>
+    <repository>
+      <id>taverna-incubating</id>
+      <name>Apache Taverna incubating Repository</name>
+        <url>http://repository.mygrid.org.uk/artifactory/incubator-snapshot-local/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots />
+    </repository>
+	</repositories>
+</project>