File tree 3 files changed +16
-11
lines changed
3 files changed +16
-11
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 =" src" output =" bin/classes" path =" src" >
4
- <attributes ><attribute name =" maven.pomderived" value =" true" /></attributes >
4
+ <attributes >
5
+ <attribute name =" optional" value =" true" />
6
+ <attribute name =" maven.pomderived" value =" true" />
7
+ </attributes >
5
8
</classpathentry >
6
- <classpathentry kind =" src" output =" bin/classes" path =" test" >
7
- <attributes ><attribute name =" maven.pomderived" value =" true" /></attributes >
8
- </classpathentry >
9
- <classpathentry kind =" src" path =" gen" output =" bin/classes" />
9
+ <classpathentry kind =" src" output =" bin/classes" path =" gen" />
10
10
<classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
11
11
<classpathentry kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
12
12
<classpathentry exported =" true" kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
13
- <attributes ><attribute name =" maven.pomderived" value =" true" /></attributes >
13
+ <attributes >
14
+ <attribute name =" maven.pomderived" value =" true" />
15
+ </attributes >
14
16
</classpathentry >
15
17
<classpathentry kind =" output" path =" bin/classes" />
16
18
</classpath >
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
9
9
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes =
10
10
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes =
11
11
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes =
12
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
13
- org.eclipse.jdt.core.compiler.compliance =1.5
12
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
13
+ org.eclipse.jdt.core.compiler.compliance =1.6
14
14
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
15
- org.eclipse.jdt.core.compiler.source =1.5
15
+ org.eclipse.jdt.core.compiler.source =1.6
16
16
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
17
17
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
18
18
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
Original file line number Diff line number Diff line change 22
22
<directory >bin</directory >
23
23
<outputDirectory >bin/classes</outputDirectory >
24
24
<sourceDirectory >src</sourceDirectory >
25
- <testSourceDirectory >test</testSourceDirectory >
26
-
27
25
<plugins >
26
+ <plugin >
27
+ <artifactId >maven-compiler-plugin</artifactId >
28
+ <version >2.3.2</version >
29
+ <configuration ><source >1.6</source ><target >1.6</target ></configuration >
30
+ </plugin >
28
31
<plugin >
29
32
<groupId >com.jayway.maven.plugins.android.generation2</groupId >
30
33
<artifactId >android-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments