Skip to content

Commit

Permalink
initial imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vteial committed Jan 21, 2013
1 parent ca4c93e commit 8b8f897
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .classpath
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="war/WEB-INF/groovy"/>
<classpathentry kind="src" path="src/main/webapp/WEB-INF/groovy"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="src" path="src/main/groovy"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/slf4j-api-1.7.2.jar"/>
<classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion .project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>watchyourbalance</name>
<name>watchyourexpenses</name>
<comment></comment>
<projects>
</projects>
Expand Down
9 changes: 7 additions & 2 deletions .settings/com.google.appengine.eclipse.core.prefs
@@ -1,2 +1,7 @@
eclipse.preferences.version=1
filesCopiedToWebInfLib=appengine-api-1.0-sdk-1.4.0.jar|appengine-api-labs-1.4.0.jar
eclipse.preferences.version=1
filesCopiedToWebInfLib=appengine-api-labs.jar|appengine-endpoints.jar|appengine-jsr107cache-1.7.4.jar|jsr107cache-1.1.jar|appengine-api-1.0-sdk-1.7.4.jar
gaeDatanucleusEnabled=false
gaeHrdEnabled=true
gaeIsEclipseDefaultInstPath=true
googleCloudSqlEnabled=false
localDevMySqlEnabled=true

0 comments on commit 8b8f897

Please sign in to comment.