From d8aed6a3ff4ce2f9aac53a816493ea39d1431c62 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 16 Jan 2006 08:05:57 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.2 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369393 13f79535-47bb-0310-9956-ffa450edef68 --- native/project.xml | 11 +++++++---- native/xdocs/changes.xml | 11 ++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/native/project.xml b/native/project.xml index 8c084acb..8cd79f3b 100644 --- a/native/project.xml +++ b/native/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugin-parent/project.xml 3 maven-native-plugin Maven Native Plug-in - 1.2-SNAPSHOT + 1.2 Plugin for native compilation c,c++, fortran Native plugin http://maven.apache.org/maven-1.x/reference/plugins/native/ @@ -46,6 +44,11 @@ 1.1 MAVEN_NATIVE_1_1 + + 1.2 + 1.2 + MAVEN_NATIVE_1_2 + diff --git a/native/xdocs/changes.xml b/native/xdocs/changes.xml index 415ade04..e22fab21 100644 --- a/native/xdocs/changes.xml +++ b/native/xdocs/changes.xml @@ -17,25 +17,26 @@ * limitations under the License. */ --> - Changes Brett Porter - + Need .lib full name. Add dependency classpath to call to javah. Jelly tokenize incorrect behaviour. - Checking for runtime property and adding it. Default to "dynamic" if not present. + Checking for runtime property and adding it. Default to "dynamic" if not present. Add DLL support to the plugin - Changed repository location of libraries from so to sos so Maven can handle them as dependencies + Changed repository location of libraries from + soto + sosso Maven can handle them as dependencies + Add support for native dependencies (libset/syslibset) Add support for optional include path (includepath/sysincludepath) update bcel (consistency) and cpptasks (cross compile) dependencies - add src includes/excludes. Linker and compiler argument passing.