Skip to content

Commit f1f0342

Browse files
author
xiaoshi2013
committed
2013年9月21日
1 parent 8fb011a commit f1f0342

19 files changed

+7
-7
lines changed

.classpath

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
<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!/"/>
4141
</attributes>
4242
</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">
43+
<classpathentry kind="var" path="M2_REPO/org/fusesource/sigar/1.6.4/sigar-1.6.4.jar" sourcepath="M2_REPO/org/fusesource/sigar/1.6.4/sigar-1.6.4-sources.jar">
4444
<attributes>
45-
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/redis/clients/jedis/2.1.0/jedis-2.1.0-javadoc.jar!/"/>
45+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/org/fusesource/sigar/1.6.4/sigar-1.6.4-javadoc.jar!/"/>
4646
</attributes>
4747
</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">
48+
<classpathentry kind="var" path="M2_REPO/com/google/guava/guava/14.0.1/guava-14.0.1.jar" sourcepath="M2_REPO/com/google/guava/guava/14.0.1/guava-14.0.1-sources.jar">
4949
<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!/"/>
50+
<attribute name="javadoc_location" value="jar:file:/H:/m2/repo/com/google/guava/guava/14.0.1/guava-14.0.1-javadoc.jar!/"/>
5151
</attributes>
5252
</classpathentry>
5353
<classpathentry kind="output" path="target/classes"/>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Tue Aug 27 17:11:45 CST 2013
1+
#Sat Sep 21 13:50:39 CST 2013
22
eclipse.preferences.version=1
33
encoding//src/main/resources/zkinit.json=UTF-8

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Sep 05 16:57:52 CST 2013
1+
#Sat Sep 21 14:14:51 CST 2013
22
eclipse.preferences.version=1
33
encoding/src/main/java=UTF-8
44
encoding/src/main/resources=UTF-8
-538 Bytes
Binary file not shown.
872 Bytes
Binary file not shown.
-4.35 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
551 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-806 Bytes
Binary file not shown.

target/classes/zkinit.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"zkUrl":"106.3.42.193:2181",
3-
"service" :"agent"
3+
"service" :"web_monitor"
44
}
55

target/test-classes/Test1.class

-5.28 KB
Binary file not shown.

target/test-classes/Test2.class

-4.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)