Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Ignore these deltas
Browse files Browse the repository at this point in the history
According to .gitignore, these commits will not be synched with master.
In case they are, dev key has been removed.
  • Loading branch information
Mike committed Sep 7, 2011
1 parent 2e35853 commit 52d43b8
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,4 +7,6 @@ res/drawable/
libs/ libs/
obj/ obj/
.classpath .classpath
.project
BookshareDeveloperKey.java
*~ *~
66 changes: 33 additions & 33 deletions .project
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>FBReaderJ</name> <name>FBReaderJ</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand> <buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
<buildCommand> <buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name> <name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
</natures> </natures>
</projectDescription> </projectDescription>
4 changes: 2 additions & 2 deletions local.properties
@@ -1,2 +1,2 @@
sdk.dir=/Users/Abhi/android-sdk-mac_x86 sdk.dir=/Users/Mike/GEARS/lib/android-sdk-mac_x86
ndk.dir=/Users/Abhi/android-ndk-r5b ndk.dir=/Users/Mike/GEARS/lib/android-ndk-r6
Expand Up @@ -8,5 +8,5 @@
public class BookshareDeveloperKey { public class BookshareDeveloperKey {


// Enter your developer key here // Enter your developer key here
public static final String DEVELOPER_KEY = ""; public static final String DEVELOPER_KEY = "Put your developer key here";
} }

0 comments on commit 52d43b8

Please sign in to comment.