Skip to content

Commit

Permalink
Delete eclipse related files, since they have been moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpshelley committed Mar 16, 2015
1 parent a490cd3 commit 3467d70
Show file tree
Hide file tree
Showing 112 changed files with 624 additions and 2,834 deletions.
Binary file modified .gradle/2.2.1/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.2.1/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/2.2.1/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/2.2.1/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file modified .gradle/2.2.1/taskArtifacts/taskArtifacts.bin
Binary file not shown.
756 changes: 591 additions & 165 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package app.dj.test;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "app.dj.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/Users/johnshelley/Developer/Android/NumBlitx-gradle/app/src/androidTest/assets"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/Users/johnshelley/Developer/Android/NumBlitx-gradle/app/src/androidTest/res"/><source path="/Users/johnshelley/Developer/Android/NumBlitx-gradle/app/build/generated/res/rs/androidTest/debug"/><source path="/Users/johnshelley/Developer/Android/NumBlitx-gradle/app/build/generated/res/generated/androidTest/debug"/></dataSet><mergedItems/></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.dj.test">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />

<application>
<uses-library android:name="android.test.runner" />
</application>

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="app.dj"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for app.dj"/>
</manifest>
Binary file not shown.
113 changes: 0 additions & 113 deletions bin/AndroidManifest.xml

This file was deleted.

Binary file removed bin/NumBlitx.apk
Binary file not shown.
Binary file removed bin/classes.dex
Binary file not shown.
Binary file removed bin/classes/app/dj/BlitzAI$1.class
Binary file not shown.
Binary file removed bin/classes/app/dj/BlitzAI.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Brickpiles.class
Binary file not shown.
Binary file removed bin/classes/app/dj/BuildConfig.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Chat.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Colorchooser$1.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Colorchooser.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Deck$Card.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Deck.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Game$1.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Game$2.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Game.class
Binary file not shown.
Binary file removed bin/classes/app/dj/GameStats.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Gamepiles.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Longpile.class
Binary file not shown.
Binary file removed bin/classes/app/dj/MainActivity$1.class
Binary file not shown.
Binary file removed bin/classes/app/dj/MainActivity.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Multiplayer.class
Binary file not shown.
Binary file removed bin/classes/app/dj/MyReferences.class
Binary file not shown.
Binary file removed bin/classes/app/dj/NumPlayer.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Player.class
Binary file not shown.
Binary file removed bin/classes/app/dj/PlayerSearch.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$array.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$attr.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$dimen.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$drawable.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$id.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$layout.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$string.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R$style.class
Binary file not shown.
Binary file removed bin/classes/app/dj/R.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Rulz$1.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Rulz.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Shortpile.class
Binary file not shown.
Binary file removed bin/classes/app/dj/Splash.class
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions bin/jarlist.cache

This file was deleted.

Binary file removed bin/res/drawable-hdpi/ic_bydj.png
Binary file not shown.
Binary file removed bin/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-hdpi/splash_bydj.png
Binary file not shown.
Binary file removed bin/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/resources.ap_
Binary file not shown.
33 changes: 0 additions & 33 deletions build/intermediates/dex-cache/cache.xml

This file was deleted.

6 changes: 0 additions & 6 deletions gen/app/dj/BuildConfig.java

This file was deleted.

159 changes: 0 additions & 159 deletions gen/app/dj/R.java

This file was deleted.

Binary file removed libs/android-support-v4.jar
Binary file not shown.
Binary file removed res/drawable-320dpi/Thumbs.db
Binary file not shown.
Binary file removed res/drawable-hdpi/Thumbs.db
Binary file not shown.
Binary file removed res/drawable-hdpi/ic_bydj.png
Binary file not shown.
Binary file removed res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-hdpi/splash_bydj.png
Binary file not shown.
Binary file removed res/drawable-ldpi/Thumbs.db
Binary file not shown.
Binary file removed res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-mdpi/Thumbs.db
Binary file not shown.
Binary file removed res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
3 changes: 0 additions & 3 deletions res/layout-land/chatroom.xml

This file was deleted.

27 changes: 0 additions & 27 deletions res/layout-land/colorchose.xml

This file was deleted.

Loading

0 comments on commit 3467d70

Please sign in to comment.