提交 b880ef7a 编写于 作者: J jurgen

JRE configuration in Windows installer build

Former-commit-id: d9ae917d
上级 633c72ef
...@@ -102,7 +102,7 @@ public class DBeaverPreferencesInitializer extends AbstractPreferenceInitializer ...@@ -102,7 +102,7 @@ public class DBeaverPreferencesInitializer extends AbstractPreferenceInitializer
RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.AUTO_ACTIVATION_DELAY, 500); RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.AUTO_ACTIVATION_DELAY, 500);
RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.INSERT_SINGLE_PROPOSALS_AUTO, true); RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.INSERT_SINGLE_PROPOSALS_AUTO, true);
RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.PROPOSAL_INSERT_CASE, SQLPreferenceConstants.PROPOSAL_CASE_DEFAULT); RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.PROPOSAL_INSERT_CASE, SQLPreferenceConstants.PROPOSAL_CASE_DEFAULT);
RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.HIDE_DUPLICATE_PROPOSALS, true); RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.HIDE_DUPLICATE_PROPOSALS, false);
RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.SQLEDITOR_CLOSE_SINGLE_QUOTES, true); RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.SQLEDITOR_CLOSE_SINGLE_QUOTES, true);
RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.SQLEDITOR_CLOSE_DOUBLE_QUOTES, true); RuntimeUtils.setDefaultPreferenceValue(store, SQLPreferenceConstants.SQLEDITOR_CLOSE_DOUBLE_QUOTES, true);
...@@ -166,4 +166,4 @@ public class DBeaverPreferencesInitializer extends AbstractPreferenceInitializer ...@@ -166,4 +166,4 @@ public class DBeaverPreferencesInitializer extends AbstractPreferenceInitializer
DataFormatterProfile.initDefaultPreferences(store, Locale.getDefault()); DataFormatterProfile.initDefaultPreferences(store, Locale.getDefault());
} }
} }
\ No newline at end of file
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
<echo message="Extract JRE"/> <echo message="Extract JRE"/>
<unzip <unzip
src="${buildDirectory}/../../contrib/jre/windows/jre6_u43_${arch}.zip" src="${buildDirectory}/../../contrib/jre/windows/${jreVersion}_${arch}.zip"
dest="${buildDirectory}/installer/raw/win32.${arch}/dbeaver/jre" dest="${buildDirectory}/installer/raw/win32.${arch}/dbeaver/jre"
overwrite="true" overwrite="true"
/> />
......
...@@ -21,6 +21,7 @@ babelLocation=D:/Devel/java/Babel ...@@ -21,6 +21,7 @@ babelLocation=D:/Devel/java/Babel
updateFilesDirectory=c:/temp/update updateFilesDirectory=c:/temp/update
driversDirectory=c:/temp/drivers driversDirectory=c:/temp/drivers
locales=ru,fr locales=ru,fr
jreVersion=jre7_u60
#configs = *, *, * #configs = *, *, *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册