diff options
author | Mark Raynsford <[email protected]> | 2012-12-02 22:46:30 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2012-12-02 22:46:30 +0000 |
commit | 76da2b16bcb7b760660a9cf91cf6457acf526a6b (patch) | |
tree | 42d9e13ec8fc24a84a70e80b67153b7ba3834aec /maven/jp4da/jp4da-android/gen | |
parent | f24ce52d7fa62072df918b404cac1b090f92fc45 (diff) |
Initial jp4da setup
Diffstat (limited to 'maven/jp4da/jp4da-android/gen')
-rw-r--r-- | maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/BuildConfig.java | 6 | ||||
-rw-r--r-- | maven/jp4da/jp4da-android/gen/com/io7m/examples/jp4da/R.java | 19 |
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; + } +} |