mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #10580 from saschaszott/saschaszott-patch-17
Removal of sword-client.cfg
This commit is contained in:
@@ -1720,7 +1720,6 @@ include = ${module_dir}/researcher-profile.cfg
|
||||
include = ${module_dir}/spring.cfg
|
||||
include = ${module_dir}/submission-curation.cfg
|
||||
include = ${module_dir}/suggestion.cfg
|
||||
include = ${module_dir}/sword-client.cfg
|
||||
include = ${module_dir}/sword-server.cfg
|
||||
include = ${module_dir}/swordv2-server.cfg
|
||||
include = ${module_dir}/translator.cfg
|
||||
|
@@ -1,23 +0,0 @@
|
||||
#---------------------------------------------------------------#
|
||||
#--------------SWORD V.1 CLIENT CONFIGURATIONS------------------#
|
||||
#---------------------------------------------------------------#
|
||||
# Configuration properties used solely by the UI-based SWORD #
|
||||
# Client interface (used to submit DSpace content to another #
|
||||
# SWORD server). #
|
||||
#---------------------------------------------------------------#
|
||||
# TODO: UNSUPPORTED in DSpace 7.0
|
||||
# List of remote Sword servers. Used to build the drop-down list of selectable Sword targets.
|
||||
sword-client.targets = http://localhost:8080/sword/servicedocument, \
|
||||
http://client.swordapp.org/client/servicedocument, \
|
||||
http://dspace.swordapp.org/sword/servicedocument, \
|
||||
http://sword.eprints.org/sword-app/servicedocument, \
|
||||
http://sword.intralibrary.com/IntraLibrary-Deposit/service, \
|
||||
http://fedora.swordapp.org/sword-fedora/servicedocument
|
||||
|
||||
# List of file types from which the user can select. If a type is not supported by the remote server
|
||||
# it will not appear in the drop-down list.
|
||||
sword-client.file-types = application/zip
|
||||
|
||||
# List of package formats from which the user can select. If a format is not supported by the remote server
|
||||
# it will not appear in the drop-down list.
|
||||
sword-client.package-formats = http://purl.org/net/sword-types/METSDSpaceSIP
|
Reference in New Issue
Block a user