File tree 6 files changed +58
-4
lines changed
6 files changed +58
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" src" path =" src" />
4
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
- <classpathentry kind =" lib" path =" /mppdm_prod_BJIT_Integration_03102017/lib/commons-lang-2.4.jar" />
6
- <classpathentry kind =" output" path =" bin" />
3
+ <classpathentry kind =" src" output =" target/classes" path =" src" >
4
+ <attributes >
5
+ <attribute name =" optional" value =" true" />
6
+ <attribute name =" maven.pomderived" value =" true" />
7
+ </attributes >
8
+ </classpathentry >
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
10
+ <attributes >
11
+ <attribute name =" maven.pomderived" value =" true" />
12
+ </attributes >
13
+ </classpathentry >
14
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
15
+ <attributes >
16
+ <attribute name =" maven.pomderived" value =" true" />
17
+ </attributes >
18
+ </classpathentry >
19
+ <classpathentry kind =" output" path =" target/classes" />
7
20
</classpath >
Original file line number Diff line number Diff line change 1
1
/bin /
2
+ /target /
Original file line number Diff line number Diff line change 15
15
<arguments >
16
16
</arguments >
17
17
</buildCommand >
18
+ <buildCommand >
19
+ <name >org.eclipse.m2e.core.maven2Builder</name >
20
+ <arguments >
21
+ </arguments >
22
+ </buildCommand >
18
23
</buildSpec >
19
24
<natures >
25
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
20
26
<nature >org.eclipse.jdt.core.javanature</nature >
21
27
<nature >org.eclipse.wst.common.project.facet.core.nature</nature >
22
28
</natures >
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4
4
org.eclipse.jdt.core.compiler.compliance =1.7
5
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
7
8
org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >Java_Practice</groupId >
5
+ <artifactId >Java_Practice</artifactId >
6
+ <version >0.0.1-SNAPSHOT</version >
7
+ <build >
8
+ <sourceDirectory >src</sourceDirectory >
9
+ <plugins >
10
+ <plugin >
11
+ <artifactId >maven-compiler-plugin</artifactId >
12
+ <version >3.1</version >
13
+ <configuration >
14
+ <source >1.7</source >
15
+ <target >1.7</target >
16
+ </configuration >
17
+ </plugin >
18
+ </plugins >
19
+ </build >
20
+ <dependencies >
21
+ <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
22
+ <dependency >
23
+ <groupId >net.sourceforge.jexcelapi</groupId >
24
+ <artifactId >jxl</artifactId >
25
+ <version >2.6.12</version >
26
+ </dependency >
27
+
28
+ </dependencies >
29
+ </project >
You can’t perform that action at this time.
0 commit comments