add src/ui folder for both Android and GWT UIs

This commit is contained in:
krasimir
2010-07-08 10:06:26 +00:00
parent be06bc8a09
commit 9953091888
63 changed files with 1 additions and 1 deletions

7
src/ui/gwt/.classpath Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="output" path="src"/>
</classpath>