From 7326d120c3a80a27ae9b3a96a368d1a6c84785ad Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 7 Jun 2012 11:03:06 +0200 Subject: [PATCH] Rename --- linux/pom.xml | 176 --------------------------------------------------------- pom.xml | 6 +- unix/pom.xml | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 179 insertions(+), 179 deletions(-) delete mode 100644 linux/pom.xml create mode 100644 unix/pom.xml diff --git a/linux/pom.xml b/linux/pom.xml deleted file mode 100644 index 2dc0cd5..0000000 --- a/linux/pom.xml +++ /dev/null @@ -1,176 +0,0 @@ - - 4.0.0 - - org.yaz4j - yaz4j - 1.2-SNAPSHOT - - org.yaz4j - libyaz4j - libyaz4j - so - - - ${artifactId} - ../src/test - - - - maven-antrun-plugin - - - write-yaz-config - initialize - - run - - - - - - - - - - - - - - - - - - - - org.codehaus.mojo - properties-maven-plugin - 1.0-alpha-1 - - - read-yaz-config - initialize - - read-project-properties - - - - ${basedir}/target/yaz-config.properties - - - - - - - org.codehaus.mojo - native-maven-plugin - true - - ${javahOS} - ${jdkIncludePath} - generic - g++ - - -fPIC - - - ${yaz.cflags} - - - - - **/*.cpp - - ../src/main/native - - - - **/*.cpp - - ../target/generated-sources/native - - - g++ - - -shared - - - ${yaz.libs} - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - UTF-8 - 1.6 - 1.6 - true - true - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - include-generated-test-sources - generate-test-sources - add-test-source - - - ../src/main/java - ../target/generated-sources/java - - - - - - - - maven-surefire-plugin - - once - target - -Djava.library.path=${project.build.directory} - - - - - - - - Codehaus Snapshots - http://snapshots.repository.codehaus.org/ - - true - - - false - - - - - - Codehaus Snapshots - http://snapshots.repository.codehaus.org/ - - true - - - true - - - - diff --git a/pom.xml b/pom.xml index 57ac9cb..0db949f 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ - linux + unix unix @@ -206,7 +206,7 @@ ${java.home}/../include - linux + unix @@ -271,7 +271,7 @@ ${java.home}/../Headers - linux + unix diff --git a/unix/pom.xml b/unix/pom.xml new file mode 100644 index 0000000..2dc0cd5 --- /dev/null +++ b/unix/pom.xml @@ -0,0 +1,176 @@ + + 4.0.0 + + org.yaz4j + yaz4j + 1.2-SNAPSHOT + + org.yaz4j + libyaz4j + libyaz4j + so + + + ${artifactId} + ../src/test + + + + maven-antrun-plugin + + + write-yaz-config + initialize + + run + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-1 + + + read-yaz-config + initialize + + read-project-properties + + + + ${basedir}/target/yaz-config.properties + + + + + + + org.codehaus.mojo + native-maven-plugin + true + + ${javahOS} + ${jdkIncludePath} + generic + g++ + + -fPIC + + + ${yaz.cflags} + + + + + **/*.cpp + + ../src/main/native + + + + **/*.cpp + + ../target/generated-sources/native + + + g++ + + -shared + + + ${yaz.libs} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + UTF-8 + 1.6 + 1.6 + true + true + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + include-generated-test-sources + generate-test-sources + add-test-source + + + ../src/main/java + ../target/generated-sources/java + + + + + + + + maven-surefire-plugin + + once + target + -Djava.library.path=${project.build.directory} + + + + + + + + Codehaus Snapshots + http://snapshots.repository.codehaus.org/ + + true + + + false + + + + + + Codehaus Snapshots + http://snapshots.repository.codehaus.org/ + + true + + + true + + + + -- 1.7.10.4