Skip to content

Commit

Permalink
Merge pull request #12 from chengn/master
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
chengn committed Jan 13, 2015
2 parents b679d9f + ebb0c7e commit 45355e9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 339 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<classpathentry kind="lib" path="lib/fluent-hc-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/sword-lang-1.2.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions src/org/sword/wechat4j/WechatSupport.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.sword.lang.JaxbParser;
import org.sword.lang.StreamUtils;
import org.sword.wechat4j.common.Config;
import org.sword.wechat4j.common.ValidateSignature;
import org.sword.wechat4j.event.EventType;
Expand All @@ -23,8 +25,6 @@
import org.sword.wechat4j.response.VideoResponse;
import org.sword.wechat4j.response.VoiceResponse;
import org.sword.wechat4j.response.WechatResponse;
import org.sword.wechat4j.util.JaxbParser;
import org.sword.wechat4j.util.StreamUtils;



Expand Down
2 changes: 1 addition & 1 deletion src/org/sword/wechat4j/message/CustomerMsg.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.sword.lang.HttpUtils;
import org.sword.wechat4j.event.MsgType;
import org.sword.wechat4j.response.ArticleResponse;
import org.sword.wechat4j.response.MusicResponse;
import org.sword.wechat4j.response.VideoResponse;
import org.sword.wechat4j.token.AccessToken;
import org.sword.wechat4j.token.AccessTokenProxy;
import org.sword.wechat4j.util.HttpUtils;

import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
Expand Down
2 changes: 1 addition & 1 deletion src/org/sword/wechat4j/message/TemplateMsg.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
package org.sword.wechat4j.message;

import org.apache.log4j.Logger;
import org.sword.lang.HttpUtils;
import org.sword.wechat4j.message.template.TemplateMsgBody;
import org.sword.wechat4j.message.template.TemplateMsgData;
import org.sword.wechat4j.token.AccessTokenProxy;
import org.sword.wechat4j.util.HttpUtils;

import com.alibaba.fastjson.JSONObject;

Expand Down
2 changes: 1 addition & 1 deletion src/org/sword/wechat4j/token/AccessToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.sword.lang.HttpUtils;
import org.sword.wechat4j.common.Config;
import org.sword.wechat4j.util.HttpUtils;

import com.alibaba.fastjson.JSONObject;

Expand Down
2 changes: 1 addition & 1 deletion src/org/sword/wechat4j/user/UserManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.sword.lang.HttpUtils;
import org.sword.wechat4j.token.AccessTokenProxy;
import org.sword.wechat4j.util.HttpUtils;

import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
Expand Down
71 changes: 0 additions & 71 deletions src/org/sword/wechat4j/util/HttpUtils.java

This file was deleted.

129 changes: 0 additions & 129 deletions src/org/sword/wechat4j/util/JaxbParser.java

This file was deleted.

45 changes: 0 additions & 45 deletions src/org/sword/wechat4j/util/StreamUtils.java

This file was deleted.

19 changes: 0 additions & 19 deletions test/org/sword/wechat4j/util/ConfigTest.java

This file was deleted.

Loading

0 comments on commit 45355e9

Please sign in to comment.