Skip to content

Commit

Permalink
Fix to the classpath to be able to compile the plugin using the
Browse files Browse the repository at this point in the history
local-api as a library
  • Loading branch information
Aitor committed Oct 5, 2014
1 parent e8b1b9b commit 7b74e29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Mqtter/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK/locale-api"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Binary file modified Mqtter/bin/classes/com/aiturrioz005/mqtter/EditActivity.class
Binary file not shown.
2 changes: 1 addition & 1 deletion Mqtter/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

# Project target.
target=android-19
android.library.reference.1=../toast/locale-api
android.library.reference.1=../../../Desktop/locale-api

0 comments on commit 7b74e29

Please sign in to comment.