3 Star 1 Fork 1

chenl/myCometd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.classpath 11.47 KB
一键复制 编辑 原始数据 按行查看 历史
mysongChenl 提交于 2016-05-23 14:18 +08:00 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar" sourcepath="M2_REPO/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/javax/inject/javax.inject/1/javax.inject-1.jar" sourcepath="M2_REPO/javax/inject/javax.inject/1/javax.inject-1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/javax/inject/javax.inject/1/javax.inject-1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar" sourcepath="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/cometd/java/bayeux-api/3.0.9/bayeux-api-3.0.9.jar" sourcepath="M2_REPO/org/cometd/java/bayeux-api/3.0.9/bayeux-api-3.0.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/cometd/java/bayeux-api/3.0.9/bayeux-api-3.0.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-server/3.0.9/cometd-java-server-3.0.9.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-server/3.0.9/cometd-java-server-3.0.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/cometd/java/cometd-java-server/3.0.9/cometd-java-server-3.0.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-common/3.0.9/cometd-java-common-3.0.9.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-common/3.0.9/cometd-java-common-3.0.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/cometd/java/cometd-java-common/3.0.9/cometd-java-common-3.0.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-util/9.2.14.v20151106/jetty-util-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-util/9.2.14.v20151106/jetty-util-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-util/9.2.14.v20151106/jetty-util-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-util-ajax/9.2.14.v20151106/jetty-util-ajax-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-util-ajax/9.2.14.v20151106/jetty-util-ajax-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-util-ajax/9.2.14.v20151106/jetty-util-ajax-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-jmx/9.2.14.v20151106/jetty-jmx-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-jmx/9.2.14.v20151106/jetty-jmx-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-jmx/9.2.14.v20151106/jetty-jmx-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-websocket-javax-server/3.0.9/cometd-java-websocket-javax-server-3.0.9.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-websocket-javax-server/3.0.9/cometd-java-websocket-javax-server-3.0.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/cometd/java/cometd-java-websocket-javax-server/3.0.9/cometd-java-websocket-javax-server-3.0.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-websocket-common-server/3.0.9/cometd-java-websocket-common-server-3.0.9.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-websocket-common-server/3.0.9/cometd-java-websocket-common-server-3.0.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/cometd/java/cometd-java-websocket-common-server/3.0.9/cometd-java-websocket-common-server-3.0.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-annotations/3.0.9/cometd-java-annotations-3.0.9.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-annotations/3.0.9/cometd-java-annotations-3.0.9-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/cometd/java/cometd-java-annotations/3.0.9/cometd-java-annotations-3.0.9-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-servlets/9.2.14.v20151106/jetty-servlets-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-servlets/9.2.14.v20151106/jetty-servlets-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-servlets/9.2.14.v20151106/jetty-servlets-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-continuation/9.2.14.v20151106/jetty-continuation-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-continuation/9.2.14.v20151106/jetty-continuation-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-continuation/9.2.14.v20151106/jetty-continuation-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-http/9.2.14.v20151106/jetty-http-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-http/9.2.14.v20151106/jetty-http-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-http/9.2.14.v20151106/jetty-http-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-io/9.2.14.v20151106/jetty-io-9.2.14.v20151106.jar" sourcepath="M2_REPO/org/eclipse/jetty/jetty-io/9.2.14.v20151106/jetty-io-9.2.14.v20151106-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/eclipse/jetty/jetty-io/9.2.14.v20151106/jetty-io-9.2.14.v20151106-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-web/4.2.4.RELEASE/spring-web-4.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-web/4.2.4.RELEASE/spring-web-4.2.4.RELEASE-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/springframework/spring-web/4.2.4.RELEASE/spring-web-4.2.4.RELEASE-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-simple/1.7.13/slf4j-simple-1.7.13.jar" sourcepath="M2_REPO/org/slf4j/slf4j-simple/1.7.13/slf4j-simple-1.7.13-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/D:/repository/org/slf4j/slf4j-simple/1.7.13/slf4j-simple-1.7.13-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/userCl/myCometd.git
git@gitee.com:userCl/myCometd.git
userCl
myCometd
myCometd
master

搜索帮助