Browse Source

corrected class path to reflect what we have in git ignore

Claudio Gomes 5 years ago
parent
commit
b5b2b4dc47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HintCOEngine/.classpath

+ 1 - 1
HintCOEngine/.classpath

@@ -20,5 +20,5 @@
 	<classpathentry kind="lib" path="lib/slf4j-simple.jar" sourcepath="lib/slf4j-simple-sources.jar"/>
 	<classpathentry kind="lib" path="lib/commons-compress-1.18.jar" sourcepath="lib/commons-compress-1.18-sources.jar"/>
 	<classpathentry kind="lib" path="lib/commons-io-2.6.jar" sourcepath="lib/commons-io-2.6-sources.jar"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="output"/>
 </classpath>