Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Ness committed Apr 25, 2012
1 parent b49878a commit 3622f84
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
bin
gen
.settings
.DS_Store
8 changes: 8 additions & 0 deletions framework/.classpath
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions framework/.project
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Dice Roller</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
File renamed without changes.
6 changes: 6 additions & 0 deletions framework/gen/com/flip/diceroller/BuildConfig.java
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package com.flip.diceroller;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
46 changes: 46 additions & 0 deletions framework/gen/com/flip/diceroller/R.java
@@ -0,0 +1,46 @@
/* 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.flip.diceroller;

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 coin=0x7f05000b;
public static final int d10=0x7f050007;
public static final int d100=0x7f05000a;
public static final int d12=0x7f050008;
public static final int d20=0x7f050009;
public static final int d4=0x7f050004;
public static final int d6=0x7f050005;
public static final int d8=0x7f050006;
public static final int editText=0x7f050000;
public static final int roll=0x7f050001;
public static final int textViewLabel=0x7f050003;
public static final int textViewValue=0x7f050002;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040000;
public static final int coin=0x7f040009;
public static final int d10=0x7f040005;
public static final int d100=0x7f040008;
public static final int d12=0x7f040006;
public static final int d20=0x7f040007;
public static final int d4=0x7f040002;
public static final int d6=0x7f040003;
public static final int d8=0x7f040004;
public static final int roll=0x7f040001;
public static final int texthint=0x7f04000a;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3622f84

Please sign in to comment.