File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
3
<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" />
17
17
</classpath >
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
8
8
org.eclipse.jdt.core.compiler.debug.sourceFile =generate
9
9
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
10
10
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
11
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
11
12
org.eclipse.jdt.core.compiler.source =1.6
You can’t perform that action at this time.
0 commit comments