summaryrefslogtreecommitdiff
path: root/src/site/apt
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-29 11:38:17 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-29 11:38:17 +0100
commitb36dbcf19e08413b888e5a2d49dc9db44557624e (patch)
tree196757eec0917adbeee2a75c649042bbed6fe5d1 /src/site/apt
parentd439a5103e8e9fe529ed20961967ee02b7386379 (diff)
downloadmaven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.tar.gz
maven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.tar.bz2
maven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.tar.xz
maven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.zip
Fixed NAR-95
Diffstat (limited to 'src/site/apt')
-rw-r--r--src/site/apt/examples.apt (renamed from src/site/apt/HelloWorld.apt)5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/examples.apt
index f03bd70..2ce7120 100644
--- a/src/site/apt/HelloWorld.apt
+++ b/src/site/apt/examples.apt
@@ -5,11 +5,12 @@ Maven NAR Plugin
Mark Donszelmann
---
-HelloWorld Examples
+Examples
These example contain a simple C method "sayHello". This method can be called from a C program, a Java program, put into
a static library, put into a shared library, use as a third party library, ...
-There are also some unit test which are run and call the same method.
+There are also some unit test which are run and call the same method. All examples are available in the src/it
+directory.
The following examples are available: