Skip to content

Commit

Permalink
release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamling committed Mar 5, 2018
1 parent 8a3fe88 commit 0298afc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ Intellij IDEA上的插件请移步这里: https://github.com/Jamling/SmartQQ4Int

## 安装

从3.0开始,本插件依赖于[Eclipse Explorer插件],如果安装时提示缺失[Eclipse Explorer]插件
```
Cannot complete the install because one or more required items could not be found.
Software being installed: SmartQQ Feature 3.1.0.201803020925 (cn.ieclipse.smartqq.feature.feature.group 3.1.0.201803020925)
Missing requirement: SmartQQ Feature 3.1.0.201803020925 (cn.ieclipse.smartqq.feature.feature.group 3.1.0.201803020925)
requires 'cn.ieclipse.pde.explorer 4.1.0' but it could not be found
```
请先安装[Eclipse Explorer]插件或手动添加http://dl.ieclipse.cn/updates更新站点后再安装SmartQQ

### Eclipse Marketplace

1. 点击Eclipse->Help->Eclipse Marketplace...打开eclipse插件市场
Expand Down Expand Up @@ -95,3 +104,5 @@ Intellij IDEA上的插件请移步这里: https://github.com/Jamling/SmartQQ4Int
任何问题包括建议均可以在[Issue](https://github.com/Jamling/SmartQQ4Eclipse/issues)中提交

如果为Issue,建议带上eclipse版本及本插件版本信息(可以在Preference->SmartQQ中查看并复制版本信息)

[Eclipse Explorer](https://github.com/Jamling/eclipse-explorer)
6 changes: 3 additions & 3 deletions cn.ieclipse.smartqq.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="cn.ieclipse.smartqq.feature"
label="SmartQQ Feature"
version="3.1.0.qualifier"
label="SmartQQ"
version="3.1.1.qualifier"
provider-name="ieclipse.cn"
plugin="cn.ieclipse.smartqq">

Expand Down Expand Up @@ -37,8 +37,8 @@
<import plugin="ch.qos.logback.classic"/>
<import plugin="ch.qos.logback.core"/>
<import plugin="org.eclipse.ui.browser"/>
<import plugin="cn.ieclipse.pde.explorer" version="4.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.workbench"/>
<import plugin="cn.ieclipse.pde.explorer" version="4.1.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions cn.ieclipse.smartqq/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SmartQQ
Bundle-SymbolicName: cn.ieclipse.smartqq;singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Version: 3.1.1.qualifier
Bundle-Activator: cn.ieclipse.smartim.IMPlugin
Bundle-Vendor: ieclipse.cn
Require-Bundle: org.eclipse.ui,
Expand All @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.ui,
ch.qos.logback.classic,
ch.qos.logback.core,
org.eclipse.ui.browser,
cn.ieclipse.pde.explorer;bundle-version="4.1.0";resolution:=optional,
cn.ieclipse.pde.explorer;bundle-version="4.1.0",
org.eclipse.ui.workbench,
org.junit;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down

0 comments on commit 0298afc

Please sign in to comment.