changeset 263:106cc1cfa595

change ignore list
author sugi
date Tue, 06 Aug 2013 02:14:40 +0900
parents ba55adb8a042
children b4690114a0cd
files .classpath .hgignore
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.classpath	Tue Jul 23 14:13:14 2013 +0900
+++ b/.classpath	Tue Aug 06 02:14:40 2013 +0900
@@ -8,6 +8,6 @@
 	<classpathentry exported="true" kind="lib" path="lib/com.alexmerz.graphviz.jar"/>
 	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/>
-	<classpathentry kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT.jar" sourcepath="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
--- a/.hgignore	Tue Jul 23 14:13:14 2013 +0900
+++ b/.hgignore	Tue Aug 06 02:14:40 2013 +0900
@@ -4,4 +4,3 @@
 syntax: regexp
 ^Alice\.jar$
 syntax: regexp
-^src/alice/datasegment/MyLinkedBlockingQueue\.java$
\ No newline at end of file