Skip to content

Commit 0e98e45

Browse files
author
Paul Soucy
committed
updated to comply with android sdk tools r15
1 parent 777e0f0 commit 0e98e45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

devsmartlib/.classpath

Lines changed: 2 additions & 1 deletion
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 kind="output" path="bin"/>
6+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

devsmartlib/default.properties renamed to devsmartlib/project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# This file must be checked in Version Control Systems.
55
#
66
# To customize properties used by the Ant build system use,
7-
# "build.properties", and override values to adapt the script to your
7+
# "ant.properties", and override values to adapt the script to your
88
# project structure.
99

10+
android.library=true
1011
# Project target.
1112
target=android-4
12-
android.library=true

0 commit comments

Comments
 (0)