Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit 24ca76e

Browse files
committed
Remove user defined settings
1 parent 0dbfcb0 commit 24ca76e

3 files changed

Lines changed: 9 additions & 35 deletions

File tree

AreaLearningJava/.classpath

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
3+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
54
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
65
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7-
<classpathentry kind="lib" path="/home/kommineni/android-sdks/platforms/android-19/android.jar" sourcepath="/home/kommineni/android-sdks/sources/android-19">
8-
<attributes>
9-
<attribute name="javadoc_location" value="http://developer.android.com/reference/"/>
10-
</attributes>
11-
<accessrules>
12-
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
13-
</accessrules>
14-
</classpathentry>
15-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
16-
<classpathentry kind="src" path="/tango-native-service-client-helperlib"/>
17-
<classpathentry kind="src" path="/TangoUtils"/>
6+
<classpathentry kind="src" path="src"/>
7+
<classpathentry kind="src" path="gen"/>
188
<classpathentry kind="output" path="bin/classes"/>
199
</classpath>

MotionTrackingJava/.classpath

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
3+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
54
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
65
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7-
<classpathentry kind="lib" path="/home/kommineni/android-sdks/platforms/android-19/android.jar" sourcepath="/home/kommineni/android-sdks/sources/android-19">
8-
<attributes>
9-
<attribute name="javadoc_location" value="http://developer.android.com/reference/"/>
10-
</attributes>
11-
<accessrules>
12-
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
13-
</accessrules>
14-
</classpathentry>
15-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry kind="src" path="src"/>
7+
<classpathentry kind="src" path="gen"/>
168
<classpathentry kind="output" path="bin/classes"/>
179
</classpath>

PointCloudJava/.classpath

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
3+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
54
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
65
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7-
<classpathentry kind="lib" path="/home/kommineni/android-sdks/platforms/android-19/android.jar" sourcepath="/home/kommineni/android-sdks/sources/android-19">
8-
<attributes>
9-
<attribute name="javadoc_location" value="http://developer.android.com/reference/"/>
10-
</attributes>
11-
<accessrules>
12-
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
13-
</accessrules>
14-
</classpathentry>
15-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry kind="src" path="src"/>
7+
<classpathentry kind="src" path="gen"/>
168
<classpathentry kind="output" path="bin/classes"/>
179
</classpath>

0 commit comments

Comments
 (0)