diff options
| author | fangshunjian <[email protected]> | 2019-02-22 16:24:16 +0800 |
|---|---|---|
| committer | fangshunjian <[email protected]> | 2019-02-22 16:29:38 +0800 |
| commit | bd3ab7b608b55e5d1e7a66404965e76e338021eb (patch) | |
| tree | 036a4520510a978ccbf458882f8b3cd81ce04794 /.classpath | |
| parent | 1eacc059de8c3a0246a088010ab55f29add2a31c (diff) | |
1、修改 snmp trap告警功能,可以接收trap告警信息并页面显示
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_80"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.7.jar"/>
<classpathentry kind="lib" path="lib/commons-collections.jar"/>
<classpathentry kind="lib" path="lib/commons-io.jar"/>
|
