diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 11:57:34 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 11:57:34 +0200 |
commit | 44563f90e571d5121361fb4b124f138f7333961a (patch) | |
tree | cb76deafe5ba2f34d96e4eba07c1975098b6c74d /src/site | |
parent | 3b4145fc7829fe7d6023d9da5e7497f26c7df863 (diff) | |
download | maven-nar-plugin-44563f90e571d5121361fb4b124f138f7333961a.tar.gz maven-nar-plugin-44563f90e571d5121361fb4b124f138f7333961a.tar.bz2 maven-nar-plugin-44563f90e571d5121361fb4b124f138f7333961a.tar.xz maven-nar-plugin-44563f90e571d5121361fb4b124f138f7333961a.zip |
Added it0007-lib-shared test
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 2320979..f6d6c17 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -36,14 +36,14 @@ There are also some unit test which are run and call the same method. [] - [helloworldsharedlib] A C routine which gets archived into a shared library. A C test executable + [lib-shared] A C routine which gets archived into a shared library. A C test executable is created and run. [helloworldsharedlibexe] A C executable which depends on "helloworldsharedlib" and links dynamically with it. The executable is created and run. [helloworldsharedlibjni] A C routine called from Java, which depends on - "helloworldsharedlib" and links dynamically with it. A Java unit test is provided. + "helloworldsharedlib" and links dynamically with it. [] |