Skip to content

Commit

Permalink
Added import order for javafx packages to eclipse settings
Browse files Browse the repository at this point in the history
  • Loading branch information
boceckts committed Jun 27, 2016
1 parent d6b41a4 commit a8662e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ tasks.eclipse.doFirst {
formatter_profile=_JabRef
formatter_settings_version=12
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.importorder=java;javax;net.sf.jabref;org.jabref;;\\#;
org.eclipse.jdt.ui.importorder=java;javax;javafx;net.sf.jabref;org.jabref;;\\#;
org.eclipse.jdt.ui.ondemandthreshold=99
org.eclipse.jdt.ui.staticondemandthreshold=99
sp_cleanup.add_default_serial_version_id=true
Expand Down

0 comments on commit a8662e1

Please sign in to comment.