Skip to content

Commit 1ec0dac

Browse files
committed
Cleanup
1 parent cea56c3 commit 1ec0dac

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<classpathentry kind="src" path="resources"/>
55
<classpathentry kind="src" path="config"/>
66
<classpathentry kind="src" path="tests"/>
7-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
88
<classpathentry kind="lib" path="lib/jackson-core-asl-1.9.12.jar"/>
99
<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.9.12.jar"/>
1010
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
1111
<classpathentry kind="lib" path="lib/cqengine-1.0.3-all.jar"/>
12-
<classpathentry kind="lib" path="lib/commons-configuration-1.10.jar" sourcepath="/mnt/data01/workfolder/Java/libs/commons-configuration-1.10/commons-configuration-1.10-sources.jar"/>
12+
<classpathentry kind="lib" path="lib/commons-configuration-1.10.jar"/>
1313
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
1414
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
1515
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.7
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.source=1.7

src/nnwl/jduplicatefinder/ui/App.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
* JDuplicateFinder
4848
*
4949
* @author Anael Ollier <nanawel NOSPAM [at] gmail [dot] com>
50-
* @license GPLv3 - See LICENSE
50+
* @license See LICENSE
5151
*/
5252
public class App {
5353
public static String APP_NAME = "JDuplicateFinder";
5454

55-
public static String APP_VERSION = "1.4";
55+
public static String APP_VERSION = "1.5";
5656

5757
private static final Logger logger = Logger.getLogger(App.class);
5858

0 commit comments

Comments
 (0)