Skip to content

Commit

Permalink
Add JNA to the SDK redistributable package
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Nov 26, 2019
1 parent e960e00 commit be1947b
Show file tree
Hide file tree
Showing 2 changed files with 772 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/modules/sdk/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
<zipfileset includes="**"
excludes="META-INF/LICENSE.txt META-INF/NOTICE.txt META-INF/maven/**"
src="${dir.binaries}/${name.dist-directory.sdk}/redist/lib/commons-logging-1.1.3.jar" />
<zipfileset includes="**"
excludes="META-INF/LICENSE META-INF/AL2.0 META-INF/LGPL2.1"
src="${dir.binaries}/${name.dist-directory.sdk}/redist/lib/jna-5.5.0.jar" />
<zipfileset includes="**"
excludes="META-INF/LICENSE META-INF/AL2.0 META-INF/LGPL2.1"
src="${dir.binaries}/${name.dist-directory.sdk}/redist/lib/jna-platform-5.5.0.jar" />
</jar>

<echo message="[TFSBuildStep] SDK: Generating Javadoc" />
Expand Down
Loading

0 comments on commit be1947b

Please sign in to comment.