From c1eeb8ab87dbf788f89a03d419039bf9900048ca Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Mon, 29 Jul 2019 09:27:17 -0700 Subject: [PATCH] eclipse: change Java namespace io.mraa -> org.eclipse.mraa Signed-off-by: Thomas Ingleby --- scripts/build-android.sh | 4 ++-- src/java/pom.xml.in | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/build-android.sh b/scripts/build-android.sh index 8188f3e..63ec165 100755 --- a/scripts/build-android.sh +++ b/scripts/build-android.sh @@ -112,7 +112,7 @@ AndroidManifest_xml=' ' # Package prefix -JAVA_PKG_PREFIX_DOT="io.mraa.at" +JAVA_PKG_PREFIX_DOT="org.eclipse.mraa.at" # Package prefix slash to dot JAVA_PKG_PREFIX_SLASH="${JAVA_PKG_PREFIX_DOT//\./\/}/upm" @@ -158,7 +158,7 @@ jar cf $PKG_BUNDLE_DIR/$LIB_NAME-$VERSION-javadoc.jar $LIB_NAME-javadoc/* jar cf $PKG_BUNDLE_DIR/$LIB_NAME-$VERSION-sources.jar src/java/*.java # HACK - mraa pom file groupId is io.mraa (AT is io.mraa.at) -perl -p -i.bak -e 's/(groupId>)(.*?)(<\/groupId)/\1io.mraa.at\3/' src/java/$LIB_NAME-$VERSION.pom +perl -p -i.bak -e 's/(groupId>)(.*?)(<\/groupId)/\1org.eclipse.mraa.at\3/' src/java/$LIB_NAME-$VERSION.pom # HACK - mraa pom file packaging is 'jar' (convert this to 'aar') perl -p -i.bak -e 's/(packaging>)(.*?)(<\/packaging)/\1aar\3/' src/java/$LIB_NAME-$VERSION.pom diff --git a/src/java/pom.xml.in b/src/java/pom.xml.in index be47502..c12736c 100644 --- a/src/java/pom.xml.in +++ b/src/java/pom.xml.in @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - io.mraa + org.eclipse.mraa mraa @VERSION_SHORT@ jar @@ -16,23 +16,23 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma MIT License - https://github.com/intel-iot-devkit/mraa/blob/master/COPYING + https://github.com/eclipse/mraa/blob/master/COPYING - Mraa contributors https://github.com/intel-iot-devkit/mraa/graphs/contributors + Mraa contributors https://github.com/eclipse/mraa/graphs/contributors mraa@lists.01.org - Intel IoT Developer kit - https://github.com/intel-iot-devkit + Eclipse Foundation + https://github.com/eclipse - scm:git:git://github.com/intel-iot-devkit/mraa.git - scm:git:ssh://github.com:intel-iot-devkit/mraa.git - https://github.com/intel-iot-devkit/mraa/tree/master + scm:git:git://github.com/eclipse/mraa.git + scm:git:ssh://github.com:eclipse/mraa.git + https://github.com/eclipse/mraa/tree/master