Skip to content

Sort-in root classes into packages (architecture)#6853

Merged
koppor merged 7 commits intomasterfrom
fix-archicture
Sep 2, 2020
Merged

Sort-in root classes into packages (architecture)#6853
koppor merged 7 commits intomasterfrom
fix-archicture

Conversation

@koppor
Copy link
Copy Markdown
Member

@koppor koppor commented Sep 2, 2020

Follw-up to #6825.


URL url = JabRefMain.class.getResource(STYLES_ROOT + "/acm-siggraph.csl");
URL url = CitationStyle.class.getResource(STYLES_ROOT + "/acm-siggraph.csl");
Objects.requireNonNull(url);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fear this change will not work. We explicitly need the root path.

@Siedlerchr
Copy link
Copy Markdown
Member

Don't forget to update the run configuration in the wiki. We maybe also need to check the build.gradle files for the jpackager arguments

@JabRef JabRef deleted a comment from github-actions bot Sep 2, 2020
@koppor
Copy link
Copy Markdown
Member Author

koppor commented Sep 2, 2020

  • CSL works
  • Guide was automatically adapted by IntelliJ at the refactoring action 🕺

@koppor koppor merged commit 4aa8378 into master Sep 2, 2020
@koppor koppor deleted the fix-archicture branch September 2, 2020 23:38
Siedlerchr added a commit that referenced this pull request Sep 4, 2020
* upstream/master:
  Fix icon issue (#6858)
  No sync of specialfields to keywords as default (#6846)
  Don't show entry editor on startup (#6861)
  Sort-in root classes into packages (#6853)
  Add "Fetchers" to DevDocs
@koppor koppor changed the title Sort-in root classes into packages Sort-in root classes into packages (architecture) Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants