Skip to content

Commit

Permalink
Mavenize the build process - Phase 1: building the native code via Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyor Goldstein committed Jan 21, 2016
1 parent 2ba0d30 commit 32baafd
Show file tree
Hide file tree
Showing 7 changed files with 1,201 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
build
target/
Servers/
.metadata/
.recommenders/
.settings/
RemoteSystemsTempFiles/
_ajdump/
.project
.classpath
.springBeans
.externalToolBuilders
.svn/
dependency-reduced-pom.xml
build/
build-d64
build.eclipse
build.number
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Features
* [#573](https://github.com/java-native-access/jna/pull/573): Added `EnumProcessModules`, `GetModuleInformation`, and `GetProcessImageFileName` to `com.sun.jna.platform.win32.Psapi` and added `ExtractIconEx` to `com.sun.jna.platform.win32.Shell32` - [@mlfreeman2](https://github.com/mlfreeman2).
* [#574](https://github.com/java-native-access/jna/pull/574): Using static final un-modifiable List of field names for structure(s) [@lgoldstein](https://github.com/lgoldstein)
* [#577](https://github.com/java-native-access/jna/pull/577): Apply generic definitions wherever applicable [@lgoldstein](https://github.com/lgoldstein)
* [#582](https://github.com/java-native-access/jna/pull/582): Mavenize the build process - Phase 1: building the native code via Maven [@lgoldstein](https://github.com/lgoldstein)

Bug Fixes
---------
Expand Down
Loading

0 comments on commit 32baafd

Please sign in to comment.