[DS-1005] SWORD v2 implementation for DSpace : Restructure project and use external SWORD dependency.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6678 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2011-09-10 16:13:42 +00:00
parent 0c528afbd3
commit 546426b659
88 changed files with 166 additions and 4960 deletions

View File

@@ -117,23 +117,17 @@
<!-- DSpace Implementation of SWORDv2 Provider -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-swordv2-webapp</artifactId>
<artifactId>dspace-swordv2</artifactId>
<type>jar</type>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-swordv2-webapp</artifactId>
<artifactId>dspace-swordv2</artifactId>
<type>war</type>
</dependency>
<!-- SWORD v2 API -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-swordv2-api</artifactId>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId>