Skip to content

Commit d852a9f

Browse files
committed
Fix configuration
1 parent fc6b1f6 commit d852a9f

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.classpath

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
4-
<classpathentry kind="src" path="src"/>
5-
<classpathentry kind="src" path="gen"/>
6-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7-
<classpathentry kind="output" path="bin/classes"/>
4+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
5+
<classpathentry kind="src" path="gen"/>
6+
<classpathentry kind="src" output="bin/classes" path="src">
7+
<attributes>
8+
<attribute name="maven.pomderived" value="true"/>
9+
</attributes>
10+
</classpathentry>
11+
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
12+
<attributes>
13+
<attribute name="maven.pomderived" value="true"/>
14+
</attributes>
15+
</classpathentry>
16+
<classpathentry kind="output" path="bin/classes"/>
817
</classpath>

.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)