doortts doortts 2013-02-19
change play version from 2.1RC2 to 2.1
@e2b529bb873203216618caef4349a1b43101b025
.travis.yml
--- .travis.yml
+++ .travis.yml
@@ -1,6 +1,6 @@
 language: java # to trigger the build on a 'jvm-otp' travis worker
 env:
-  - PLAY_VERSION=2.1-RC2
+  - PLAY_VERSION=2.1
 before_script: 
   - wget http://download.playframework.org/releases/play-${PLAY_VERSION}.zip
   - unzip -q play-${PLAY_VERSION}.zip
build.xml
--- build.xml
+++ build.xml
@@ -19,7 +19,7 @@
       <pathelement location="src" />
     </path>
  
-    <path id="classpath.junittest"2
+    <path id="classpath.junittest">
        <path refid="classpath.base" />
        <pathelement location="/opt/lib/junit-4.9b2.jar" />
        <pathelement location="${test.dir}" />
conf/application.conf
--- conf/application.conf
+++ conf/application.conf
@@ -9,7 +9,7 @@
 
 # The application languages
 # ~~~~~
-application.langs="en,ko"
+application.langs="ko, en"
 
 # Global object class
 # ~~~~~
@@ -32,15 +32,9 @@
 # MySQL Configuration
 # db.default.driver=com.mysql.jdbc.Driver
 # db.default.url="jdbc:mysql://127.0.0.1:3306/nforge?characterEncoding=utf-8"
-# db.default.user=nforge
-# db.default.password=nforge00
+# db.default.user=hive
+# db.default.password=""
 
-# PostgresSQL Configuration
-# db.default.driver=org.postgresql.Driver
-# Heroku
-# db.default.url="jdbc:postgresql://ec2-54-243-224-162.compute-1.amazonaws.com:5432/ddvvn6ngn4vvtd"
-# db.default.user=hexmatkvvraskl
-# db.default.password=yWZ8ThK97OsFQ79oUzxbQzdGCO
 # Local
 # db.default.url="jdbc:postgresql://localhost:5432/nforge"
 # db.default.user=postgres
@@ -79,7 +73,7 @@
 # ~~~~~
 
 # Server name used as the value of "Server" field in HTTP response message.
-application.server="Play/2.0"
+application.server="Play/2.1"
 
 # Components used to construct the URL to this application.
 application.scheme="http"
project/build.properties
--- project/build.properties
+++ project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=0.12.2-RC2
(No newline at end of file)
+sbt.version=0.12.2
(No newline at end of file)
project/plugins.sbt
--- project/plugins.sbt
+++ project/plugins.sbt
@@ -5,4 +5,4 @@
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("play" % "sbt-plugin" % "2.1-RC2")
(No newline at end of file)
+addSbtPlugin("play" % "sbt-plugin" % "2.1.0")
(No newline at end of file)
Add a comment
List