Skip to content

Commit

Permalink
Update changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri W Ahonen committed Dec 4, 2015
1 parent 79030b1 commit 40dcd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Features
* [#512](https://github.com/java-native-access/jna/pull/512): Make loading debug flags mutable [@lwahonen](https://github.com/lwahonen).
* [#514](https://github.com/java-native-access/jna/pull/514): Added `host_processor_info` to `com.sun.jna.platform.mac.SystemB` - [@dbwiddis](https://github.com/dbwiddis).
* [#519](https://github.com/java-native-access/jna/pull/519): Added JNA functional overview - [@twall](https://github.com/twall).
* [#528](https://github.com/java-native-access/jna/pull/528): Add an ant task (idea-jar) that creates a convenience jar that contains all native dispatch libraries. If you want to hacking on JNA with an IDE, just include idea-dispatch.jar to your classpath and create a module from the JNA src directory. - [@lwahonen](https://github.com/lwahonen).
* [#528](https://github.com/java-native-access/jna/pull/528): Added idea-jar ant task that creates a convenience jar that contains all native dispatch libraries - [@lwahonen](https://github.com/lwahonen).

Bug Fixes
---------
Expand Down
3 changes: 1 addition & 2 deletions www/DevelopInIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ The idea-jar target generates a jar that contains all the native bits needed by
Create a new module for JNA in Idea, mark the src folder as sources, testsrc as test sources.
Add a library to the module, include all jars from lib, lib/test and the idea-dispatch.jar generated by aforementioned ant target.

After this, you should be able to use JNA in your own code via this module, instead of including a JNA jar. This also speeds up development
quite considerably, as you don't need to rebuild JNA jar between code changes.
After this, you should be able to use JNA in your own code via this module, instead of including a JNA jar. This also speeds up development quite considerably, as you don't need to rebuild JNA jar between code changes.

0 comments on commit 40dcd21

Please sign in to comment.