mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
11 lines
510 B
XML
11 lines
510 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="lib" path="war/WEB-INF/lib/gcm-server.jar"/>
|
|
<classpathentry kind="lib" path="war/WEB-INF/lib/json_simple-1.1.jar"/>
|
|
<classpathentry kind="output" path="war/WEB-INF/classes"/>
|
|
</classpath>
|