Skip to content
Snippets Groups Projects
.classpath 621 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    	<classpathentry kind="src" path="source/java"/>
    
    	<classpathentry kind="src" path="sourceTest/java"/>
    
    gpawel's avatar
    gpawel committed
    	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    
    	<classpathentry combineaccessrules="false" kind="src" path="/rtd_phosphonetx"/>
    	<classpathentry combineaccessrules="false" kind="src" path="/screening"/>
    	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-user.jar"/>
    
    	<classpathentry combineaccessrules="false" kind="src" path="/deep_sequencing_unit"/>
    
    	<classpathentry kind="output" path="targets/www/WEB-INF/classes"/>