Skip to content

Commit 7f3ea93

Browse files
Tien LongTien Long
Tien Long
authored and
Tien Long
committed
First commit
1 parent 0697086 commit 7f3ea93

File tree

114 files changed

+53937
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+53937
-1
lines changed

.classpath

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-13">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="lib" path="lib_excel/activation-1.1.1.jar"/>
10+
<classpathentry kind="lib" path="lib_excel/commons-codec-1.13.jar"/>
11+
<classpathentry kind="lib" path="lib_excel/commons-collections4-4.4.jar"/>
12+
<classpathentry kind="lib" path="lib_excel/commons-compress-1.19.jar"/>
13+
<classpathentry kind="lib" path="lib_excel/commons-logging-1.2.jar"/>
14+
<classpathentry kind="lib" path="lib_excel/commons-math3-3.6.1.jar"/>
15+
<classpathentry kind="lib" path="lib_excel/curvesapi-1.06.jar"/>
16+
<classpathentry kind="lib" path="lib_excel/jaxb-api-2.3.1.jar"/>
17+
<classpathentry kind="lib" path="lib_excel/jaxb-core-2.3.0.1.jar"/>
18+
<classpathentry kind="lib" path="lib_excel/jaxb-impl-2.3.2.jar"/>
19+
<classpathentry kind="lib" path="lib_excel/junit-4.12.jar"/>
20+
<classpathentry kind="lib" path="lib_excel/log4j-1.2.17.jar"/>
21+
<classpathentry kind="lib" path="lib_excel/poi-4.1.2.jar"/>
22+
<classpathentry kind="lib" path="lib_excel/poi-examples-4.1.2.jar"/>
23+
<classpathentry kind="lib" path="lib_excel/poi-excelant-4.1.2.jar"/>
24+
<classpathentry kind="lib" path="lib_excel/poi-ooxml-4.1.2.jar"/>
25+
<classpathentry kind="lib" path="lib_excel/poi-ooxml-schemas-4.1.2.jar"/>
26+
<classpathentry kind="lib" path="lib_excel/poi-scratchpad-4.1.2.jar"/>
27+
<classpathentry kind="lib" path="lib_excel/SparseBitSet-1.2.jar"/>
28+
<classpathentry kind="lib" path="lib_excel/xmlbeans-3.1.0.jar"/>
29+
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFx"/>
30+
<classpathentry kind="output" path="bin"/>
31+
</classpath>

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
project-project.zip

.idea/$PRODUCT_WORKSPACE_FILE$

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.gitignore

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>OOP_Project</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
eclipse.preferences.version=1
2+
encoding//src/input/Information.java=UTF-8
3+
encoding//src/output/Main.java=UTF-8
4+
encoding//src/process/Export1.java=UTF-8
5+
encoding//src/process/Export2.java=UTF-8
6+
encoding//src/process/Sentences.java=UTF-8

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

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=13
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=13
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.enablePreviewFeatures=disabled
11+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
13+
org.eclipse.jdt.core.compiler.release=enabled
14+
org.eclipse.jdt.core.compiler.source=13

0 commit comments

Comments
 (0)