annotate .classpath @ 1:66b3a838feca
logging tip
Added logging of user interaction
author |
Fiore Martin <fiore@eecs.qmul.ac.uk> |
date |
Tue, 12 Feb 2013 15:31:48 +0000 |
parents |
e0ee6ac3a45f |
children |
|
rev |
line source |
fiore@0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
fiore@0
|
2 <classpath>
|
fiore@0
|
3 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
fiore@0
|
4 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
fiore@0
|
5 <classpathentry kind="lib" path="libs/simple-xml-2.6.6.jar"/>
|
fiore@0
|
6 <classpathentry kind="src" path="src"/>
|
fiore@0
|
7 <classpathentry kind="src" path="gen"/>
|
fiore@0
|
8 <classpathentry kind="lib" path="libs/android-support-v4.jar"/>
|
fiore@0
|
9 <classpathentry kind="output" path="bin/classes"/>
|
fiore@0
|
10 </classpath>
|