Skip to content

Commit

Permalink
Add more Eclipse settings
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and sideshowbarker committed Aug 2, 2017
1 parent 43ff278 commit a651239
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .classpath
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="lib/ant-googlecode.jar"/>
<classpathentry kind="lib" path="lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="lib/ant-nodeps.jar"/>
<classpathentry kind="lib" path="lib/ant-trax.jar"/>
<classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="lib" path="lib/doccheck.jar"/>
<classpathentry kind="lib" path="lib/isorelax.jar"/>
<classpathentry kind="lib" path="lib/javacc.jar"/>
<classpathentry kind="lib" path="lib/resolver.jar"/>
<classpathentry kind="lib" path="lib/saxon.jar"/>
<classpathentry kind="lib" path="lib/saxon9.jar"/>
<classpathentry kind="lib" path="lib/serializer.jar"/>
<classpathentry kind="lib" path="lib/testng.jar"/>
<classpathentry kind="lib" path="lib/xalan.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="src" path="mod/catalog/src/main"/>
<classpathentry kind="src" path="mod/convert-from-dtd/src/main"/>
<classpathentry kind="src" path="mod/convert-from-xml/src/main"/>
<classpathentry kind="src" path="mod/convert-to-dtd/src/main"/>
<classpathentry kind="src" path="mod/convert-to-xsd/src/main"/>
<classpathentry kind="src" path="mod/datatype/src/main"/>
<classpathentry kind="src" path="mod/dtd-parse/src/main"/>
<classpathentry kind="src" path="mod/dtdinst/src/main"/>
<classpathentry kind="src" path="mod/dtdinst/src/test"/>
<classpathentry kind="src" path="mod/infer/src/main"/>
<classpathentry kind="src" path="mod/jaxp/src/main"/>
<classpathentry kind="src" path="mod/nvdl/src/main"/>
<classpathentry kind="src" path="mod/pattern/src/main"/>
<classpathentry kind="src" path="mod/picl/src/main"/>
<classpathentry kind="src" path="mod/regex-gen/src/main"/>
<classpathentry kind="src" path="mod/regex/src/main"/>
<classpathentry kind="src" path="mod/regex/src/test"/>
<classpathentry kind="src" path="mod/resolver/src/main"/>
<classpathentry kind="src" path="mod/rng-jarv/src/main"/>
<classpathentry kind="src" path="mod/rng-jaxp/src/main"/>
<classpathentry kind="src" path="mod/rng-parse/src/main"/>
<classpathentry kind="src" path="mod/rng-schema/src/main"/>
<classpathentry kind="src" path="mod/rng-validate/src/main"/>
<classpathentry kind="src" path="mod/schematron/src/main"/>
<classpathentry kind="src" path="mod/trang/src/main"/>
<classpathentry kind="src" path="mod/util/src/main"/>
<classpathentry kind="src" path="mod/util/src/test"/>
<classpathentry kind="src" path="mod/validate/src/main"/>
<classpathentry kind="src" path="mod/xerces/src/main"/>
<classpathentry kind="src" path="mod/xsd-datatype/src/main"/>
<classpathentry kind="src" path="mod/xsd-datatype/src/test"/>
<classpathentry kind="src" path="mod/catalog/src/test"/>
<classpathentry kind="src" path="mod/infer/src/test"/>
<classpathentry kind="src" path="mod/pattern/src/test"/>
<classpathentry kind="src" path="mod/rng-jaxp/src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
7 changes: 7 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5

0 comments on commit a651239

Please sign in to comment.