--- .travis.yml
+++ .travis.yml
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 |
language: java # to trigger the build on a 'jvm-otp' travis worker |
2 | 2 |
env: |
3 |
- - PLAY_VERSION=2.1-RC2 |
|
3 |
+ - PLAY_VERSION=2.1 |
|
4 | 4 |
before_script: |
5 | 5 |
- wget http://download.playframework.org/releases/play-${PLAY_VERSION}.zip |
6 | 6 |
- unzip -q play-${PLAY_VERSION}.zip |
--- build.xml
+++ build.xml
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 |
<pathelement location="src" /> |
20 | 20 |
</path> |
21 | 21 |
|
22 |
- <path id="classpath.junittest"2 |
|
22 |
+ <path id="classpath.junittest"> |
|
23 | 23 |
<path refid="classpath.base" /> |
24 | 24 |
<pathelement location="/opt/lib/junit-4.9b2.jar" /> |
25 | 25 |
<pathelement location="${test.dir}" /> |
--- conf/application.conf
+++ conf/application.conf
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 |
|
10 | 10 |
# The application languages |
11 | 11 |
# ~~~~~ |
12 |
-application.langs="en,ko" |
|
12 |
+application.langs="ko, en" |
|
13 | 13 |
|
14 | 14 |
# Global object class |
15 | 15 |
# ~~~~~ |
... | ... | @@ -32,15 +32,9 @@ |
32 | 32 |
# MySQL Configuration |
33 | 33 |
# db.default.driver=com.mysql.jdbc.Driver |
34 | 34 |
# db.default.url="jdbc:mysql://127.0.0.1:3306/nforge?characterEncoding=utf-8" |
35 |
-# db.default.user=nforge |
|
36 |
-# db.default.password=nforge00 |
|
35 |
+# db.default.user=hive |
|
36 |
+# db.default.password="" |
|
37 | 37 |
|
38 |
-# PostgresSQL Configuration |
|
39 |
-# db.default.driver=org.postgresql.Driver |
|
40 |
-# Heroku |
|
41 |
-# db.default.url="jdbc:postgresql://ec2-54-243-224-162.compute-1.amazonaws.com:5432/ddvvn6ngn4vvtd" |
|
42 |
-# db.default.user=hexmatkvvraskl |
|
43 |
-# db.default.password=yWZ8ThK97OsFQ79oUzxbQzdGCO |
|
44 | 38 |
# Local |
45 | 39 |
# db.default.url="jdbc:postgresql://localhost:5432/nforge" |
46 | 40 |
# db.default.user=postgres |
... | ... | @@ -79,7 +73,7 @@ |
79 | 73 |
# ~~~~~ |
80 | 74 |
|
81 | 75 |
# Server name used as the value of "Server" field in HTTP response message. |
82 |
-application.server="Play/2.0" |
|
76 |
+application.server="Play/2.1" |
|
83 | 77 |
|
84 | 78 |
# Components used to construct the URL to this application. |
85 | 79 |
application.scheme="http" |
--- project/build.properties
+++ project/build.properties
... | ... | @@ -1,1 +1,1 @@ |
1 |
-sbt.version=0.12.2-RC2(No newline at end of file) |
|
1 |
+sbt.version=0.12.2(No newline at end of file) |
--- project/plugins.sbt
+++ project/plugins.sbt
... | ... | @@ -5,4 +5,4 @@ |
5 | 5 |
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" |
6 | 6 |
|
7 | 7 |
// Use the Play sbt plugin for Play projects |
8 |
-addSbtPlugin("play" % "sbt-plugin" % "2.1-RC2")(No newline at end of file) |
|
8 |
+addSbtPlugin("play" % "sbt-plugin" % "2.1.0")(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?