Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pr/1301'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Jan 29, 2021
2 parents 81a18de + c4fca7a commit 3576824
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 17 deletions.
2 changes: 1 addition & 1 deletion contrib/monitordemo/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name="classes" location="${build}/classes"/>
<property name="jar" location="${build}/demo-monitordemo.jar"/>
<property name="file.reference.jna.jar" location="../../build/jna.jar"/>
<property name="main-class" value="com.sun.jna.contrib.demo.MonitorInfoDemo.java" />
<property name="main-class" value="com.sun.jna.contrib.demo.MonitorInfoDemo" />

<path id="classpath">
<fileset file="${file.reference.jna.jar}"/>
Expand Down
Loading

0 comments on commit 3576824

Please sign in to comment.