summaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-05 12:05:01 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-05 12:05:01 +0200
commitabcc8731af47a36d37a271883be1779dd10368e5 (patch)
tree5cc301957f5a987087e60d4571ded478ded1d167 /src/site
parent44563f90e571d5121361fb4b124f138f7333961a (diff)
downloadmaven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.tar.gz
maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.tar.bz2
maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.tar.xz
maven-nar-plugin-abcc8731af47a36d37a271883be1779dd10368e5.zip
Added it0010-lib-static test
Diffstat (limited to 'src/site')
-rw-r--r--src/site/apt/HelloWorld.apt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt
index f6d6c17..51675db 100644
--- a/src/site/apt/HelloWorld.apt
+++ b/src/site/apt/HelloWorld.apt
@@ -37,7 +37,7 @@ There are also some unit test which are run and call the same method.
[]
[lib-shared] A C routine which gets archived into a shared library. A C test executable
- is created and run.
+ is created.
[helloworldsharedlibexe] A C executable which depends on "helloworldsharedlib" and links dynamically
with it. The executable is created and run.
@@ -47,8 +47,8 @@ There are also some unit test which are run and call the same method.
[]
- [helloworldstaticlib] A C routine which gets archived into a static library. A C test executable
- is created and run.
+ [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
with it. The executabe is created and run.