You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnaerator/pom.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<modelVersion>4.0.0</modelVersion>
5
5
<groupId>com.jnaerator</groupId>
6
6
<artifactId>jnaerator</artifactId>
7
-
<name>JNAerator CLI & Studio Tools</name>
7
+
<name>JNAerator CLI and Studio Tools</name>
8
8
<url>http://code.google.com/p/jnaerator/</url>
9
9
<version>${jnaerator.version}</version>
10
10
<packaging>jar</packaging>
@@ -17,7 +17,7 @@
17
17
</parent>
18
18
19
19
<description>
20
-
JNAerator (pronounce "generator") simply parses C & Objective-C headers and generates the corresponding JNA and Rococoa Java interfaces (it also has a very limited support for C++).
20
+
JNAerator (pronounce "generator") simply parses C and Objective-C headers and generates the corresponding JNA and Rococoa Java interfaces (it also has a very limited support for C++).
21
21
22
22
This lets Java programmers access native libraries transparently, with full IDE support and little to no hand-tweaking.
0 commit comments