https://github.com/NormSynthesis/SENSE
Raw File
Tip revision: 6add1aa2c9bb94c6056fbcfb01821e24d55390b8 authored by jmoralesmat on 01 October 2018, 13:56:25 UTC
Update README
Tip revision: 6add1aa
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry exported="true" kind="lib" path="lib/collections-generic-4.01.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/colt-1.2.0.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/concurrent-1.3.4.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/j3d-core-1.3.1.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.14.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.11.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/jgrapht-jdk1.6.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.1.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/vecmath-1.3.1.jar"/>
	<classpathentry exported="true" kind="lib" path="lib/wstx-asl-3.2.6.jar"/>
	<classpathentry kind="lib" path="lib/jess7.1.2.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry exported="true" kind="lib" path="lib/jung-graph-impl-2.0.1.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="lib/jung-api-2.0.1.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
back to top