Skip to content

Commit 00c37c6

Browse files
author
yanglb
committed
从svn添加
0 parents  commit 00c37c6

File tree

78 files changed

+5267
-0
lines changed

Some content is hidden

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

78 files changed

+5267
-0
lines changed

.classpath

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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-1.7"/>
5+
<classpathentry kind="lib" path="lib/poi-3.11-20141221.jar"/>
6+
<classpathentry kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
7+
<classpathentry kind="lib" path="lib/poi-examples-3.11-20141221.jar"/>
8+
<classpathentry kind="lib" path="lib/poi-excelant-3.11-20141221.jar"/>
9+
<classpathentry kind="lib" path="lib/poi-ooxml-3.11-20141221.jar"/>
10+
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.11-20141221.jar"/>
11+
<classpathentry kind="lib" path="lib/poi-scratchpad-3.11-20141221.jar"/>
12+
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
13+
<classpathentry kind="output" path="bin"/>
14+
</classpath>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>CodeGenerator</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>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
eclipse.preferences.version=1
2+
encoding//src/com/yanglb/utilitys/codegen/converter/BeanMapConverter.java=UTF-8
3+
encoding//src/conf/message_zh_cn.properties=UTF-8
4+
encoding/<project>=UTF-8
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

lib/log4j-1.2.17.jar

478 KB
Binary file not shown.

lib/poi-3.11-20141221.jar

1.98 MB
Binary file not shown.

lib/poi-examples-3.11-20141221.jar

321 KB
Binary file not shown.

lib/poi-excelant-3.11-20141221.jar

29.7 KB
Binary file not shown.

lib/poi-ooxml-3.11-20141221.jar

1.15 MB
Binary file not shown.
5.34 MB
Binary file not shown.

0 commit comments

Comments
 (0)