Commit Graph

264 Commits

Author SHA1 Message Date
Tim Donohue
c549176ec1 DS-2366 : Correctly filter web.xml using filteringDeploymentDescriptors 2015-10-05 14:44:28 -05:00
KevinVdV
eeb58a8844 [DS-2758] Updating dbcp to dbcp2, upgraded the postgres driver to the latest version & fixed the database migration for unit tests. 2015-09-21 12:01:48 +02:00
Robin Taylor
a3ffc3c82a DS-2124 Move LNI to a separate GitHub project 2015-08-18 15:21:43 +01:00
RomanticCat
35a00a939e DS-2533 : update version for Eirslett - forntend-maven-plugin 2015-08-05 11:45:58 +12:00
Ivan Masár
71613f096c [maven-release-plugin] prepare for next development iteration 2015-01-20 15:15:42 +01:00
Hardy Pottinger
e40c996875 [maven-release-plugin] prepare for next development iteration 2015-01-16 11:04:07 -06:00
Hardy Pottinger
cdf8378320 [maven-release-plugin] prepare release dspace-5.0 2015-01-16 11:04:01 -06:00
Tim Donohue
9fd6928e15 [maven-release-plugin] prepare for next development iteration 2014-12-19 13:12:35 -06:00
Tim Donohue
0950a07dcd [maven-release-plugin] prepare release dspace-5.0-rc3 2014-12-19 13:12:24 -06:00
Tim Donohue
6a50c4945e DS-2313 - Revert to compiling with SASS 3.3.14, since bootstrap-sass has
a minor IE breadcrumb incompatibility with SASS 3.4
2014-12-18 20:59:35 +00:00
Peter Dietz
b03ffc90e5 Merge pull request #748 from rradillen/DS-2296
DS-2296 Lucene-based search throws linkage error
2014-12-05 15:24:07 -05:00
Roeland Dillen
ae8d931067 add classes artifact to dspace-rest 2014-12-02 10:31:50 +01:00
Roeland
4eb7cb6390 prevet dependency management from dspace-parent pom to override solr dependency on lucene 4.10.2 2014-11-18 09:13:35 +01:00
Hardy Pottinger
16621310ca [maven-release-plugin] prepare for next development iteration 2014-11-10 22:49:16 +00:00
Hardy Pottinger
7dcd770812 [maven-release-plugin] prepare release dspace-5.0-rc2 2014-11-10 22:49:10 +00:00
Ivan Masár
8a56f67c27 DS-2270 5.0rc1 won't build with Mirage2 2014-11-08 12:36:10 +01:00
Hardy Pottinger
978ec2f152 [maven-release-plugin] prepare for next development iteration 2014-11-07 22:42:47 +00:00
Hardy Pottinger
884519a9f3 [maven-release-plugin] prepare release dspace-5.0-rc1 2014-11-07 22:42:43 +00:00
Hardy Pottinger
b8c4e1a50a [maven-release-plugin] rollback the release of dspace-5.0-rc1 2014-11-07 22:20:16 +00:00
Hardy Pottinger
031f9c7b20 [maven-release-plugin] prepare for next development iteration 2014-11-07 22:17:30 +00:00
Hardy Pottinger
26e9035ac6 [maven-release-plugin] prepare release dspace-5.0-rc1 2014-11-07 22:17:21 +00:00
Hardy Pottinger
6f094a9eec [maven-release-plugin] rollback the release of dspace-5.0-rc1 2014-11-07 22:00:53 +00:00
Hardy Pottinger
75da65b5ee [maven-release-plugin] prepare for next development iteration 2014-11-07 21:55:27 +00:00
Hardy Pottinger
917aff3f8d [maven-release-plugin] prepare release dspace-5.0-rc1 2014-11-07 21:55:21 +00:00
Hardy Pottinegr
6d7075bf66 [maven-release-plugin] rollback the release of dspace-5.0-rc1 2014-11-07 21:33:41 +00:00
Hardy Pottinegr
f5dc0a604a [maven-release-plugin] prepare for next development iteration 2014-11-07 21:15:00 +00:00
Hardy Pottinegr
d138359f92 [maven-release-plugin] prepare release dspace-5.0-rc1 2014-11-07 21:14:52 +00:00
Roeland
32e096fd3d excluding jetty and bumping lucene match version 2014-11-06 07:59:37 +01:00
Roeland
f6c83e451c missed some lucene references 2014-11-05 22:23:45 +01:00
Roeland
007524b821 solr version bump pt 1 2014-11-05 22:02:50 +01:00
helix84
2d639a3a96 Merge pull request #682 from robintaylor/DS-2182
DS-2182 Make the LNI module an optional build
2014-10-16 13:13:07 +02:00
Peter Dietz
c2e7ccb90f Merge pull request #568 from pnbecker/dspace-rdf
DS-2061: Linked (Open) Data support for DSpace
2014-10-15 12:38:02 -04:00
Robin Taylor
f6d26f5ffd DS-2182 Make the LNI module an optional build 2014-10-06 11:38:20 +01:00
Pascal-Nicolas Becker
dfa5ade578 Repackaging: moved everything into dspace-api except the webapp.
The modules dspace-rdf contains the webapp to provide the converted data
as rdf serialization only. Everything else (classes for conversion,
storage, content negotiation, ...) moved into dspace-api so it can be
used easily by every other part of DSpace.
2014-10-02 16:36:14 +02:00
Tim Donohue
86d771cecb Mirage2 POM cleanup/refactoring. Avoid duplication of plugin version numbers, and make it easier to change dependency versions. 2014-09-12 15:05:20 -05:00
Pascal-Nicolas Becker
f254b21973 Repaired the build process after rebasing.
The dspace rdf war project wasn't build anymore as the activation of the
modules changed with the Mirage 2 contribution.
2014-09-11 14:51:53 +02:00
Pascal-Nicolas Becker
c3f05df7fe Export the repository's contents as RDF into the Semantic Web.
This commits adds a module dspace-rdf. The module will convert the
metadata stored in DSpace into RDF. The converted data will be provided
over a webinterface and a SPARQL endpoint.
2014-09-11 11:42:36 +02:00
Robin Taylor
981de3074e Merge pull request #587 from atmire/mirage2-contribution
[DS-2052] @mire Mirage 2 Contribution
2014-08-19 09:25:34 +01:00
Roeland Dillen
4ad62c71fd Added missing filtering for the dependencies included install.
Removed accidentally committed mirage2 as default xmlui.xconf
Removed references to removed Mirage2 aspect.
2014-08-15 20:43:06 +02:00
Roeland Dillen
5d1ec91f4f move mirage2 messages and dynamically fill theme name in sitemap 2014-08-14 13:45:19 +02:00
Roeland Dillen
792c304958 name change 2014-08-13 16:12:58 +02:00
Mark H. Wood
3dfa7f96e5 [DS-1992] License checker should not run in dspace/modules/* 2014-08-11 10:57:42 -04:00
Art Lowel
2d7f0436d5 cleanup after multiple mirage 2 versions addition 2014-08-11 14:42:54 +02:00
Art Lowel
6fd373a1c5 added support for multiple mirage 2 versions - for deps included mode 2014-08-11 14:42:48 +02:00
Art Lowel
a7d6b9f7d5 added support for multiple mirage 2 versions 2014-08-11 14:42:40 +02:00
roeland
a59672f2c3 build with dependencies included now default 2014-07-30 11:22:21 +02:00
roeland
d77a3736cb fixed slow build 2014-07-29 11:40:10 +02:00
KevinVdV
0fdc0630c5 [DS-2052] @mire Mirage 2 Contribution
[DS-2052] @mire Mirage 2 Contribution
2014-07-25 18:21:21 +02:00
Tim Donohue
437d68f6f3 DS-2066 : Maven plugin updates and general POM cleanup 2014-07-17 21:10:25 +00:00
Mark H. Wood
6f0eaf722c Update master branch to next major release 2013-12-17 20:50:44 -05:00