diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 15:00:00 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-05 15:00:00 +0200 |
commit | e578a662451c9c387ac2d168fc0d7475657646ee (patch) | |
tree | e42331e41e4eee16f18a106b906e5cead1aef902 /src/site/apt/HelloWorld.apt | |
parent | 5f38c7ddcb0e1d0b703d121b54d960d45886e006 (diff) | |
download | maven-nar-plugin-e578a662451c9c387ac2d168fc0d7475657646ee.tar.gz maven-nar-plugin-e578a662451c9c387ac2d168fc0d7475657646ee.tar.bz2 maven-nar-plugin-e578a662451c9c387ac2d168fc0d7475657646ee.tar.xz maven-nar-plugin-e578a662451c9c387ac2d168fc0d7475657646ee.zip |
Added it0011-executable-dep-lib-static test; Fixed reference to parent in it0008-executable-dep-lib-shared
Diffstat (limited to 'src/site/apt/HelloWorld.apt')
-rw-r--r-- | src/site/apt/HelloWorld.apt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index 2f970f4..3b5fa4d 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -39,25 +39,25 @@ There are also some unit test which are run and call the same method. [it0007-lib-shared] A C routine which gets archived into a shared library. A C test executable is created. - [it0008-executable-dep-lib-shared] A C executable which depends on "helloworldsharedlib" and links dynamically + [it0008-executable-dep-lib-shared] A C executable which depends on "lib-shared" 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. + "lib-shared" and links dynamically with it. [] [it0010-lib-static] A C routine which gets archived into a static library. A C test executable is created. - [helloworldstaticlibexe] A C executable which depends on "helloworldstaticlib" and links statically + [it0011-executable-dep-lib-static] A C executable which depends on "lib-static" and links statically with it. The executabe is created and run. [helloworldstaticlibjni] A C routine called from Java, which depends on - "helloworldstaticlib" and links statically with it. A Java unit test is provided. + "lib-static" and links statically with it. A Java unit test is provided. [] - These examples are now all run as integration tests when you try to run maven on the maven-nar-plugin from its top-level directory with the profile "run-its". + These examples are now all run as integration tests by running maven on the maven-nar-plugin from its top-level directory with the profile "run-its". |