1.JDK版本升级到1.6

2.测试代码按maven规范移入test目录
dev
tonywang 2017-06-04 19:24:13 +08:00
parent bf8c0f4bc7
commit fd1ea6e16b
11 changed files with 11 additions and 11 deletions

View File

@ -14,7 +14,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<maven.test.skip>true</maven.test.skip>
<jdk.version>1.5</jdk.version>
<jdk.version>1.6</jdk.version>
</properties>
<build>

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
*/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.fastdfs.DownloadCallback;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;

View File

@ -1,4 +1,4 @@
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.common.NameValuePair;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.fastdfs.*;

View File

@ -6,7 +6,7 @@
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
*/
package org.csource.fastdfs.test;
package org.csource.fastdfs;
import org.csource.fastdfs.UploadCallback;