File tree Expand file tree Collapse file tree 8 files changed +14
-8
lines changed
Expand file tree Collapse file tree 8 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_10" />
54 <classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/4" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_10" />
66 <classpathentry kind =" output" path =" bin" />
77</classpath >
Original file line number Diff line number Diff line change 1313
1414# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1515hs_err_pid *
16+ /bin
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<projectDescription >
3- <name >chengn -lang</name >
3+ <name >sword -lang</name >
44 <comment ></comment >
55 <projects >
66 </projects >
Original file line number Diff line number Diff line change 1- need jar
1+
2+ ====project home
3+ https://github.com/sword-org/sword-lang
4+
5+
6+ ====need jar
27commons-lang3
38Log4j
Original file line number Diff line number Diff line change 11/**
22 *
33 */
4- package org .sword .chengn . lang ;
4+ package org .sword .lang ;
55
66import java .util .Calendar ;
77import java .util .Date ;
Original file line number Diff line number Diff line change 11/**
22 *
33 */
4- package org .sword .chengn . lang ;
4+ package org .sword .lang ;
55
66import java .text .ParseException ;
77import java .text .SimpleDateFormat ;
Original file line number Diff line number Diff line change 11/**
22 *
33 */
4- package test .org .sword .chengn . lang ;
4+ package test .org .sword .lang ;
55
66import org .junit .Test ;
77
Original file line number Diff line number Diff line change 11/**
22 *
33 */
4- package test .org .sword .chengn . lang ;
4+ package test .org .sword .lang ;
55
66import static org .junit .Assert .assertEquals ;
77
1010import java .util .Date ;
1111
1212import org .junit .Test ;
13- import org .sword .chengn . lang .DateTimeUtil ;
13+ import org .sword .lang .DateTimeUtil ;
1414
1515
1616/**
You can’t perform that action at this time.
0 commit comments