Updated project metadata to work with latest Android SDK, and fix the Unknown Error: NullPointerException errors

pull/14/head
Tim Su 15 years ago
parent 5e307d15f7
commit 833b4ddff9

@ -5,7 +5,6 @@
<classpathentry kind="src" path="common-src"/> <classpathentry kind="src" path="common-src"/>
<classpathentry excluding="com/todoroo/astrid/rmilk/EditOperationExposer.java|com/todoroo/astrid/rmilk/MilkEditActivity.java" kind="src" path="plugin-src"/> <classpathentry excluding="com/todoroo/astrid/rmilk/EditOperationExposer.java|com/todoroo/astrid/rmilk/MilkEditActivity.java" kind="src" path="plugin-src"/>
<classpathentry kind="src" path="gen"/> <classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="astridApi"/>
<classpathentry kind="src" path="rmilk-src"/> <classpathentry kind="src" path="rmilk-src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="lib" path="libs/annotations.jar"/> <classpathentry exported="true" kind="lib" path="libs/annotations.jar"/>
@ -16,5 +15,6 @@
<classpathentry exported="true" kind="lib" path="libs/locale_platform.jar"/> <classpathentry exported="true" kind="lib" path="libs/locale_platform.jar"/>
<classpathentry exported="true" kind="lib" path="libs/todoroo-g.jar"/> <classpathentry exported="true" kind="lib" path="libs/todoroo-g.jar"/>
<classpathentry kind="lib" path="libs/framework.jar"/> <classpathentry kind="lib" path="libs/framework.jar"/>
<classpathentry kind="src" path="astridApi_src"/>
<classpathentry kind="output" path="ecbuild"/> <classpathentry kind="output" path="ecbuild"/>
</classpath> </classpath>

@ -42,5 +42,10 @@
<type>2</type> <type>2</type>
<locationURI>_android_astridApi/src</locationURI> <locationURI>_android_astridApi/src</locationURI>
</link> </link>
<link>
<name>astridApi_src</name>
<type>2</type>
<locationURI>_android_astridApi_98e6a2cf/src</locationURI>
</link>
</linkedResources> </linkedResources>
</projectDescription> </projectDescription>

Loading…
Cancel
Save