mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-24 00:31:47 +08:00
2.android sdk优化升级,去除mina或netty相关包的依赖 3.java sdk优化升级,去除mina或netty相关包的依赖 4.新增web sdk,可以由index.html快速启动demo 5.修正文档中一些疏漏
29 lines
706 B
XML
29 lines
706 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>cim-server-sdk-netty</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.wst.validation.validationbuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
|
</natures>
|
|
</projectDescription>
|