Skip to content

Commit 71f0fc0

Browse files
author
xiaoshi2013
committed
zk client 项目初始化
0 parents  commit 71f0fc0

File tree

77 files changed

+21438
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+21438
-0
lines changed

.classpath

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
4+
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
5+
<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
6+
<classpathentry kind="var" path="M2_REPO/javax/mail/mail/1.4/mail-1.4.jar" sourcepath="M2_REPO/javax/mail/mail/1.4/mail-1.4-sources.jar"/>
7+
<classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.1/activation-1.1.jar" sourcepath="M2_REPO/javax/activation/activation/1.1/activation-1.1-sources.jar"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
9+
<classpathentry kind="var" path="M2_REPO/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5.jar" sourcepath="M2_REPO/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5-sources.jar">
10+
<attributes>
11+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5-javadoc.jar!/"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1-sources.jar">
15+
<attributes>
16+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1-javadoc.jar!/"/>
17+
</attributes>
18+
</classpathentry>
19+
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1-sources.jar">
20+
<attributes>
21+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1-javadoc.jar!/"/>
22+
</attributes>
23+
</classpathentry>
24+
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.15/log4j-1.2.15.jar" sourcepath="M2_REPO/log4j/log4j/1.2.15/log4j-1.2.15-sources.jar"/>
25+
<classpathentry kind="var" path="M2_REPO/jline/jline/0.9.94/jline-0.9.94.jar" sourcepath="M2_REPO/jline/jline/0.9.94/jline-0.9.94-sources.jar"/>
26+
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
27+
<classpathentry kind="var" path="M2_REPO/org/jboss/netty/netty/3.2.2.Final/netty-3.2.2.Final.jar" sourcepath="M2_REPO/org/jboss/netty/netty/3.2.2.Final/netty-3.2.2.Final-sources.jar"/>
28+
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.4/commons-io-2.4.jar" sourcepath="M2_REPO/commons-io/commons-io/2.4/commons-io-2.4-sources.jar">
29+
<attributes>
30+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/commons-io/commons-io/2.4/commons-io-2.4-javadoc.jar!/"/>
31+
</attributes>
32+
</classpathentry>
33+
<classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.9.12/jackson-mapper-asl-1.9.12.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.9.12/jackson-mapper-asl-1.9.12-sources.jar">
34+
<attributes>
35+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/org/codehaus/jackson/jackson-mapper-asl/1.9.12/jackson-mapper-asl-1.9.12-javadoc.jar!/"/>
36+
</attributes>
37+
</classpathentry>
38+
<classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-core-asl/1.9.12/jackson-core-asl-1.9.12.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-core-asl/1.9.12/jackson-core-asl-1.9.12-sources.jar">
39+
<attributes>
40+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/org/codehaus/jackson/jackson-core-asl/1.9.12/jackson-core-asl-1.9.12-javadoc.jar!/"/>
41+
</attributes>
42+
</classpathentry>
43+
<classpathentry kind="var" path="M2_REPO/redis/clients/jedis/2.1.0/jedis-2.1.0.jar" sourcepath="M2_REPO/redis/clients/jedis/2.1.0/jedis-2.1.0-sources.jar">
44+
<attributes>
45+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/redis/clients/jedis/2.1.0/jedis-2.1.0-javadoc.jar!/"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry kind="var" path="M2_REPO/commons-pool/commons-pool/1.5.5/commons-pool-1.5.5.jar" sourcepath="M2_REPO/commons-pool/commons-pool/1.5.5/commons-pool-1.5.5-sources.jar">
49+
<attributes>
50+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/commons-pool/commons-pool/1.5.5/commons-pool-1.5.5-javadoc.jar!/"/>
51+
</attributes>
52+
</classpathentry>
53+
<classpathentry kind="output" path="target/classes"/>
54+
</classpath>

.project

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ce-zkcli</name>
4+
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5+
<projects/>
6+
<buildSpec>
7+
<buildCommand>
8+
<name>org.eclipse.jdt.core.javabuilder</name>
9+
</buildCommand>
10+
</buildSpec>
11+
<natures>
12+
<nature>org.eclipse.jdt.core.javanature</nature>
13+
</natures>
14+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Tue Aug 27 17:11:45 CST 2013
2+
eclipse.preferences.version=1
3+
encoding//src/main/resources/zkinit.json=UTF-8

.settings/org.eclipse.jdt.core.prefs

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#Thu Sep 05 16:57:52 CST 2013
2+
eclipse.preferences.version=1
3+
encoding/src/main/java=UTF-8
4+
encoding/src/main/resources=UTF-8
5+
encoding/src/test/java=UTF-8
6+
encoding/src/test/resources=UTF-8
7+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
9+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10+
org.eclipse.jdt.core.compiler.compliance=1.6
11+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
12+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
13+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
14+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
15+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
16+
org.eclipse.jdt.core.compiler.source=1.6

0 commit comments

Comments
 (0)