Adding necessary eclipse ide project files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
abbbe48b3c
commit
ff94abec2b
3 changed files with 40 additions and 2 deletions
7
sandbox/travelsample/scatours-android-ui/.classpath
Normal file
7
sandbox/travelsample/scatours-android-ui/.classpath
Normal file
|
@ -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>
|
33
sandbox/travelsample/scatours-android-ui/.project
Normal file
33
sandbox/travelsample/scatours-android-ui/.project
Normal file
|
@ -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>
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue