Skip to content

Commit

Permalink
fix relative paths to match Eclipse project names
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Nov 28, 2010
1 parent a987fb4 commit 2ea559b
Show file tree
Hide file tree
Showing 63 changed files with 109 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file added android-mapviewballoons-example/bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added android-mapviewballoons-example/bin/resources.ap_
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# Project target.
target=Google Inc.:Google APIs:4
android.library.reference.1=../mapviewballoons/
android.library.reference.1=../android-mapviewballoons/
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package com.readystatesoftware.mapviewballoons;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int balloon_overlay_bg_selector=0x7f020000;
public static final int balloon_overlay_close=0x7f020001;
public static final int balloon_overlay_focused=0x7f020002;
public static final int balloon_overlay_unfocused=0x7f020003;
public static final int icon=0x7f020004;
public static final int marker=0x7f020005;
public static final int marker2=0x7f020006;
}
public static final class id {
public static final int balloon_inner_layout=0x7f050001;
public static final int balloon_item_snippet=0x7f050003;
public static final int balloon_item_title=0x7f050002;
public static final int balloon_main_layout=0x7f050000;
public static final int close_img_button=0x7f050004;
public static final int mainlayout=0x7f050005;
public static final int mapview=0x7f050006;
}
public static final class layout {
public static final int balloon_overlay=0x7f030000;
public static final int main=0x7f030001;
}
public static final class string {
public static final int app_name=0x7f040000;
}
}
38 changes: 38 additions & 0 deletions android-mapviewballoons-example/gen/mapviewballoons/example/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package mapviewballoons.example;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int balloon_overlay_bg_selector=0x7f020000;
public static final int balloon_overlay_close=0x7f020001;
public static final int balloon_overlay_focused=0x7f020002;
public static final int balloon_overlay_unfocused=0x7f020003;
public static final int icon=0x7f020004;
public static final int marker=0x7f020005;
public static final int marker2=0x7f020006;
}
public static final class id {
public static final int balloon_inner_layout=0x7f050001;
public static final int balloon_item_snippet=0x7f050003;
public static final int balloon_item_title=0x7f050002;
public static final int balloon_main_layout=0x7f050000;
public static final int close_img_button=0x7f050004;
public static final int mainlayout=0x7f050005;
public static final int mapview=0x7f050006;
}
public static final class layout {
public static final int balloon_overlay=0x7f030000;
public static final int main=0x7f030001;
}
public static final class string {
public static final int app_name=0x7f040000;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package com.readystatesoftware.mapviewballoons;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int balloon_overlay_bg_selector=0x7f020000;
public static final int balloon_overlay_close=0x7f020001;
public static final int balloon_overlay_focused=0x7f020002;
public static final int balloon_overlay_unfocused=0x7f020003;
}
public static final class id {
public static final int balloon_inner_layout=0x7f050001;
public static final int balloon_item_snippet=0x7f050003;
public static final int balloon_item_title=0x7f050002;
public static final int balloon_main_layout=0x7f050000;
public static final int close_img_button=0x7f050004;
}
public static final class layout {
public static final int balloon_overlay=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040000;
}
}
File renamed without changes.

0 comments on commit 2ea559b

Please sign in to comment.