Skip to content

Commit d2f1d07

Browse files
committed
Fix POM
1 parent d852a9f commit d2f1d07

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.classpath

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +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="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"/>
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"/>
1717
</classpath>

.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
88
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
99
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1010
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
1112
org.eclipse.jdt.core.compiler.source=1.6

0 commit comments

Comments
 (0)