Replace LF by CRLF
This commit is contained in:
parent
217040c325
commit
49e435e88e
1 changed files with 11 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="lib/bzip2-20090327.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/json-20090211.jar"/>
|
||||
<classpathentry kind="lib" path="lib/h2-latest.jar"/>
|
||||
<classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/junidecode-0.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jleveldb-v01.jar"/>
|
||||
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.7.2.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
<classpathentry kind="src" path="src" />
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
|
||||
<classpathentry kind="lib" path="lib/bzip2-20090327.jar" />
|
||||
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar" />
|
||||
<classpathentry kind="lib" path="lib/json-20090211.jar" />
|
||||
<classpathentry kind="lib" path="lib/h2-latest.jar" />
|
||||
<classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar" />
|
||||
<classpathentry kind="lib" path="lib/junidecode-0.1.jar" />
|
||||
<classpathentry kind="lib" path="lib/jleveldb-v01.jar" />
|
||||
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.7.2.jar" />
|
||||
<classpathentry kind="output" path="bin" />
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in a new issue