au.net.causal.maven.plugins.boxdb.squirrel.prefs.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boxdb-maven-plugin Show documentation
Show all versions of boxdb-maven-plugin Show documentation
Maven plugin to start databases using Docker and VMs
<Beans> <Bean Class="net.sourceforge.squirrel_sql.client.preferences.SquirrelPreferences"> <firstRun>false</firstRun> <confirmSessionClose>false</confirmSessionClose> <updatePreferences Class="net.sourceforge.squirrel_sql.client.preferences.UpdateSettings"> <enableAutomaticUpdates>false</enableAutomaticUpdates> </updatePreferences> <mainFrameWindowState Class="net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrameWindowState"> <!-- Maximize Squirrel frame by default --> <frameExtendedState>6</frameExtendedState> </mainFrameWindowState> </Bean> </Beans>