Skip to content
Snippets Groups Projects
Select Git revision
  • 4dfb3f09d899718223bfffb9af021ce1643ca70f
  • develop default
  • release protected
  • v0.x
  • v2.2.0
  • v2.1.0
6 results

.eslintignore

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .classpath 1.66 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    	<classpathentry kind="src" path="src"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/commons-codec-1.6.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/commons-lang-2.6.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/jgrapht-0.8.3.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/jsr305-1.3.9.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.4.12-SNAPSHOT.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/xmlpull-1.1.3.1.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/xpp3_min-1.1.4c.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.3.jar"/>
    	<classpathentry kind="output" path="bin"/>
    </classpath>