https://github.com/deankramer/ContextEngine
Raw File
Tip revision: bafe0f46331aae15b319a70a5742cbb12751bf59 authored by Dean Kramer on 03 January 2014, 15:13:25 UTC
update license to 2014
Tip revision: bafe0f4
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
	<classpathentry kind="src" path="gen"/>
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
	<classpathentry kind="output" path="bin/classes"/>
</classpath>
back to top