Skip to content
Snippets Groups Projects
.classpath 2.35 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    
    	<classpathentry exported="true" kind="lib" path="lib/org.opt4j.core_2.11.0.201809150918.jar" sourcepath="lib/org.opt4j.core_2.11.0.201809150918.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/org.opt4j.operators_2.11.0.201809150918.jar" sourcepath="lib/org.opt4j.operators_2.11.0.201809150918.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/org.opt4j.optimizers_2.11.0.201809150918.jar" sourcepath="lib/org.opt4j.optimizers_2.11.0.201809150918.jar"/>
    
    	<classpathentry exported="true" kind="lib" path="lib/byte-buddy-1.8.17.jar" sourcepath="lib/byte-buddy-1.8.17-sources.jar"/>
    
    	<classpathentry exported="true" kind="lib" path="lib/guava-25.1-jre.jar" sourcepath="lib/guava-25.1-jre-sources.jar"/>
    	<classpathentry kind="lib" path="lib/commons-collections4-4.1.jar">
    		<attributes>
    			<attribute name="javadoc_location" value="jar:platform:/resource/org.fortiss.af3.exploration.alg/lib/commons-collections4-4.1-javadoc.jar!/"/>
    		</attributes>
    		<accessrules>
    			<accessrule kind="nonaccessible" pattern="*"/>
    		</accessrules>
    	</classpathentry>
    	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    	<classpathentry kind="src" path="src"/>
    	<classpathentry kind="src" path="generated-src"/>
    	<classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/apfloat.jar"/>
    
    	<classpathentry exported="true" kind="lib" path="lib/jgraphx-3.9.8.jar" sourcepath="lib/jgraphx-3.9.8-sources.jar"/>
    
    	<classpathentry exported="true" kind="lib" path="lib/guice-4.2.1-SNAPSHOT.jar" sourcepath="lib/guice-4.2.1-SNAPSHOT-sources.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/guice-assistedinject-4.2.1-SNAPSHOT.jar" sourcepath="lib/guice-assistedinject-4.2.1-SNAPSHOT-sources.jar"/>
    	<classpathentry exported="true" kind="lib" path="lib/guice-multibindings-4.2.1-SNAPSHOT.jar" sourcepath="lib/guice-multibindings-4.2.1-SNAPSHOT-sources.jar"/>
    
    	<classpathentry kind="lib" path="lib/jcommon-1.0.23.jar"/>
    	<classpathentry kind="lib" path="lib/jfreechart-1.0.19.jar" sourcepath="lib/jfreechart-1.0.19-src.jar"/>
    	<classpathentry kind="output" path="build"/>
    </classpath>