Skip to content

Commit 47fe212

Browse files
committed
---
yaml --- r: 11 b: refs/heads/master c: 3b37854 h: refs/heads/master i: 9: 92375ed 7: 5a317e2 v: v3
1 parent ddb4fd0 commit 47fe212

5 files changed

Lines changed: 40 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ef72daa81c73f99e2156f5bfe8127591fc6358e9
2+
refs/heads/master: 3b378548ba3079f869e58d6fffe1237f86880d8d

trunk/.classpath

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
4+
<attributes>
5+
<attribute name="maven.pomderived" value="true"/>
6+
</attributes>
7+
</classpathentry>
38
<classpathentry kind="src" output="target/classes" path="src/main/java">
49
<attributes>
510
<attribute name="optional" value="true"/>
@@ -12,6 +17,11 @@
1217
<attribute name="maven.pomderived" value="true"/>
1318
</attributes>
1419
</classpathentry>
20+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21+
<attributes>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
1525
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1626
<attributes>
1727
<attribute name="maven.pomderived" value="true"/>
@@ -21,6 +31,5 @@
2131
</accessrules>
2232
</classpathentry>
2333
<classpathentry kind="var" path="ECLIPSE_HOME"/>
24-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
2534
<classpathentry kind="output" path="target/classes"/>
2635
</classpath>

trunk/.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
28+
<buildCommand>
29+
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
2833
</buildSpec>
2934
<natures>
3035
<nature>org.eclipse.jdt.core.javanature</nature>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
activeContentFilterList=*.makefile,makefile,*.Makefile,Makefile,Makefile.*,*.mk,MANIFEST.MF,.project
2+
addNewLine=true
3+
convertActionOnSaave=AnyEdit.CnvrtTabToSpaces
4+
eclipse.preferences.version=1
5+
fixLineDelimiters=false
6+
ignoreBlankLinesWhenTrimming=false
7+
inActiveContentFilterList=
8+
javaTabWidthForJava=true
9+
org.eclipse.jdt.ui.editor.tab.width=2
10+
projectPropsEnabled=false
11+
removeTrailingSpaces=true
12+
replaceAllSpaces=false
13+
replaceAllTabs=false
14+
saveAndAddLine=false
15+
saveAndConvert=false
16+
saveAndFixLineDelimiters=false
17+
saveAndTrim=true
18+
useModulo4Tabs=false

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
88
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
99
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
1010
org.eclipse.jdt.core.compiler.compliance=1.7
11+
<<<<<<< HEAD
12+
=======
1113
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
14+
>>>>>>> ef72daa81c73f99e2156f5bfe8127591fc6358e9
1215
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1316
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
1417
org.eclipse.jdt.core.compiler.problem.comparingIdentical=error
@@ -19,6 +22,8 @@ org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=
1922
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
2023
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
2124
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
25+
<<<<<<< HEAD
26+
=======
2227
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning
2328
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
2429
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
@@ -92,4 +97,5 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9297
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
9398
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9499
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
100+
>>>>>>> ef72daa81c73f99e2156f5bfe8127591fc6358e9
95101
org.eclipse.jdt.core.compiler.source=1.7

0 commit comments

Comments
 (0)