summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-19 18:42:46 +0200
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-19 18:42:46 +0200
commit81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e (patch)
treefb7b77d233fb1848637c983ab5748f8b296a568a
parentAnother handful of packets rewritten. (diff)
downloadcuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.tar
cuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.tar.gz
cuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.tar.bz2
cuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.tar.lz
cuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.tar.xz
cuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.tar.zst
cuberite-81a9bc51d9678ed17ce1fe14135ef4e8bdc2368e.zip
-rw-r--r--gen/com/mcserver/BuildConfig.java6
-rw-r--r--gen/com/mcserver/R.java36
2 files changed, 0 insertions, 42 deletions
diff --git a/gen/com/mcserver/BuildConfig.java b/gen/com/mcserver/BuildConfig.java
deleted file mode 100644
index e40837927..000000000
--- a/gen/com/mcserver/BuildConfig.java
+++ /dev/null
@@ -1,6 +0,0 @@
-/** Automatically generated file. DO NOT MODIFY */
-package com.mcserver;
-
-public final class BuildConfig {
- public final static boolean DEBUG = true;
-} \ No newline at end of file
diff --git a/gen/com/mcserver/R.java b/gen/com/mcserver/R.java
deleted file mode 100644
index 489001bd4..000000000
--- a/gen/com/mcserver/R.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * aapt tool from the resource data it found. It
- * should not be modified by hand.
- */
-
-package com.mcserver;
-
-public final class R {
- public static final class attr {
- }
- public static final class drawable {
- public static final int ic_launcher=0x7f020000;
- }
- public static final class id {
- public static final int ip_address=0x7f050004;
- public static final int server_status_text=0x7f050003;
- public static final int start_server=0x7f050001;
- public static final int stop_server=0x7f050002;
- public static final int textView1=0x7f050005;
- public static final int textView2=0x7f050000;
- }
- public static final class layout {
- public static final int main=0x7f030000;
- }
- public static final class string {
- public static final int app_name=0x7f040001;
- public static final int hello=0x7f040000;
- public static final int mcserver_is_not_running=0x7f040005;
- public static final int mcserver_is_running=0x7f040004;
- public static final int start=0x7f040002;
- public static final int stop=0x7f040003;
- public static final int your_ip=0x7f040006;
- }
-}