summarylogtreecommitdiffstats
path: root/cache.patch
blob: 6f13289a0e3d0149393b3d344a5fb928c074e869 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- spring-roo-2.0.0.RELEASE/bin/roo.sh.origin	2018-05-30 10:35:42.113185780 +0800
+++ spring-roo-2.0.0.RELEASE/bin/roo.sh	2018-05-30 10:36:48.287884240 +0800
@@ -32,7 +32,7 @@
 
 # Store file locations in variables to facilitate Cygwin conversion if needed
 
-ROO_OSGI_FRAMEWORK_STORAGE="$ROO_HOME/cache"
+ROO_OSGI_FRAMEWORK_STORAGE="$HOME/.cache/spring-roo"
 # echo "ROO_OSGI_FRAMEWORK_STORAGE: $ROO_OSGI_FRAMEWORK_STORAGE"
 
 ROO_AUTO_DEPLOY_DIRECTORY="$ROO_HOME/bundle"