diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-11-09 12:03:32 +0100 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-11-09 12:03:32 +0100 |
commit | e8aea7ca9dc041ef30c3ad44bf4cc040b830f8f0 (patch) | |
tree | c550be5f4415b3bac366b469fcc9747f6e950e97 /src/site | |
parent | 774b54b45b3d7c5d6246150053d4b176c72f169c (diff) | |
download | maven-nar-plugin-e8aea7ca9dc041ef30c3ad44bf4cc040b830f8f0.tar.gz maven-nar-plugin-e8aea7ca9dc041ef30c3ad44bf4cc040b830f8f0.tar.bz2 maven-nar-plugin-e8aea7ca9dc041ef30c3ad44bf4cc040b830f8f0.tar.xz maven-nar-plugin-e8aea7ca9dc041ef30c3ad44bf4cc040b830f8f0.zip |
Updated doc; Fixed problem with executable ending up in wrong dorectory, NAR-90
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/apt/cpptasks.apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/apt/cpptasks.apt b/src/site/apt/cpptasks.apt index 462daa9..6ec758b 100644 --- a/src/site/apt/cpptasks.apt +++ b/src/site/apt/cpptasks.apt @@ -13,7 +13,7 @@ from {{{http://ant-contrib.sourceforge.net/}ant-contrib}}. This library allows to specify compilers and linkers from ant (and thus from maven) and unifies most common options for those compilers and linkers. - The NAR Plugin uses cpptasks 1.0 beta 4 from + The NAR Plugin uses cpptasks 1.0 beta 5 from {{{http://sourceforge.net/project/showfiles.php?group_id=36177}sourceforge}} with some minor extensions: |