Rename SDK package name from com.mozilla.mentat to org.mozilla.mentat

This commit is contained in:
Grisha Kruglov 2018-05-29 15:56:51 -04:00
parent b0421c61b4
commit cc84c3a07e
28 changed files with 28 additions and 34 deletions

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import java.util.EventListener; import java.util.EventListener;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.content.Context; import android.content.Context;
import android.content.res.AssetManager; import android.content.res.AssetManager;

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mozilla.mentat"> package="org.mozilla.mentat">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest> </manifest>

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Structure; import com.sun.jna.Structure;
import com.sun.jna.ptr.IntByReference; import com.sun.jna.ptr.IntByReference;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
public enum CacheDirection { public enum CacheDirection {
FORWARD, REVERSE, BOTH FORWARD, REVERSE, BOTH

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
/** /**
* Interface defining the structure of a callback from a query returning a {@link CollResult}. * Interface defining the structure of a callback from a query returning a {@link CollResult}.

View file

@ -8,15 +8,13 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.util.Log; import android.util.Log;
import com.sun.jna.Memory;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;
import java.io.IOException; import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.Date; import java.util.Date;
import java.util.UUID; import java.util.UUID;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.util.Log; import android.util.Log;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.util.Log; import android.util.Log;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.util.Log; import android.util.Log;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Library; import com.sun.jna.Library;
import com.sun.jna.Native; import com.sun.jna.Native;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.util.Log; import android.util.Log;

View file

@ -8,14 +8,12 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import android.util.Log; import android.util.Log;
import com.sun.jna.Memory;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;
import java.nio.ByteBuffer;
import java.util.Date; import java.util.Date;
import java.util.UUID; import java.util.UUID;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
/** /**
* Interface defining the structure of a callback from a query returning a {@link RelResult}. * Interface defining the structure of a callback from a query returning a {@link RelResult}.

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Memory; import com.sun.jna.Memory;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;
import com.sun.jna.Structure; import com.sun.jna.Structure;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
/** /**
* Interface defining the structure of a callback from a query returning a single {@link TypedValue}. * Interface defining the structure of a callback from a query returning a single {@link TypedValue}.

View file

@ -8,11 +8,10 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;
import java.nio.ByteBuffer;
import java.util.Date; import java.util.Date;
import java.util.UUID; import java.util.UUID;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
/** /**
* Interface defining the structure of a callback from a query returning a {@link TupleResult}. * Interface defining the structure of a callback from a query returning a {@link TupleResult}.

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;
import com.sun.jna.Structure; import com.sun.jna.Structure;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Structure; import com.sun.jna.Structure;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Callback; import com.sun.jna.Callback;

View file

@ -8,7 +8,7 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;

View file

@ -8,11 +8,10 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the * CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License. */ * specific language governing permissions and limitations under the License. */
package com.mozilla.mentat; package org.mozilla.mentat;
import com.sun.jna.Pointer; import com.sun.jna.Pointer;
import java.nio.ByteBuffer;
import java.util.Date; import java.util.Date;
import java.util.UUID; import java.util.UUID;