Skip to content

Commit

Permalink
Add ActionBarSherlock 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreroman committed Sep 6, 2011
1 parent 3f96c26 commit 4a9f2e0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?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="lib" path="libs/pixmob-actionservice-1.0.jar"/>
<classpathentry kind="lib" path="libs/pixmob-appengineclient-1.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?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="lib" path="libs/pixmob-actionservice-1.0.jar"/>
<classpathentry kind="lib" path="libs/pixmob-appengineclient-1.3.1.jar"/>
<classpathentry kind="src" path="ActionBarSherlock_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "deps/ActionBarSherlock"]
path = deps/ActionBarSherlock
url = https://github.com/JakeWharton/ActionBarSherlock.git
7 changes: 7 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>
<link>
<name>ActionBarSherlock_src</name>
<type>2</type>
<locationURI>_android_ActionBarSherlock_a2b296ea/src</locationURI>
</link>
</linkedResources>
</projectDescription>
1 change: 1 addition & 0 deletions default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

# Project target.
target=android-13
android.library.reference.1=deps/ActionBarSherlock/library
1 change: 1 addition & 0 deletions deps/ActionBarSherlock
Submodule ActionBarSherlock added at e0be86

0 comments on commit 4a9f2e0

Please sign in to comment.