From ae2f991061a576216c387544c0024d6e57a65b8b Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 21 Jul 2011 20:53:42 +0000 Subject: [PATCH] DS-791 : Add ability to disable the building of particular DSpace modules/interfaces from source code git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6500 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace/modules/pom.xml | 78 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 68 insertions(+), 10 deletions(-) diff --git a/dspace/modules/pom.xml b/dspace/modules/pom.xml index 75a949e6bd..9e262885e1 100644 --- a/dspace/modules/pom.xml +++ b/dspace/modules/pom.xml @@ -19,14 +19,72 @@ scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules - - - xmlui - lni - oai - jspui - sword - solr - - + + + + + dspace-xmlui + + true + + + xmlui + + + + dspace-lni + + true + + + lni + + + + dspace-oai + + true + + + oai + + + + dspace-jspui + + true + + + jspui + + + + dspace-sword + + true + + + sword + + + + dspace-solr + + true + + + solr + + +