diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-27 16:06:50 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-27 16:06:50 +0000 |
commit | ff94abec2b0e80d84c354526af365610c09e0b9e (patch) | |
tree | b4470b6d42653ee8917f7ca6a86e3abb15ee4715 /sandbox/travelsample | |
parent | abbbe48b3c11c9cf85c4949726323dc38708cb2e (diff) |
Adding necessary eclipse ide project files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
3 files changed, 40 insertions, 2 deletions
diff --git a/sandbox/travelsample/scatours-android-ui/.classpath b/sandbox/travelsample/scatours-android-ui/.classpath new file mode 100644 index 0000000000..609aa00ebc --- /dev/null +++ b/sandbox/travelsample/scatours-android-ui/.classpath @@ -0,0 +1,7 @@ +<?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="output" path="bin"/> +</classpath> diff --git a/sandbox/travelsample/scatours-android-ui/.project b/sandbox/travelsample/scatours-android-ui/.project new file mode 100644 index 0000000000..e4a44c86de --- /dev/null +++ b/sandbox/travelsample/scatours-android-ui/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>scatours-android-ui</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.ApkBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>com.android.ide.eclipse.adt.AndroidNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> diff --git a/sandbox/travelsample/scatours-android-ui/gen/com/scatours/android/R.java b/sandbox/travelsample/scatours-android-ui/gen/com/scatours/android/R.java index 296f8678ff..12fdbfa624 100644 --- a/sandbox/travelsample/scatours-android-ui/gen/com/scatours/android/R.java +++ b/sandbox/travelsample/scatours-android-ui/gen/com/scatours/android/R.java @@ -14,7 +14,6 @@ public final class R { public static final int icon=0x7f020000; } public static final class id { - public static final int Spinner01=0x7f050006; public static final int btnSearch=0x7f050005; public static final int edit_NumberOfPeople=0x7f050004; public static final int edit_date_end=0x7f050003; @@ -24,7 +23,6 @@ public final class R { } public static final class layout { public static final int main=0x7f030000; - public static final int test=0x7f030001; } public static final class string { public static final int alert_cancel=0x7f040003; |