<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>
   <groupId>org.dspace</groupId>
   <artifactId>dspace-xmlui</artifactId>
   <packaging>pom</packaging>
   <name>DSpace XML-UI (Manakin)</name>
   <url>http://projects.dspace.org/dspace-xmlui</url>
   <description>
      DSpace web-based user interface based upon Apache Cocoon.
   </description>

   <parent>
      <groupId>org.dspace</groupId>
      <artifactId>dspace-parent</artifactId>
      <version>1.8.3</version>
      <relativePath>..</relativePath>
   </parent>

   <properties>
        <!-- This is the path to the root [dspace-src] directory. -->
        <root.basedir>${basedir}/..</root.basedir>
   </properties>
   
   <modules>
      <module>dspace-xmlui-wing</module>
      <module>dspace-xmlui-api</module>
      <module>dspace-xmlui-webapp</module>
   </modules>

</project>