-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[WIP] Get JabRef running in eclipse" (#5280)
- Loading branch information
1 parent
21ab1d2
commit 99a0a7a
Showing
5 changed files
with
11 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "src/main/resources/csl-styles"] | ||
path = src/main/resources/csl-styles | ||
url = https://github.com/citation-style-language/styles.git | ||
[submodule "src/main/resources/csl-locales"] | ||
path = src/main/resources/csl-locales | ||
url = https://github.com/citation-style-language/locales.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule csl-locales
updated
19 files
+13 −0 | .github/PULL_REQUEST_TEMPLATE.md | |
+2 −0 | .gitignore | |
+2 −0 | .rspec | |
+4 −2 | .travis.yml | |
+28 −0 | CONTRIBUTING.md | |
+2 −0 | Gemfile | |
+46 −24 | Gemfile.lock | |
+7 −1 | Rakefile | |
+125 −113 | locales-bg-BG.xml | |
+4 −4 | locales-el-GR.xml | |
+2 −2 | locales-fi-FI.xml | |
+1 −1 | locales-it-IT.xml | |
+309 −0 | locales-la.xml | |
+67 −73 | locales-mn-MN.xml | |
+14 −14 | locales-ro-RO.xml | |
+1 −1 | locales-sl-SI.xml | |
+5 −5 | locales-zh-CN.xml | |
+5 −0 | locales.json | |
+1 −1 | spec/spec_helper.rb |
Submodule csl-styles
added at
fa125e