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.