diff .classpath @ 46:fd3643699f83

modified pom.xml. fix conflict log4j libraries
author one
date Fri, 12 Jul 2013 11:27:00 +0900
parents 4419ac56cbfd
children 25edf76b65dc
line wrap: on
line diff
--- a/.classpath	Fri Jul 12 09:47:22 2013 +0900
+++ b/.classpath	Fri Jul 12 11:27:00 2013 +0900
@@ -6,7 +6,6 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="lib" path="/Users/nobuyasu/workspace/Alice/Alice.jar"/>
 	<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
 	<classpathentry kind="lib" path="lib/functionaljava.jar"/>
 	<classpathentry kind="lib" path="lib/guava-12.0-sources.jar"/>
@@ -21,5 +20,6 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="lib" path="/Alice/Alice.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>