Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
be-dzxt-open
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WeiCong
be-dzxt-open
Commits
27feb5cf
Commit
27feb5cf
authored
Aug 30, 2019
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档相关信息
parent
a8f5c705
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
47 additions
and
7 deletions
+47
-7
.gitignore
.gitignore
+2
-7
.classpath
be-dzxt-test/.classpath
+13
-0
.project
be-dzxt-test/.project
+17
-0
org.eclipse.core.resources.prefs
be-dzxt-test/.settings/org.eclipse.core.resources.prefs
+3
-0
org.eclipse.jdt.core.prefs
be-dzxt-test/.settings/org.eclipse.jdt.core.prefs
+12
-0
No files found.
.gitignore
View file @
27feb5cf
...
...
@@ -2,9 +2,4 @@
# dependencies
/be-dzxt-test/bin
/be-dzxt-testbin/
# misc
/be-dzxt-test/.classpath
/be-dzxt-test/.project
/be-dzxt-test/.settings/
\ No newline at end of file
/be-dzxt-testbin/
\ No newline at end of file
be-dzxt-test/.classpath
0 → 100644
View file @
27feb5cf
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_72"
/>
<classpathentry
kind=
"lib"
path=
"lib/bcpkix-jdk15on-1.62.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/bcprov-jdk15on-1.62.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/commons-io-2.4.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/dzxt-bean.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/dzxt.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/fastjson-1.2.39.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/junit-4.4.jar"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
be-dzxt-test/.project
0 → 100644
View file @
27feb5cf
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
be-dzxt-test
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
</natures>
</projectDescription>
be-dzxt-test/.settings/org.eclipse.core.resources.prefs
0 → 100644
View file @
27feb5cf
#Fri Aug 30 10:14:48 CST 2019
eclipse.preferences.version=1
encoding/src=UTF-8
be-dzxt-test/.settings/org.eclipse.jdt.core.prefs
0 → 100644
View file @
27feb5cf
#Fri Aug 30 10:12:02 CST 2019
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment