summaryrefslogtreecommitdiffstats
path: root/maven/jp4da/jp4da-android/gen/com/io7m/examples
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2012-12-02 22:46:30 +0000
committerMark Raynsford <[email protected]>2012-12-02 22:46:30 +0000
commit76da2b16bcb7b760660a9cf91cf6457acf526a6b (patch)
tree42d9e13ec8fc24a84a70e80b67153b7ba3834aec /maven/jp4da/jp4da-android/gen/com/io7m/examples
parentf24ce52d7fa62072df918b404cac1b090f92fc45 (diff)
Initial jp4da setup
Diffstat (limited to 'maven/jp4da/jp4da-android/gen/com/io7m/examples')
-rw-r--r--maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/BuildConfig.java6
-rw-r--r--maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java19
2 files changed, 25 insertions, 0 deletions
diff --git a/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/BuildConfig.java b/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/BuildConfig.java
new file mode 100644
index 0000000..0946581
--- /dev/null
+++ b/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/BuildConfig.java
@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package com.io7m.examples.jp4da;
+
+public final class BuildConfig {
+ public final static boolean DEBUG = true;
+} \ No newline at end of file
diff --git a/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java b/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java
new file mode 100644
index 0000000..b3a441d
--- /dev/null
+++ b/maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java
@@ -0,0 +1,19 @@
+/* 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.io7m.examples.jp4da;
+
+public final class R {
+ public static final class attr {
+ }
+ public static final class layout {
+ public static final int main=0x7f020000;
+ }
+ public static final class string {
+ public static final int app_name=0x7f030000;
+ }
+}