Skip to content

Commit

Permalink
Add OmegaT dependency
Browse files Browse the repository at this point in the history
In `libs/` folder. All jars there are gitignored.
  • Loading branch information
yoursdearboy committed Nov 27, 2016
1 parent ded53da commit d24828a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -40,3 +40,6 @@ gradle-app.setting

## IntelliJ
/out/

# Libs
libs/*.jar
9 changes: 9 additions & 0 deletions .idea/modules/omegat-multitran_main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules/omegat-multitran_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -10,5 +10,6 @@ repositories {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile group: 'junit', name: 'junit', version: '4.11'
}
1 change: 1 addition & 0 deletions libs/.keep
@@ -0,0 +1 @@

0 comments on commit d24828a

Please sign in to comment.