Skip to content

Commit fea5f88

Browse files
author
zhourenjian@gmail.com
committed
Support generating objective C sources for SimpleRPCRunnable classes.
1 parent ca91930 commit fea5f88

2 files changed

Lines changed: 551 additions & 14 deletions

File tree

sources/net.sf.j2s.ajax/.classpath

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="annotation"/>
5-
<classpathentry kind="src" path="store"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
8-
<classpathentry kind="src" path="ajaxcore"/>
9-
<classpathentry kind="src" path="ajaxswt"/>
10-
<classpathentry kind="src" path="ajaxrpc"/>
11-
<classpathentry kind="src" path="ajaxpipe"/>
12-
<classpathentry kind="var" path="JAVAX_SERVLET"/>
13-
<classpathentry kind="output" path="bin"/>
14-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="annotation"/>
5+
<classpathentry kind="src" path="store"/>
6+
<classpathentry kind="src" path="generator"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="ajaxcore"/>
10+
<classpathentry kind="src" path="ajaxswt"/>
11+
<classpathentry kind="src" path="ajaxrpc"/>
12+
<classpathentry kind="src" path="ajaxpipe"/>
13+
<classpathentry kind="var" path="JAVAX_SERVLET"/>
14+
<classpathentry kind="output" path="bin"/>
15+
</classpath>

0 commit comments

Comments
 (0)