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
2015-07-12 21:10:02 -04:00
commit 794b5a232f
3099 changed files with 238212 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="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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>