Skip to content

Commit

Permalink
Remove references to jna
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Oct 3, 2009
1 parent b1e3102 commit d8b7398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
jna-posix is released under a tri CPL/GPL/LGPL license. You can use it,
jnr-posix is released under a tri CPL/GPL/LGPL license. You can use it,
redistribute it and/or modify it under the terms of the license of your choice.

=== Common Public License - v 1.0
Expand Down
6 changes: 1 addition & 5 deletions README.txt
@@ -1,5 +1 @@
jna-posix is a lightweight cross-platform POSIX emulation layer for Java, written in Java and leveraging the JNA library (https://jna.dev.java.net/).

= Building

JNA should build fine from within NetBeans. Otherwise, copy the file nbproject/private/private.properties.tmpl to nbproject/private/private.properties and edit it to point at a local junit.jar. The one mentioned in the template file is in the default location on Mac OS X with Xcode installed.
jnr-posix is a lightweight cross-platform POSIX emulation layer for Java, written in Java and is part of the JNR project (http://jnr.kenai.com)

0 comments on commit d8b7398

Please sign in to comment.