Skip to content

Commit

Permalink
Initial Commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Aug 28, 2015
0 parents commit 4a4f7fc
Show file tree
Hide file tree
Showing 4,074 changed files with 623,734 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true">
<fileset name="all" enabled="true" check-config-name="Sun Checks" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>
49 changes: 49 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test-integration/src"/>
<classpathentry kind="src" path="gen/src"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="src" path="lib-mnemonics/src"/>
<classpathentry exported="true" kind="lib" path="lib/htmlparser.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jmyspell-core-1.0.0-beta-2.jar"/>
<classpathentry exported="true" kind="lib" path="test/lib/junit-4.4.jar"/>
<classpathentry exported="true" kind="lib" path="test/lib/xmlunit-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/pdfbox-app-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.49.jar"/>
<classpathentry kind="lib" path="lib/sequence-library-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/antlr-runtime-3.4.jar"/>
<classpathentry kind="lib" path="lib/diff.jar"/>
<classpathentry 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/lucene-analyzers-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-kuromoji-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-smartcn-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/tinysegmenter.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/cjftransform-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/ictclas4j-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/jwordsplitter-3.4.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/languagetool-core-2.2.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/LanguageTool-data.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/morfologik-fsa-1.5.4.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/morfologik-speller-1.5.4.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/morfologik-stemming-1.5.4.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/segment-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/LanguageTool/lucene-gosen-2.0.2-ipadic.jar"/>
<classpathentry kind="lib" path="lib/groovy-all-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/KoreanAnalyzer-3x-120223.jar"/>
<classpathentry kind="lib" path="lib/SuperTMXMerge-for_OmegaT.jar"/>
<classpathentry kind="lib" path="lib/swing-layout-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/sqljet-1.1.10.jar"/>
<classpathentry kind="lib" path="lib/svnkit-1.8.5.jar"/>
<classpathentry kind="lib" path="lib/trilead-ssh2-1.0.0-build217.jar"/>
<classpathentry kind="lib" path="lib/vldocking-3.0.5-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/juniversalchardet-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jgit-3.7.1.201504261725-r.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
279 changes: 279 additions & 0 deletions .formatting.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
classes
dist
build
dist2
manifest.mf
/nbproject/private/
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>OmegaT trunk</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Loading

0 comments on commit 4a4f7fc

Please sign in to comment.