Skip to content

Commit 0dbe1d1

Browse files
committed
Fix classpaths
1 parent a9c883f commit 0dbe1d1

File tree

16 files changed

+17
-3
lines changed

16 files changed

+17
-3
lines changed

AIDLDemo/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry excluding="**/.svn|.svn" kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

AndroidUIDemo/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
44
<classpathentry excluding="**/.svn|.svn" kind="src" path="src"/>
55
<classpathentry kind="src" path="gen"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

AndroidViewDemo/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="src" path="gen"/>
44
<classpathentry excluding="**/.svn" kind="src" path="src"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

AsyncTaskDemo/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
44
<classpathentry kind="src" path="src"/>
55
<classpathentry kind="src" path="gen"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

AudioPlayer/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

ClientDemo/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

ContactViewer/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-6
11+
target=android-7

FinchFramework/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
33

4+
<string name="app_name">FinchFramework</string>
5+
46
<string name="connect">Connect a device</string>
57
<string name="discoverable">Make discoverable</string>
68

FinchLifecycleBackport/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-6
11+
target=android-7
1212
android.library.reference.1=../FinchFramework

JSerializable/tools/ide/eclipse/classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
67
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

0 commit comments

Comments
 (0)