Skip to content

Commit

Permalink
Merge pull request #5 from jonnyzzz/master
Browse files Browse the repository at this point in the history
Polish project setup
  • Loading branch information
ajselvig committed Jan 10, 2013
2 parents 850ad87 + 87a34d0 commit 74e26d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions KaraDemo/build.xml
@@ -1,7 +1,5 @@
<project>
<target name="restart">
<exec executable="touch">
<arg value="tmp/restart.txt"/>
</exec>
<touch file="tmp/restart.txt" />
</target>
</project>
</project>
3 changes: 2 additions & 1 deletion KaraLib/src/kara/config/AppConfig.kt
Expand Up @@ -61,11 +61,12 @@ public class AppConfig(appRoot : String, val environment : String = "development
get() = this["kara.sessionDir"]

public val absSessionDir : String
//Is you see error here, click "Setup Kotlin JDK Annotations"
get() = File(appRoot, sessionDir).toString()


/** The port to run the server on. */
public val port : String
get() = this["kara.port"]

}
}
2 changes: 1 addition & 1 deletion KaraTests/KaraTests.iml
Expand Up @@ -5,7 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.7" jdkType="JavaSDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="KaraLib" />
<orderEntry type="library" name="KotlinRuntime" level="project" />
Expand Down

0 comments on commit 74e26d1

Please sign in to comment.