Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyje committed Jan 25, 2015
1 parent 8e7b16f commit 41fa96f
Show file tree
Hide file tree
Showing 355 changed files with 12,706 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
syntax: glob
*.class
*.apk
*.dex
*.ap_
*.suo

syntax: regexp
^(.*[\\/])?gen[\\/].*
^(.*[\\/])?bin[\\/].*
^(.*[\\/])?obj[\\/].*
^(.*[\\/])?log[\\/].*
^(.*[\\/])?obf[\\/].*
^(.*[\\/])?jars[\\/].*
^(.*[\\/])?jar-sources[\\/].*
^(.*[\\/])?javadoc[\\/].*
^(.*[\\/])?\.svn[\\/].*
^(.*[\\/])?\.metadata[\\/].*
15 changes: 15 additions & 0 deletions .hgtags
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
36caa6ee3de8cc970680c5f9681d8af08610d1d9 Version_1
c88629e4f47b4ceb278900eca60924aa2e3ff6d7 Version_2
8d9cabc33861a773a712d3f2f5254129a53e2e63 Version_3
0298d741f5a8b11346d40d1c1bbf45c3dfda02a8 Version_4
fd43a2b464646fc1a81c22d13ae0ffa9bd31801c Version_5
a162fd274a38916b455079f6166ee84ba2f7e309 Version_6
ae1b88bd897970001477731dae341f8c1bf40ece Version_2_10
8e16a202522e08656ce9aa1911b4be219db20931 Version_30
ada219f0d29c0f075509bf8975f906c998e70481 Version_30_Published
466578f51f045c8055dc6375a1ac6d0dd7d6b44b Version40_rc5
3a6b1bd0e7a58785790ea90ffcc8f1b7823b1fce Version_40
f6215b1e89430a9e8740a2191e14f4f0a3e5b791 Version_42
04e381c24fa3b4dab1c7b678b218bcd063b0573e Version_43
9704cb113b9f87d7c1f4c2cf63f67222c8f2fa69 Version_45
dc0d43c11482ca2e5e4250b14b875f927df5e4d8 Version_51
16 changes: 16 additions & 0 deletions MakeMotivator/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/libGoogleAnalytics.jar"/>
<classpathentry exported="true" kind="lib" path="libs/org.beryl-src.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Loading

0 comments on commit 41fa96f

Please sign in to comment.