Skip to content

Commit

Permalink
1.梳理文档;2.增加测试用例;3.增加maven包管理
Browse files Browse the repository at this point in the history
  • Loading branch information
xinglong.wang committed Nov 6, 2014
1 parent 3fe93fa commit 786d547
Show file tree
Hide file tree
Showing 11 changed files with 652 additions and 271 deletions.
6 changes: 0 additions & 6 deletions .classpath

This file was deleted.

6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
bin/
bin/*
*.class
*.class
/target/
.classpath
.project
.settings/
6 changes: 6 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Loading

0 comments on commit 786d547

Please sign in to comment.