Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Thevenet
clif-webui
Commits
1630e4bf
Commit
1630e4bf
authored
Jun 29, 2021
by
Bruno Dillenseger
Browse files
[storage] CLIF workspace now defaults to user home directory
parent
1c0a39ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/ow2/clif/console/lib/webui/storage/StorageProperties.java
View file @
1630e4bf
...
...
@@ -33,7 +33,7 @@ public class StorageProperties {
private
String
clifWorkspace
;
public
String
getLocation
()
{
clifWorkspace
=
clifWorkspace
.
replace
(
"%PROJECTROOT%"
,
System
.
getProperty
(
"user.
dir
"
));
clifWorkspace
=
clifWorkspace
.
replace
(
"%PROJECTROOT%"
,
System
.
getProperty
(
"user.
home
"
));
return
clifWorkspace
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment