Skip to content

Commit

Permalink
SDK 1.9.34 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiDoraisamy committed Oct 4, 2016
1 parent 111be2b commit 6729680
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/java-json.jar"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion .settings/com.google.appengine.eclipse.core.prefs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eclipse.preferences.version=1
filesCopiedToWebInfLib=appengine-api-1.0-sdk-1.9.5.jar|appengine-api-labs.jar|appengine-endpoints-deps.jar|appengine-endpoints.jar|appengine-jsr107cache-1.9.5.jar|asm-4.0.jar|datanucleus-api-jdo-3.1.3.jar|datanucleus-api-jpa-3.1.3.jar|datanucleus-appengine-2.1.2.jar|datanucleus-core-3.1.3.jar|geronimo-jpa_2.0_spec-1.0.jar|jdo-api-3.0.1.jar|jsr107cache-1.1.jar|jta-1.1.jar
filesCopiedToWebInfLib=appengine-api-1.0-sdk-1.9.34.jar|appengine-api-labs.jar|appengine-endpoints-deps.jar|appengine-endpoints.jar|appengine-jsr107cache-1.9.34.jar|asm-4.0.jar|datanucleus-api-jdo-3.1.3.jar|datanucleus-api-jpa-3.1.3.jar|datanucleus-appengine-2.1.2.jar|datanucleus-core-3.1.3.jar|geronimo-jpa_2.0_spec-1.0.jar|jdo-api-3.0.1.jar|jsr107cache-1.1.jar|jta-1.1.jar
gaeDatanucleusVersion=v2
gaeDeployDialogSettings=
gaeHrdEnabled=true
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# SimpleEndpoints
Turn your app engine project into Parse-like service

# How to use it?
2 changes: 1 addition & 1 deletion war/WEB-INF/appengine-generated/datastore-indexes-auto.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Indices written at Mon, 30 Mar 2015 04:29:51 IST -->
<!-- Indices written at Tue, 4 Oct 2016 09:59:26 CEST -->

<datastore-indexes/>

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified war/WEB-INF/lib/appengine-api-labs.jar
Binary file not shown.
Binary file modified war/WEB-INF/lib/appengine-endpoints-deps.jar
Binary file not shown.
Binary file modified war/WEB-INF/lib/appengine-endpoints.jar
Binary file not shown.
Binary file added war/WEB-INF/lib/appengine-jsr107cache-1.9.34.jar
Binary file not shown.
Binary file removed war/WEB-INF/lib/appengine-jsr107cache-1.9.5.jar
Binary file not shown.

0 comments on commit 6729680

Please sign in to comment.