Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updating heroku
  • Loading branch information
phaus committed Jul 2, 2012
1 parent 2367d57 commit 293418c
Show file tree
Hide file tree
Showing 51 changed files with 121 additions and 10 deletions.
11 changes: 1 addition & 10 deletions conf/application.conf
Expand Up @@ -88,20 +88,11 @@ date.format=dd.MM.yyyy hh:mm

db=fs

#%prod.db=${DATABASE_URL}
#%prod.jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
#%prod.jpa.ddl=none

%prod.db=${DATABASE_URL}
%prod.jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
%prod.jpa.ddl=update

# To connect to a local MySQL5 database, use:
# db=mysql://user:pwd@host/database

%mysql.db=mysql://play:play@localhost/play_kickster
%mysql.jpa.ddl=update

#
# To connect to a local PostgreSQL9 database, use:
# db=postgres://user:pwd@host/database
Expand Down Expand Up @@ -133,7 +124,7 @@ db=fs
#
# Specify the ddl generation pattern to use. Set to none to disable it
# (default to update in DEV mode, and none in PROD mode):
# jpa.ddl=update
jpa.ddl=update
#
# Debug SQL statements (logged using DEBUG level):
# jpa.debugSQL=true
Expand Down
4 changes: 4 additions & 0 deletions nbproject/private/private.xml
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
</project-private>
116 changes: 116 additions & 0 deletions nbproject/project.xml
@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.ant.freeform</type>
<configuration>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
<name>kickster</name>
</general-data>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
<!-- Do not use Project Properties customizer when editing this file manually. -->
<name>kickster</name>
<properties>
<property name="ant.script">/usr/local/play-1.2.4/framework/build.xml</property>
<property name="application.path">/Users/philipp/GIT/kickster</property>
<property name="application.name">kickster</property>
</properties>
<folders>
<source-folder>
<label>.</label>
<location>.</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>app</label>
<type>java</type>
<location>app</location>
<encoding>UTF-8</encoding>
</source-folder>
<source-folder>
<label>test</label>
<type>java</type>
<location>test</location>
<encoding>UTF-8</encoding>
</source-folder>
</folders>
<ide-actions>
<action name="clean">
<script>${ant.script}</script>
<target>doNothing</target>
<property name="application.path">${application.path}</property>
</action>
<action name="build">
<script>${ant.script}</script>
<target>doNothing</target>
<property name="application.path">${application.path}</property>
</action>
<action name="rebuild">
<script>${ant.script}</script>
<target>doNothing</target>
<property name="application.path">${application.path}</property>
</action>
<action name="run">
<script>${ant.script}</script>
<target>nb-run-application</target>
<property name="application.path">${application.path}</property>
</action>
<action name="debug">
<script>${ant.script}</script>
<target>nb-debug</target>
<property name="application.name">${application.name}</property>
<property name="application.path">${application.path}</property>
</action>
<action name="test">
<script>${ant.script}</script>
<target>test-application</target>
<property name="application.path">${application.path}</property>
</action>
</ide-actions>
<view>
<items>
<source-folder style="packages">
<label>app</label>
<location>app</location>
<excludes>views/**</excludes>
</source-folder>
<source-folder style="tree">
<label>app/views</label>
<location>app/views</location>
</source-folder>
<source-folder style="tree">
<label>public</label>
<location>public</location>
</source-folder>
<source-folder style="tree">
<label>db</label>
<location>db</location>
</source-folder>
<source-folder style="tree">
<label>conf</label>
<location>conf</location>
</source-folder>
<source-folder style="packages">
<label>test</label>
<location>test</location>
</source-folder>
<source-folder style="tree"><label>modules</label><location>modules</location></source-folder>
</items>
<context-menu>
<ide-action name="run"/>
<ide-action name="debug"/>
<ide-action name="test"/>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
<compilation-unit>
<package-root>app</package-root>
<package-root>test</package-root>
<package-root>/Users/philipp/GIT/kickster/modules/scaffold-head/app</package-root>
<classpath mode="compile">/Users/philipp/GIT/kickster/conf;/usr/local/play-1.2.4/framework/play-1.2.4.jar;/Users/philipp/GIT/kickster/modules/scaffold-head/lib/play-scaffold.jar;/usr/local/play-1.2.4/framework/lib/activation-1.1.1.jar;/usr/local/play-1.2.4/framework/lib/antlr-2.7.6.jar;/usr/local/play-1.2.4/framework/lib/asm-all-3.3.1.jar;/usr/local/play-1.2.4/framework/lib/async-http-client-1.6.5.jar;/usr/local/play-1.2.4/framework/lib/bcprov-jdk15-1.45.jar;/usr/local/play-1.2.4/framework/lib/c3p0-0.9.1.2.jar;/usr/local/play-1.2.4/framework/lib/cglib-nodep-2.2.jar;/usr/local/play-1.2.4/framework/lib/commons-beanutils-1.8.3.jar;/usr/local/play-1.2.4/framework/lib/commons-codec-1.4.jar;/usr/local/play-1.2.4/framework/lib/commons-collections-3.2.1.jar;/usr/local/play-1.2.4/framework/lib/commons-email-1.2.jar;/usr/local/play-1.2.4/framework/lib/commons-fileupload-1.2.2.jar;/usr/local/play-1.2.4/framework/lib/commons-io-2.0.1.jar;/usr/local/play-1.2.4/framework/lib/commons-javaflow-1066591.jar;/usr/local/play-1.2.4/framework/lib/commons-lang-2.6.jar;/usr/local/play-1.2.4/framework/lib/commons-logging-1.1.1.jar;/usr/local/play-1.2.4/framework/lib/dom4j-1.6.1.jar;/usr/local/play-1.2.4/framework/lib/ehcache-core-2.0.0.jar;/usr/local/play-1.2.4/framework/lib/ezmorph-1.0.3.jar;/usr/local/play-1.2.4/framework/lib/geronimo-servlet_2.5_spec-1.2.jar;/usr/local/play-1.2.4/framework/lib/groovy-all-1.7.10.jar;/usr/local/play-1.2.4/framework/lib/gson-1.7.1.jar;/usr/local/play-1.2.4/framework/lib/h2-1.3.149.jar;/usr/local/play-1.2.4/framework/lib/hibernate-commons-annotations-3.2.0.Final.jar;/usr/local/play-1.2.4/framework/lib/hibernate-core-3.6.1.Final.jar;/usr/local/play-1.2.4/framework/lib/hibernate-entitymanager-3.6.0.Final.jar;/usr/local/play-1.2.4/framework/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar;/usr/local/play-1.2.4/framework/lib/ivy-2.2.0.jar;/usr/local/play-1.2.4/framework/lib/jamon-2.7.jar;/usr/local/play-1.2.4/framework/lib/javassist-3.9.0.GA.jar;/usr/local/play-1.2.4/framework/lib/javax.inject-1.0.jar;/usr/local/play-1.2.4/framework/lib/jaxen-1.1.jar;/usr/local/play-1.2.4/framework/lib/jj-imaging.jar;/usr/local/play-1.2.4/framework/lib/jj-simplecaptcha.jar;/usr/local/play-1.2.4/framework/lib/jj-textile.jar;/usr/local/play-1.2.4/framework/lib/jj-wikitext.jar;/usr/local/play-1.2.4/framework/lib/joda-time-2.0.jar;/usr/local/play-1.2.4/framework/lib/jregex-1.2_01.jar;/usr/local/play-1.2.4/framework/lib/jsr107cache-1.0.jar;/usr/local/play-1.2.4/framework/lib/jta-1.1.jar;/usr/local/play-1.2.4/framework/lib/junit-4.8.1.jar;/usr/local/play-1.2.4/framework/lib/log4j-1.2.16.jar;/usr/local/play-1.2.4/framework/lib/mail-1.4.3.jar;/usr/local/play-1.2.4/framework/lib/memcached-2.6.jar;/usr/local/play-1.2.4/framework/lib/mysql-connector-java-5.1.13.jar;/usr/local/play-1.2.4/framework/lib/netty-3.2.5.Final.jar;/usr/local/play-1.2.4/framework/lib/org.eclipse.jdt.core-3.8.0.v_C03.jar;/usr/local/play-1.2.4/framework/lib/oval-1.50.jar;/usr/local/play-1.2.4/framework/lib/postgresql-9.0.jar;/usr/local/play-1.2.4/framework/lib/signpost-core-1.2.jar;/usr/local/play-1.2.4/framework/lib/slf4j-api-1.6.1.jar;/usr/local/play-1.2.4/framework/lib/slf4j-log4j12-1.6.1.jar;/usr/local/play-1.2.4/framework/lib/snakeyaml-1.7.jar;/usr/local/play-1.2.4/framework/lib/xstream-1.3.jar;nbproject/classes;/usr/local/play-1.2.4/framework/src</classpath>
<built-to>nbproject/classes</built-to>
<source-level>1.5</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>
Binary file added public/.DS_Store
Binary file not shown.
Binary file added tmp/bytecode/DEV/DocViewerPlugin
Binary file not shown.
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Matches__form.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Matches_create.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Matches_edit.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Matches_index.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Matches_show.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Players__form.html
Binary file not shown.
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Players_edit.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Players_index.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Teams__form.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Teams_create.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_Teams_index.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_errors_404.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_errors_500.html
Binary file not shown.
Binary file added tmp/bytecode/DEV/_app_views_main.html
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tmp/bytecode/DEV/controllers.Application
Binary file not shown.
Binary file added tmp/bytecode/DEV/controllers.Matches
Binary file not shown.
Binary file added tmp/bytecode/DEV/controllers.PlayDocumentation
Binary file not shown.
Binary file added tmp/bytecode/DEV/controllers.Players
Binary file not shown.
Binary file added tmp/bytecode/DEV/controllers.Teams
Binary file not shown.
Binary file added tmp/bytecode/DEV/helpers.CheatSheetHelper
Binary file not shown.
Binary file added tmp/bytecode/DEV/helpers.CheatSheetHelper$1
Binary file not shown.
Binary file added tmp/bytecode/DEV/helpers.CheatSheetHelper$2
Binary file not shown.
Binary file added tmp/bytecode/DEV/helpers.CheatSheetHelper$3
Binary file not shown.
Binary file added tmp/bytecode/DEV/models.Match
Binary file not shown.
Binary file added tmp/bytecode/DEV/models.Player
Binary file not shown.
Binary file added tmp/bytecode/DEV/models.Team
Binary file not shown.
Binary file added tmp/classes/DocViewerPlugin.class
Binary file not shown.
Binary file added tmp/classes/controllers/Application.class
Binary file not shown.
Binary file added tmp/classes/controllers/Matches.class
Binary file not shown.
Binary file added tmp/classes/controllers/PlayDocumentation.class
Binary file not shown.
Binary file added tmp/classes/controllers/Players.class
Binary file not shown.
Binary file added tmp/classes/controllers/Teams.class
Binary file not shown.
Binary file added tmp/classes/helpers/CheatSheetHelper$1.class
Binary file not shown.
Binary file added tmp/classes/helpers/CheatSheetHelper$2.class
Binary file not shown.
Binary file added tmp/classes/helpers/CheatSheetHelper$3.class
Binary file not shown.
Binary file added tmp/classes/helpers/CheatSheetHelper.class
Binary file not shown.
Binary file added tmp/classes/models/Match.class
Binary file not shown.
Binary file added tmp/classes/models/Player.class
Binary file not shown.
Binary file added tmp/classes/models/Team.class
Binary file not shown.

0 comments on commit 293418c

Please sign in to comment.