Skip to content

Commit

Permalink
initial check-in of project
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Nov 20, 2011
0 parents commit 2fbe4f3
Show file tree
Hide file tree
Showing 433 changed files with 14,784 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .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="lib" path="libs/phonegap-1.2.0.jar"/>
<classpathentry kind="output" path="bin/classes"/>
<classpathentry kind="lib" path="libs/couchbase.jar"/><classpathentry kind="lib" path="libs/OtpErlang.jar"/></classpath>
17 changes: 17 additions & 0 deletions .gitignore
@@ -0,0 +1,17 @@
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
/bin/
/gen/

# Local configuration file (sdk path, etc)
local.properties
build.properties
Binary file added .phonegap/android/phonegap-1.2.0.jar
Binary file not shown.

0 comments on commit 2fbe4f3

Please sign in to comment.