1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2014-06-30 00:04:32 -04:00
parent 85594d3cdd
commit bae88e739c
2482 changed files with 198730 additions and 0 deletions

24
150_gfui/.classpath Normal file
View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src_100_basic"/>
<classpathentry kind="src" path="src_110_draw_core"/>
<classpathentry kind="src" path="src_120_draw_objs"/>
<classpathentry kind="src" path="src_200_ipt"/>
<classpathentry kind="src" path="src_210_lyt"/>
<classpathentry kind="src" path="src_300_gxw"/>
<classpathentry kind="src" path="src_400_win"/>
<classpathentry kind="src" path="src_410_box_core"/>
<classpathentry kind="src" path="src_420_box_basic"/>
<classpathentry kind="src" path="src_430_box_custom"/>
<classpathentry kind="src" path="src_500_tab"/>
<classpathentry kind="src" path="src_600_adp"/>
<classpathentry kind="src" path="src_700_env"/>
<classpathentry kind="src" path="tst"/>
<classpathentry kind="src" path="xtn"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="src" path="/100_core"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/110_gfml"/>
<classpathentry kind="lib" path="lib/swt.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>