Merge pull request #110 from StingerAJ/112311_aj_fix_projectsetup

Fixed project setup.
pull/14/head
sbosley 13 years ago
commit 108df746f2

@ -3,5 +3,5 @@
<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="ecbuild"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

@ -26,10 +26,7 @@
<classpathentry kind="lib" path="libs/google-oauth-client-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/google-oauth-client-extensions-1.5.0-beta.jar"/>
<classpathentry kind="lib" path="libs/gson-1.6.jar"/>
<classpathentry kind="src" path="GreenDroid_src"/>
<classpathentry kind="src" path="astridApi_src"/>
<classpathentry kind="src" path="facebook_src"/>
<classpathentry exported="true" kind="lib" path="libs/google-api-services-tasks-v1-1.2.5-beta.jar"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="ecbuild"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

@ -36,21 +36,4 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
<linkedResources>
<link>
<name>GreenDroid_src</name>
<type>2</type>
<locationURI>_android_GreenDroid_612cb559/src</locationURI>
</link>
<link>
<name>astridApi_src</name>
<type>2</type>
<locationURI>_android_astridApi_98e6a2cf/src</locationURI>
</link>
<link>
<name>facebook_src</name>
<type>2</type>
<locationURI>_android_facebook_1da19ac6/src</locationURI>
</link>
</linkedResources>
</projectDescription>

@ -3,5 +3,5 @@
<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="ecbuild"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

@ -3,5 +3,5 @@
<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="ecbuild"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

@ -4,5 +4,6 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" kind="src" path="/astrid"/>
<classpathentry kind="output" path="ecbuild"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

@ -11,3 +11,4 @@
split.density=false
# Project target.
target=android-8
android.library.reference.1=../api

Loading…
Cancel
Save