blob: 2b6205d9f5ef42b5bbb368b055349e0601afdf6a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.sf.taverna.t2</groupId>
<artifactId>ui-api</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<groupId>net.sf.taverna.t2.ui-api</groupId>
<artifactId>file-api</artifactId>
<packaging>bundle</packaging>
<name>File opening API</name>
<description>
API for doing file (ie. workflow) open/save in the workbench.
</description>
<dependencies>
<dependency>
<groupId>net.sf.taverna.t2.lang</groupId>
<artifactId>ui</artifactId>
</dependency>
<dependency>
<groupId>net.sf.taverna.t2.lang</groupId>
<artifactId>observer</artifactId>
</dependency>
<dependency>
<groupId>uk.org.taverna.scufl2</groupId>
<artifactId>scufl2-api</artifactId>
</dependency>
</dependencies>
</project>