File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
src/nnwl/jduplicatefinder/ui Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 4
4
<classpathentry kind =" src" path =" resources" />
5
5
<classpathentry kind =" src" path =" config" />
6
6
<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 " />
8
8
<classpathentry kind =" lib" path =" lib/jackson-core-asl-1.9.12.jar" />
9
9
<classpathentry kind =" lib" path =" lib/jackson-mapper-asl-1.9.12.jar" />
10
10
<classpathentry kind =" lib" path =" lib/log4j-1.2.17.jar" />
11
11
<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" />
13
13
<classpathentry kind =" lib" path =" lib/commons-lang-2.6.jar" />
14
14
<classpathentry kind =" lib" path =" lib/commons-logging-1.2.jar" />
15
15
<classpathentry kind =" lib" path =" lib/commons-collections-3.2.1.jar" />
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 47
47
* JDuplicateFinder
48
48
*
49
49
* @author Anael Ollier <nanawel NOSPAM [at] gmail [dot] com>
50
- * @license GPLv3 - See LICENSE
50
+ * @license See LICENSE
51
51
*/
52
52
public class App {
53
53
public static String APP_NAME = "JDuplicateFinder" ;
54
54
55
- public static String APP_VERSION = "1.4 " ;
55
+ public static String APP_VERSION = "1.5 " ;
56
56
57
57
private static final Logger logger = Logger .getLogger (App .class );
58
58
You can’t perform that action at this time.
0 commit comments