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
35 lines
903 B
XML
35 lines
903 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>chrometophone-appengine</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>com.google.appengine.eclipse.core.projectValidator</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>com.google.appengine.eclipse.core.enhancerbuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
<nature>com.google.appengine.eclipse.core.gaeNature</nature>
|
|
<nature>com.google.gdt.eclipse.core.webAppNature</nature>
|
|
</natures>
|
|
</projectDescription>
|