Skip to content

Commit d8468f8

Browse files
author
Yaniv Inbar
committed
1 parent e426970 commit d8468f8

File tree

7 files changed

+21
-9
lines changed

7 files changed

+21
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/main/java"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

google-api-client-appengine/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<classpath>
33
<classpathentry kind="src" path="src/main/java"/>
44
<classpathentry kind="src" path="src/test/java"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

google-api-client-appengine/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#Thu Nov 17 08:38:45 EST 2011
21
eclipse.preferences.version=1
32
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
43
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -11,9 +10,9 @@ org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
1110
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
1211
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
1312
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
14-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
13+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
1514
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
16-
org.eclipse.jdt.core.compiler.compliance=1.6
15+
org.eclipse.jdt.core.compiler.compliance=1.7
1716
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1817
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1918
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -81,7 +80,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
8180
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
8281
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore
8382
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
84-
org.eclipse.jdt.core.compiler.source=1.6
83+
org.eclipse.jdt.core.compiler.source=1.7
8584
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
8685
org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable=569
8786
org.eclipse.jdt.core.formatter.alignment_for_annotations_on_member=569

google-api-client-java6/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/main/java"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/main/java"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

google-api-client/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<classpathentry kind="src" path="src/main/java"/>
44
<classpathentry kind="src" path="src/main/resources"/>
55
<classpathentry kind="src" path="src/test/java"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
77
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
88
<classpathentry kind="output" path="bin"/>
99
</classpath>

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,19 @@
381381
<ignore></ignore>
382382
</action>
383383
</pluginExecution>
384+
<pluginExecution>
385+
<pluginExecutionFilter>
386+
<groupId>org.apache.maven.plugins</groupId>
387+
<artifactId>maven-enforcer-plugin</artifactId>
388+
<versionRange>[1.0,)</versionRange>
389+
<goals>
390+
<goal>enforce</goal>
391+
</goals>
392+
</pluginExecutionFilter>
393+
<action>
394+
<ignore></ignore>
395+
</action>
396+
</pluginExecution>
384397
</pluginExecutions>
385398
</lifecycleMappingMetadata>
386399
</configuration>

0 commit comments

Comments
 (0)