Skip to content

Commit

Permalink
Changed default workspace to 'default'
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Apr 8, 2013
1 parent 7ac900c commit 201a3f2
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions fcrepo-generator-dc/src/test/resources/my_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"security" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-generator-rdf/src/test/resources/my_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"security" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-http-api/src/test/resources/test_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"storage" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-jms/src/test/resources/my_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"security" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-kernel/src/test/resources/test_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"storage" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-legacy-api/src/test/resources/test_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"storage" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-rss/src/test/resources/test_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"security" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-webapp/src/main/resources/config/repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"clustering" : {
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-webhooks/src/test/resources/test_repository.json
Expand Up @@ -2,8 +2,8 @@
"name" : "repo",
"jndiName" : "",
"workspaces" : {
"predefined" : ["fedora"],
"default" : "fedora",
"predefined" : [],
"default" : "default",
"allowCreation" : true
},
"security" : {
Expand Down

0 comments on commit 201a3f2

Please sign in to comment.