diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-03 14:53:01 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-03 14:53:01 +0200 |
commit | 1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff (patch) | |
tree | e8831dc2e66d61d394773582f1068ef0c10963d3 /src/site | |
parent | f16721c64008697a5b37c002f3b201d15e556c7a (diff) | |
download | maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.tar.gz maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.tar.bz2 maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.tar.xz maven-nar-plugin-1b3f5eb617863b4d4c2e1c29b48a1efba2bdf5ff.zip |
Added test 3
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/apt/HelloWorld.apt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index 3a11ce5..08138d3 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -15,13 +15,13 @@ There are also some unit test which are run and call the same method. [executable] A C routine. - [helloworldstaticexe] A C routine statically linked with the C-runtime library. + [executable-static] A C routine statically linked with the C-runtime library. [] [jni] A C routine called from Java and a Java unit test. - [helloworldjnilibjava] A java project which depends on "jni". + [java-dep-jni] A java project which depends on "jni". [helloworldstaticjni] A C routine called from Java statically linked with the C-runtime library and a Java unit test. |