Skip to content

Commit 850386e

Browse files
author
eugenp
committed
eclipse project fix
1 parent 96129b8 commit 850386e

2 files changed

Lines changed: 8 additions & 25 deletions

File tree

core-java/.classpath

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
4-
<attributes>
5-
<attribute name="optional" value="true"/>
6-
<attribute name="maven.pomderived" value="true"/>
7-
</attributes>
8-
</classpathentry>
93
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
104
<attributes>
115
<attribute name="optional" value="true"/>
@@ -27,21 +21,10 @@
2721
<attribute name="maven.pomderived" value="true"/>
2822
</attributes>
2923
</classpathentry>
30-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/commons-io-2.4/commons-io-2.4.jar"/>
31-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/guava-18.0.jar"/>
32-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
33-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/build/fop.jar"/>
34-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/jtidy-r938.jar"/>
35-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/herold-6.1.0-188/herold/jars/herold.jar"/>
36-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/avalon-framework-4.2.0.jar"/>
37-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/batik-all-1.7.jar"/>
38-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/commons-io-1.3.1.jar"/>
39-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/commons-logging-1.0.4.jar"/>
40-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/serializer-2.7.0.jar"/>
41-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xalan-2.7.0.jar"/>
42-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xercesImpl-2.7.1.jar"/>
43-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xml-apis-1.3.04.jar"/>
44-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xml-apis-ext-1.3.04.jar"/>
45-
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xmlgraphics-commons-1.5.jar"/>
24+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
25+
<attributes>
26+
<attribute name="maven.pomderived" value="true"/>
27+
</attributes>
28+
</classpathentry>
4629
<classpathentry kind="output" path="target/classes"/>
4730
</classpath>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
66
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
77
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
88
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
9+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
1010
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11-
org.eclipse.jdt.core.compiler.compliance=1.8
11+
org.eclipse.jdt.core.compiler.compliance=1.7
1212
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1313
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1414
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -96,4 +96,4 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9696
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
9797
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9898
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
99-
org.eclipse.jdt.core.compiler.source=1.8
99+
org.eclipse.jdt.core.compiler.source=1.7

0 commit comments

Comments
 (0)