Skip to content

Commit

Permalink
Renamed xmod to kiln in build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajenhl committed Nov 17, 2011
1 parent 883fd06 commit 5193d01
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
5 changes: 1 addition & 4 deletions buildfiles/build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Project name
project.name=xmod

# Project repository in svn
repository.url=https://subversion.cch.kcl.ac.uk/repositories/xmod/trunk
project.name=kiln

# Port number for the local Jetty server
jetty.port=9999
Expand Down
2 changes: 1 addition & 1 deletion buildfiles/build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="../" default="runserver" name="xmod">
<project basedir="../" default="runserver" name="kiln">
<import file="init-build.xml" />
<import file="webapp-build.xml" />
<import file="static-build.xml" />
Expand Down
2 changes: 1 addition & 1 deletion buildfiles/init-build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="../" name="xmod:init">
<project basedir="../" name="kiln:init">

<description>Initialization Targets</description>

Expand Down
2 changes: 1 addition & 1 deletion buildfiles/jetty-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</jetty:connectors>

<jetty:webApp contextpath=""
name="xmod"
name="kiln"
scanIntervalSeconds="30"
warfile="${basedir}/webapp/root">
<jetty:scanTargets dir="${basedir}/webapp/root">
Expand Down
2 changes: 1 addition & 1 deletion buildfiles/static-build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="../" name="xmod:static">
<project basedir="../" name="kiln:static">

<description>Crawls the website and creates a static snapshot in ${dist.dir}/static</description>

Expand Down
2 changes: 1 addition & 1 deletion buildfiles/webapp-build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="../" name="xmod:webapp">
<project basedir="../" name="kiln:webapp">

<description>Webapp Targets</description>

Expand Down
1 change: 0 additions & 1 deletion local.build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
#Tue, 15 Nov 2011 22:53:37 +0000

project.name=kiln
repository.url=file\:///home/jvieira/_/kiln/
jetty.port=9999
2 changes: 1 addition & 1 deletion local.build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="runserver" name="xmod:local">
<project basedir="." default="runserver" name="kiln:local">
<import file="buildfiles/build.xml" />
</project>

0 comments on commit 5193d01

Please sign in to comment.