Skip to content

Commit

Permalink
Moving to a liblocal library structure, verifying that ant works corr…
Browse files Browse the repository at this point in the history
…ectly, and bumping version for proto'd files to match 2.6.1 dependency.
  • Loading branch information
keenon authored and Stanford NLP committed Sep 28, 2015
1 parent 90ec4a1 commit 466e73a
Show file tree
Hide file tree
Showing 19 changed files with 1,924 additions and 909 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ task listDeps << {

dependencies {
compile fileTree(dir: 'lib', include: '*.jar')
testCompile fileTree(dir: 'liblocal', include: '*.jar')
}

// Eclipse plugin setup
Expand Down
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<include name="*.jar"/>
<exclude name="javanlp*"/>
</fileset>
<fileset dir="${basedir}/liblocal">
<include name="*.jar"/>
<exclude name="javanlp*"/>
</fileset>
</path>
</target>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 466e73a

Please sign in to comment.