mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-02-11 10:34:51 +00:00
- Use JSON because it's cleaner and url-encoded with oauth1 is mostly broken. - Refactor common code - Update the version of the appengine SDK - change to version 9 ( will not be live ) to avoid breaking existign devices. In theory everything should be backward compatible.
10 lines
465 B
XML
10 lines
465 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="c2dm"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
|
|
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER/App Engine"/>
|
|
<classpathentry kind="output" path="war/WEB-INF/classes"/>
|
|
</classpath>
|