Commit Graph

198 Commits

Author SHA1 Message Date
Richard Jones
cdba10a28e port latest swordv2 version to DSpace 2013-10-16 10:34:50 +01:00
Ivan Masár
cf5061fed8 DS-1554 fix again (first fix was wrong)
Thanks, Keiji!
2013-07-29 10:19:27 +02:00
Ivan Masár
0464894169 DS-1554 fix and related preventive fixes
* make SWORD use upload.temp.dir
* Also make sure that it's not null
* if upload dir is not specified, use java.io.tmpdir
2013-07-17 23:48:34 +02:00
Mark H. Wood
5ab2ef106d Update DSpace module versions (and adjust a little whitespace) 2012-12-03 15:30:58 -05:00
Hardy Pottinger
5221f92ce4 [maven-release-plugin] prepare for next development iteration 2012-11-30 11:12:42 -06:00
Hardy Pottinger
b05e67a50d [maven-release-plugin] prepare release dspace-3.0 2012-11-30 11:12:31 -06:00
Mark H. Wood
32cc6002d2 Merge pull request #125 from mwoodiupui/javadoc
Javadoc cleanup (get rid of scads of WARNINGs)
2012-11-28 12:48:10 -08:00
Mark H. Wood
b53314d62f Merge remote-tracking branch 'origin/master' into javadoc 2012-11-28 10:32:46 -05:00
Tim Donohue
e98a1fdea6 Add a new "root.basedir" property to every POM. This property always specifies the relative path to the root [dspace-src] directory. It is used to reference the path to the LICENSE_HEADER & build.properties file from each submodule. 2012-11-16 15:59:49 -06:00
robintaylor
2e39070bd9 Reinstate the variable default.dspace.dir to allow filtering of dspace.dir in dspace.cfg at runtime 2012-11-06 10:57:53 +00:00
Mark H. Wood
96b39c81af Clean up doc comments in SWORD, XOAI, and one more in XMLUI 2012-11-05 11:47:54 -05:00
Hardy Pottinger
5f30ed24d0 [maven-release-plugin] prepare for next development iteration 2012-11-02 10:33:27 -05:00
Hardy Pottinger
e4332de1ab [maven-release-plugin] prepare release dspace-3.0-rc3 2012-11-02 10:33:18 -05:00
Tim Donohue
8d90332a6a [maven-release-plugin] prepare for next development iteration 2012-10-24 16:00:46 -05:00
Tim Donohue
6d9d0418f1 [maven-release-plugin] prepare release dspace-3.0-rc2 2012-10-24 16:00:32 -05:00
Tim Donohue
143591ed98 Cleanup POM Dependencies. Remove dependeny <version> tags from submodule POMs when the version is already specified by dspace-parent POM. Also ensure all 'servlet-api' dependencies have a <scope>provided</scope> as they should. 2012-10-18 14:07:29 -05:00
Tim Donohue
fff69e86b6 Cleanup whitespace in POMs. THIS COMMIT CHANGES NO ACTUAL CODE/SETTINGS. All it does is cleanup whitespacing / spacing in POMs that really need some extra love. 2012-10-18 13:00:14 -05:00
Tim Donohue
127313e25c DS-1338 - Fix misleading names/descriptions in Maven POMs. All Maven projects now have consistent & straightforward names. 2012-10-18 12:30:47 -05:00
Tim Donohue
a2a1353d07 Revert "[maven-release-plugin] rollback the release of dspace-3.0"
This reverts commit e0777775a7.
2012-10-16 12:01:48 -05:00
Tim Donohue
e0777775a7 [maven-release-plugin] rollback the release of dspace-3.0 2012-10-16 12:00:19 -05:00
Sands Fish
8d25891d9c [maven-release-plugin] prepare for next development iteration 2012-10-09 13:53:44 -04:00
Sands Fish
2964d6c50d [maven-release-plugin] prepare release dspace-3.0-rc1 2012-10-09 13:52:59 -04:00
Ivan Masár
dd33421f2b fix a bunch of typos 2012-10-05 18:42:24 +02:00
Hardy Pottinger
e9e2a88a1e Merge pull request #58 from KevinVdV/DS-1240
[DS-1240] Sword V2 doesn't support the configurable workflow
2012-09-19 13:51:14 -07:00
robintaylor
0b0e84f8b2 [DS-1208] - fix recursive filtering of web.xml 2012-09-03 14:10:00 +01:00
Mark Diggory
0a5d43470f Merge pull request #42 from steveswinsburg/DS-1211
DS-1211 upgrade to Servlet API 2.4 and other compatible dependencies
2012-08-14 16:28:55 -07:00
kevin
d3e6db8d3f [DS-1240] Sword V2 doesn't support the configurable workflow 2012-08-10 14:36:09 +02:00
Steve Swinsburg
8a6b269153 DS-1211 upgrade to Servlet API 2.4, and other compatible dependencies 2012-07-12 16:54:23 +10:00
Steve Swinsburg
fb69ec7ce2 DS-1209 all adjust files for the build time filtering 2012-07-10 16:21:54 +10:00
Mark Diggory
6611a69e74 [DS-1150] Migrate to GitHub : Correct SCM Locations and project URL 2012-03-31 13:01:43 -07:00
Robin Taylor
0cde9d5af8 [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6834 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-04 09:20:17 +00:00
Robin Taylor
a428a3b03a [maven-release-plugin] prepare release dspace-1.8.0
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6832 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-04 09:19:37 +00:00
Tim Donohue
355270f805 Fix small bug in SWORDv2 POM which was causing dspace-swordv2-*-classes.jar to be generated with no java classes within it. We shouldn't be specifying <archiveClasses> option alongside <attachClasses> option, as only one should be used (the latter is the option we want in this case).
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6827 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-25 16:03:35 +00:00
Robin Taylor
ffc4d0aa20 [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6826 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-21 08:50:35 +00:00
Robin Taylor
a69894e7f3 [maven-release-plugin] prepare release dspace-1.8.0-rc3
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6824 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-21 08:49:54 +00:00
Robin Taylor
2605e681a6 [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6818 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-19 09:30:46 +00:00
Robin Taylor
1714c0404a [maven-release-plugin] prepare release dspace-parent-1.8.0-rc2
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6816 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-19 09:30:05 +00:00
Robin Taylor
cb74a0c8ef [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6683 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-11 10:20:57 +00:00
Robin Taylor
30493d6d19 [maven-release-plugin] prepare release dspace-1.8.0-rc1
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6681 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-11 10:20:08 +00:00
Mark Diggory
546426b659 [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
2011-09-10 16:13:42 +00:00
Mark Diggory
f872d8efc8 Correct Issues with SWORDv2 Webapplication overlaying. Overlays should not attempt to work in classes or lib directories and rely on Maven dependency mechanism to resolve these dependency requirements. SWORD webapp now packages a separate jar artifact for the classes which is added as a dependency.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6676 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-09 19:36:54 +00:00
Robin Taylor
d7eaaca45c Add the new dspace.dir param to the web.xml for Swordv2 (required by dspace-services)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6674 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-09 17:04:13 +00:00
Mark Diggory
947d17bfd2 [DS-1005] SWORD v2 implementation for DSpace : Deploy Foresite via its own community mechanisms. To be finalized version by release candidate.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6638 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-02 16:04:10 +00:00
Stuart Lewis
9d16a40821 Fix expected URL
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6618 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-28 09:38:16 +00:00
Stuart Lewis
e6d6cc9847 Fix a couple of small typos with last commit
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6617 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-28 08:35:23 +00:00
Stuart Lewis
6c1b67dd22 [DS-941] Marker ticket for splitting up the dspace.cfg: SWORDv2 now updated to use config/modules/swordv2-server.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6616 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-28 08:24:17 +00:00
Mark Diggory
c1ae6fcac2 [DS-854] Licenses on non-DSpace files have been replaced by DSpace boilerplate license
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6614 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-26 17:04:44 +00:00
Robin Taylor
977cca3ee4 [DS-1005] Add the dspace-swordv2 module (managed to miss the entire dspace-swordv2 directory on my first attempt!)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6610 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-26 09:50:51 +00:00