diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..03b42152e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..34e4cb9cf1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +## Ignore the MVN compiled output directories from version tracking +target/ + +## Ignore project files created by Eclipse +.settings/ +.project +.classpath + +## Ignore project files created by IntelliJ IDEA +*.iml +*.ipr +*.iws +.idea/ + +## Ignore project files created by NetBeans +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +nbactions.xml +nb-configuration.xml +META-INF/ \ No newline at end of file diff --git a/dspace-discovery/dspace-discovery-provider/pom.xml b/dspace-discovery/dspace-discovery-provider/pom.xml index 72fec25097..02763416ad 100644 --- a/dspace-discovery/dspace-discovery-provider/pom.xml +++ b/dspace-discovery/dspace-discovery-provider/pom.xml @@ -1,113 +1,113 @@ - - - 4.0.0 - jar - org.dspace - dspace-discovery-provider - 1.8.3-SNAPSHOT - DSpace Discovery :: Discovery Provider Library - - - - - Build Information - $Id: pom.xml 5367 2010-09-30 00:30:11Z mdiggory $ - $URL: https://scm.dspace.org/svn/repo/modules/dspace-discovery/trunk/provider/pom.xml $ - - - org.dspace - dspace-discovery - 1.8.3-SNAPSHOT - .. - - - - - - org.dspace - dspace-api - - - - commons-httpclient - commons-httpclient - - - - javax.servlet - servlet-api - provided - - - - - - - - org.apache.cocoon - cocoon-maven-plugin - 1.0.0-M2 - - - prepare - compile - - prepare - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.7 - - - - 8888 - 30000 - - - ${project.build.directory}/rcl/webapp - / - - - org.apache.cocoon.mode - dev - - - - - - - maven-eclipse-plugin - 2.5 - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider - - + + + 4.0.0 + jar + org.dspace + dspace-discovery-provider + 1.8.3-SNAPSHOT + DSpace Discovery :: Discovery Provider Library + + + + + Build Information + $Id: pom.xml 5367 2010-09-30 00:30:11Z mdiggory $ + $URL: https://scm.dspace.org/svn/repo/modules/dspace-discovery/trunk/provider/pom.xml $ + + + org.dspace + dspace-discovery + 1.8.3-SNAPSHOT + .. + + + + + + org.dspace + dspace-api + + + + commons-httpclient + commons-httpclient + + + + javax.servlet + servlet-api + provided + + + + + + + + org.apache.cocoon + cocoon-maven-plugin + 1.0.0-M2 + + + prepare + compile + + prepare + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.7 + + + + 8888 + 30000 + + + ${project.build.directory}/rcl/webapp + / + + + org.apache.cocoon.mode + dev + + + + + + + maven-eclipse-plugin + 2.5 + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider + + diff --git a/dspace-discovery/dspace-discovery-solr/pom.xml b/dspace-discovery/dspace-discovery-solr/pom.xml index 30ba9107fd..a533b5758a 100644 --- a/dspace-discovery/dspace-discovery-solr/pom.xml +++ b/dspace-discovery/dspace-discovery-solr/pom.xml @@ -1,61 +1,61 @@ - - - 4.0.0 - jar - org.dspace - dspace-discovery-solr - 1.8.3-SNAPSHOT - DSpace Discovery :: Discovery Solr Implementation - - - org.dspace - dspace-discovery - 1.8.3-SNAPSHOT - .. - - - - - org.dspace - dspace-discovery-provider - - - - javax.servlet - servlet-api - provided - - - - org.apache.solr - solr-solrj - 3.3.0 - - - org.slf4j - slf4j-api - - - - - - commons-io - commons-io - provided - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr - - + + + 4.0.0 + jar + org.dspace + dspace-discovery-solr + 1.8.3-SNAPSHOT + DSpace Discovery :: Discovery Solr Implementation + + + org.dspace + dspace-discovery + 1.8.3-SNAPSHOT + .. + + + + + org.dspace + dspace-discovery-provider + + + + javax.servlet + servlet-api + provided + + + + org.apache.solr + solr-solrj + 3.3.0 + + + org.slf4j + slf4j-api + + + + + + commons-io + commons-io + provided + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr + + diff --git a/dspace-discovery/dspace-discovery-xmlui-api/pom.xml b/dspace-discovery/dspace-discovery-xmlui-api/pom.xml index 4dc10b314f..ec7338b181 100644 --- a/dspace-discovery/dspace-discovery-xmlui-api/pom.xml +++ b/dspace-discovery/dspace-discovery-xmlui-api/pom.xml @@ -1,132 +1,132 @@ - - - - 4.0.0 - jar - org.dspace - dspace-discovery-xmlui-api - 1.8.3-SNAPSHOT - DSpace Discovery :: Discovery XMLUI API - - - org.dspace - dspace-discovery - 1.8.3-SNAPSHOT - .. - - - - - - org.dspace - dspace-xmlui-api - - - solr-solrj - org.apache.solr - - - - - - - javax.servlet - servlet-api - provided - - - - - org.dspace - dspace-discovery-provider - - - - - - - - org.apache.cocoon - cocoon-maven-plugin - 1.0.0 - - - prepare - compile - - prepare - - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.7 - - - - 8888 - 30000 - - - ${project.build.directory}/rcl/webapp - / - - - org.apache.cocoon.mode - dev - - - - - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api - - - + + + + 4.0.0 + jar + org.dspace + dspace-discovery-xmlui-api + 1.8.3-SNAPSHOT + DSpace Discovery :: Discovery XMLUI API + + + org.dspace + dspace-discovery + 1.8.3-SNAPSHOT + .. + + + + + + org.dspace + dspace-xmlui-api + + + solr-solrj + org.apache.solr + + + + + + + javax.servlet + servlet-api + provided + + + + + org.dspace + dspace-discovery-provider + + + + + + + + org.apache.cocoon + cocoon-maven-plugin + 1.0.0 + + + prepare + compile + + prepare + + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.7 + + + + 8888 + 30000 + + + ${project.build.directory}/rcl/webapp + / + + + org.apache.cocoon.mode + dev + + + + + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api + + + diff --git a/dspace-discovery/dspace-discovery-xmlui-webapp/pom.xml b/dspace-discovery/dspace-discovery-xmlui-webapp/pom.xml index 8761228cdc..72d8e3c17c 100644 --- a/dspace-discovery/dspace-discovery-xmlui-webapp/pom.xml +++ b/dspace-discovery/dspace-discovery-xmlui-webapp/pom.xml @@ -1,152 +1,152 @@ - - - - 4.0.0 - war - org.dspace - dspace-discovery-xmlui-webapp - 1.8.3-SNAPSHOT - DSpace Discovery :: Discovery XMLUI Webapp - - - org.dspace - dspace-discovery - 1.8.3-SNAPSHOT - .. - - - - - - org.dspace - dspace-xmlui-api - - - solr-solrj - org.apache.solr - - - - - - org.dspace - dspace-discovery-xmlui-api - 1.8.3-SNAPSHOT - - - - - javax.servlet - servlet-api - provided - - - - - - - - - - org.apache.cocoon - cocoon-maven-plugin - 1.0.0 - - - prepare - compile - - prepare - - - - - - org.apache.maven.plugins - maven-war-plugin - - false - true - classes - false - WEB-INF/lib/*.jar - WEB-INF/lib/*.jar - - - true - ${basedir}/src/main/webapp - - WEB-INF/web.xml - - - - - - - prepare-package - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.7 - - - - 8888 - 30000 - - - ${project.build.directory}/rcl/webapp - / - - - org.apache.cocoon.mode - dev - - - - - - com.mycila.maven-license-plugin - maven-license-plugin - - - - **/*.LICENSE - **/jquery* - - - - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp - - - + + + + 4.0.0 + war + org.dspace + dspace-discovery-xmlui-webapp + 1.8.3-SNAPSHOT + DSpace Discovery :: Discovery XMLUI Webapp + + + org.dspace + dspace-discovery + 1.8.3-SNAPSHOT + .. + + + + + + org.dspace + dspace-xmlui-api + + + solr-solrj + org.apache.solr + + + + + + org.dspace + dspace-discovery-xmlui-api + 1.8.3-SNAPSHOT + + + + + javax.servlet + servlet-api + provided + + + + + + + + + + org.apache.cocoon + cocoon-maven-plugin + 1.0.0 + + + prepare + compile + + prepare + + + + + + org.apache.maven.plugins + maven-war-plugin + + false + true + classes + false + WEB-INF/lib/*.jar + WEB-INF/lib/*.jar + + + true + ${basedir}/src/main/webapp + + WEB-INF/web.xml + + + + + + + prepare-package + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.7 + + + + 8888 + 30000 + + + ${project.build.directory}/rcl/webapp + / + + + org.apache.cocoon.mode + dev + + + + + + com.mycila.maven-license-plugin + maven-license-plugin + + + + **/*.LICENSE + **/jquery* + + + + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp + + + diff --git a/dspace-discovery/pom.xml b/dspace-discovery/pom.xml index bc9c0ae4b5..f2f34c3054 100644 --- a/dspace-discovery/pom.xml +++ b/dspace-discovery/pom.xml @@ -1,69 +1,69 @@ - - - - 4.0.0 - pom - org.dspace - dspace-discovery - 1.8.3-SNAPSHOT - DSpace Discovery :: Modules - - - dspace-parent - org.dspace - 1.8.3-SNAPSHOT - .. - - - - dspace-discovery-provider - dspace-discovery-solr - dspace-discovery-xmlui-api - dspace-discovery-xmlui-webapp - - - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.7 - - - - 8888 - 30000 - - - ${project.build.directory}/rcl/webapp - / - - - org.apache.cocoon.mode - dev - - - - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery - - - - JIRA - http://jira.dspace.org/jira/browse/DISCOVERY - - - + + + + 4.0.0 + pom + org.dspace + dspace-discovery + 1.8.3-SNAPSHOT + DSpace Discovery :: Modules + + + dspace-parent + org.dspace + 1.8.3-SNAPSHOT + .. + + + + dspace-discovery-provider + dspace-discovery-solr + dspace-discovery-xmlui-api + dspace-discovery-xmlui-webapp + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.7 + + + + 8888 + 30000 + + + ${project.build.directory}/rcl/webapp + / + + + org.apache.cocoon.mode + dev + + + + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery + + + + JIRA + http://jira.dspace.org/jira/browse/DISCOVERY + + + diff --git a/dspace-sword-client/dspace-sword-client-api/pom.xml b/dspace-sword-client/dspace-sword-client-api/pom.xml index 051b7d99d8..2de19e1401 100644 --- a/dspace-sword-client/dspace-sword-client-api/pom.xml +++ b/dspace-sword-client/dspace-sword-client-api/pom.xml @@ -1,43 +1,43 @@ - - - - 4.0.0 - jar - org.dspace - dspace-sword-client-api - 1.8.3-SNAPSHOT - DSpace Sword Client :: Sword Client API - - - org.dspace - dspace-sword-client - 1.8.3-SNAPSHOT - .. - - - - - org.dspace - dspace-api - - - org.dspace - dspace-sword-api - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api - - - + + + + 4.0.0 + jar + org.dspace + dspace-sword-client-api + 1.8.3-SNAPSHOT + DSpace Sword Client :: Sword Client API + + + org.dspace + dspace-sword-client + 1.8.3-SNAPSHOT + .. + + + + + org.dspace + dspace-api + + + org.dspace + dspace-sword-api + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api + + + diff --git a/dspace-sword-client/dspace-sword-client-xmlui-api/pom.xml b/dspace-sword-client/dspace-sword-client-xmlui-api/pom.xml index b73b5ae8fd..251efae308 100644 --- a/dspace-sword-client/dspace-sword-client-xmlui-api/pom.xml +++ b/dspace-sword-client/dspace-sword-client-xmlui-api/pom.xml @@ -1,59 +1,59 @@ - - - - 4.0.0 - jar - org.dspace - dspace-sword-client-xmlui-api - 1.8.3-SNAPSHOT - DSpace Sword Client :: Sword Client XMLUI API - - - org.dspace - dspace-sword-client - 1.8.3-SNAPSHOT - .. - - - - - - org.dspace - dspace-xmlui-api - - - solr-solrj - org.apache.solr - - - - - - - javax.servlet - servlet-api - provided - - - - org.dspace - dspace-sword-client-api - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api - - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api - - - + + + + 4.0.0 + jar + org.dspace + dspace-sword-client-xmlui-api + 1.8.3-SNAPSHOT + DSpace Sword Client :: Sword Client XMLUI API + + + org.dspace + dspace-sword-client + 1.8.3-SNAPSHOT + .. + + + + + + org.dspace + dspace-xmlui-api + + + solr-solrj + org.apache.solr + + + + + + + javax.servlet + servlet-api + provided + + + + org.dspace + dspace-sword-client-api + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api + + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api + + + diff --git a/dspace-sword-client/dspace-sword-client-xmlui-webapp/pom.xml b/dspace-sword-client/dspace-sword-client-xmlui-webapp/pom.xml index 8340521335..ecc93d2e53 100644 --- a/dspace-sword-client/dspace-sword-client-xmlui-webapp/pom.xml +++ b/dspace-sword-client/dspace-sword-client-xmlui-webapp/pom.xml @@ -1,93 +1,93 @@ - - - 4.0.0 - war - org.dspace - dspace-sword-client-xmlui-webapp - 1.8.3-SNAPSHOT - DSpace Sword Client :: Sword Client XMLUI Webapp - - - org.dspace - dspace-sword-client - 1.8.3-SNAPSHOT - .. - - - - - - org.dspace - dspace-xmlui-api - - - solr-solrj - org.apache.solr - - - - - - org.dspace - dspace-sword-client-xmlui-api - - - - - javax.servlet - servlet-api - provided - - - - - - - - - - org.apache.maven.plugins - maven-war-plugin - - false - true - classes - false - WEB-INF/lib/*.jar - WEB-INF/lib/*.jar - - - true - ${basedir}/src/main/webapp - - WEB-INF/web.xml - - - - - - - prepare-package - - - - - - - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp - - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp - - - + + + 4.0.0 + war + org.dspace + dspace-sword-client-xmlui-webapp + 1.8.3-SNAPSHOT + DSpace Sword Client :: Sword Client XMLUI Webapp + + + org.dspace + dspace-sword-client + 1.8.3-SNAPSHOT + .. + + + + + + org.dspace + dspace-xmlui-api + + + solr-solrj + org.apache.solr + + + + + + org.dspace + dspace-sword-client-xmlui-api + + + + + javax.servlet + servlet-api + provided + + + + + + + + + + org.apache.maven.plugins + maven-war-plugin + + false + true + classes + false + WEB-INF/lib/*.jar + WEB-INF/lib/*.jar + + + true + ${basedir}/src/main/webapp + + WEB-INF/web.xml + + + + + + + prepare-package + + + + + + + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp + + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp + + + diff --git a/dspace-sword-client/pom.xml b/dspace-sword-client/pom.xml index e72508dd1c..6ddf955a47 100644 --- a/dspace-sword-client/pom.xml +++ b/dspace-sword-client/pom.xml @@ -1,41 +1,41 @@ - - - 4.0.0 - pom - org.dspace - dspace-sword-client - 1.8.3-SNAPSHOT - DSpace Sword Client - - - dspace-parent - org.dspace - 1.8.3-SNAPSHOT - .. - - - - dspace-sword-client-api - dspace-sword-client-xmlui-api - dspace-sword-client-xmlui-webapp - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client - - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client - - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client - - - - JIRA - http://jira.dspace.org/jira/browse/SWORD - - - + + + 4.0.0 + pom + org.dspace + dspace-sword-client + 1.8.3-SNAPSHOT + DSpace Sword Client + + + dspace-parent + org.dspace + 1.8.3-SNAPSHOT + .. + + + + dspace-sword-client-api + dspace-sword-client-xmlui-api + dspace-sword-client-xmlui-webapp + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client + + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client + + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client + + + + JIRA + http://jira.dspace.org/jira/browse/SWORD + + + diff --git a/dspace-swordv2/pom.xml b/dspace-swordv2/pom.xml index 9d2d010e21..4a00d55bd3 100644 --- a/dspace-swordv2/pom.xml +++ b/dspace-swordv2/pom.xml @@ -1,168 +1,168 @@ - - 4.0.0 - org.dspace - dspace-swordv2 - war - DSpace SWORD v2 :: Web Application Resources - DSpace SWORD v2 Deposit Service Provider Web Application - http://projects.dspace.org/dspace-sword-webapp - - - - org.dspace - dspace-parent - 1.8.3-SNAPSHOT - .. - - - - - scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2 - scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2 - http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2 - - - - - - org.apache.maven.plugins - maven-war-plugin - - true - - WEB-INF/lib/*.jar - WEB-INF/lib/*.jar - - - true - ${basedir}/src/main/webapp - - WEB-INF/web.xml - - - - - - - prepare-package - - - - - - - - - - - - - dspace.config - - - - - ${dspace.config} - - - - - oracle-support - - - db.name - oracle - - - - - com.oracle - ojdbc6 - - - - - postgres-support - - - !db.name - - - - - postgresql - postgresql - - - - - - - - javax.servlet - servlet-api - 2.3 - - - org.swordapp - server - 2.0 - jar - classes - - - org.swordapp - server - 2.0 - war - - - org.dspace - dspace-api - - - com.googlecode.foresite-toolkit - foresite - 0.9 - - - log4j - log4j - 1.2.15 - - - jmxtools - com.sun.jdmk - - - jms - javax.jms - - - jmxri - com.sun.jmx - - - - - org.apache.abdera - abdera-client - 1.1.1 - - - - + + 4.0.0 + org.dspace + dspace-swordv2 + war + DSpace SWORD v2 :: Web Application Resources + DSpace SWORD v2 Deposit Service Provider Web Application + http://projects.dspace.org/dspace-sword-webapp + + + + org.dspace + dspace-parent + 1.8.3-SNAPSHOT + .. + + + + + scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2 + scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2 + http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2 + + + + + + org.apache.maven.plugins + maven-war-plugin + + true + + WEB-INF/lib/*.jar + WEB-INF/lib/*.jar + + + true + ${basedir}/src/main/webapp + + WEB-INF/web.xml + + + + + + + prepare-package + + + + + + + + + + + + + dspace.config + + + + + ${dspace.config} + + + + + oracle-support + + + db.name + oracle + + + + + com.oracle + ojdbc6 + + + + + postgres-support + + + !db.name + + + + + postgresql + postgresql + + + + + + + + javax.servlet + servlet-api + 2.3 + + + org.swordapp + server + 2.0 + jar + classes + + + org.swordapp + server + 2.0 + war + + + org.dspace + dspace-api + + + com.googlecode.foresite-toolkit + foresite + 0.9 + + + log4j + log4j + 1.2.15 + + + jmxtools + com.sun.jdmk + + + jms + javax.jms + + + jmxri + com.sun.jmx + + + + + org.apache.abdera + abdera-client + 1.1.1 + + + +