Skip to content

Commit

Permalink
コマンドラインに初期設定で文字コード判別を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Oct 19, 2021
1 parent 7a2041e commit 2a1ad6d
Show file tree
Hide file tree
Showing 5 changed files with 595 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.0.jar"/>
Expand All @@ -12,5 +16,6 @@
<classpathentry kind="lib" path="lib/jsoup-1.7.1.jar"/>
<classpathentry kind="lib" path="lib/junrar-0.7.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.7.jar"/>
<classpathentry kind="lib" path="lib/juniversalchardet-2.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Loading

0 comments on commit 2a1ad6d

Please sign in to comment.