Skip to content
Snippets Groups Projects
.classpath 717 B
Newer Older
  • Learn to ignore specific revisions
  • Administrator's avatar
    Administrator committed
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    	<classpathentry excluding="core/CreateMe.java|core/CurrentWork.java|userInterface/CopyOfUserInterfaceController.java|userInterface/Save.java" kind="src" path="src"/>
    	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/controlsfx"/>
    	<classpathentry combineaccessrules="false" kind="src" path="/_Tools"/>
    	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SQLite"/>
    	<classpathentry combineaccessrules="false" kind="src" path="/JSON"/>
    	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    
    	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/GSON"/>
    
    Administrator's avatar
    Administrator committed
    	<classpathentry kind="output" path="class"/>
    </classpath>