https://bitbucket.org/red1/org.my.erp
Raw File
Tip revision: db655b21ee66157db79cafa6600d89e85790ab76 authored by red1 on 23 October 2016, 05:15:01 UTC
minor
Tip revision: db655b2
.classpath
<?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 kind="lib" path="libs/json_simple-1.1.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
back to top