mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
- fixed warnings (like un-thrown exceptions) - fixed code that unregister in case of NotRegistered error - updated server code to use AppEngine 1.7 - changed code so it can be used in a local app engine server - added a new device type called gcm - created a servlet that displays how many devices are registered per type (ac2dm, chrome, gcm) - created a servlet used to send messages without the need for the chrome plugin
10 lines
414 B
XML
10 lines
414 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="src" path="c2dm"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|