parent
bf8c0f4bc7
commit
fd1ea6e16b
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||||
<maven.test.skip>true</maven.test.skip>
|
<maven.test.skip>true</maven.test.skip>
|
||||||
<jdk.version>1.5</jdk.version>
|
<jdk.version>1.6</jdk.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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;
|
import org.csource.fastdfs.DownloadCallback;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.*;
|
import org.csource.fastdfs.*;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.common.NameValuePair;
|
||||||
import org.csource.fastdfs.*;
|
import org.csource.fastdfs.*;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.csource.fastdfs.test;
|
package org.csource.fastdfs;
|
||||||
|
|
||||||
import org.csource.common.NameValuePair;
|
import org.csource.common.NameValuePair;
|
||||||
import org.csource.fastdfs.*;
|
import org.csource.fastdfs.*;
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.common.NameValuePair;
|
||||||
import org.csource.fastdfs.*;
|
import org.csource.fastdfs.*;
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.common.NameValuePair;
|
||||||
import org.csource.fastdfs.*;
|
import org.csource.fastdfs.*;
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.common.NameValuePair;
|
||||||
import org.csource.fastdfs.*;
|
import org.csource.fastdfs.*;
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.common.NameValuePair;
|
||||||
import org.csource.fastdfs.*;
|
import org.csource.fastdfs.*;
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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.*;
|
import org.csource.fastdfs.*;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
|
* 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;
|
import org.csource.fastdfs.UploadCallback;
|
||||||
|
|
Loading…
Reference in New Issue