File tree 8 files changed +7
-11
lines changed
8 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Project name
2
- project.name =xmod
3
-
4
- # Project repository in svn
5
- repository.url =https://subversion.cch.kcl.ac.uk/repositories/xmod/trunk
2
+ project.name =kiln
6
3
7
4
# Port number for the local Jetty server
8
5
jetty.port =9999
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project basedir =" ../" default =" runserver" name =" xmod " >
2
+ <project basedir =" ../" default =" runserver" name =" kiln " >
3
3
<import file =" init-build.xml" />
4
4
<import file =" webapp-build.xml" />
5
5
<import file =" static-build.xml" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project basedir =" ../" name =" xmod :init" >
2
+ <project basedir =" ../" name =" kiln :init" >
3
3
4
4
<description >Initialization Targets</description >
5
5
Original file line number Diff line number Diff line change 36
36
</jetty : connectors >
37
37
38
38
<jetty : webApp contextpath =" "
39
- name =" xmod "
39
+ name =" kiln "
40
40
scanIntervalSeconds =" 30"
41
41
warfile =" ${basedir}/webapp/root" >
42
42
<jetty : scanTargets dir =" ${basedir}/webapp/root" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project basedir =" ../" name =" xmod :static" >
2
+ <project basedir =" ../" name =" kiln :static" >
3
3
4
4
<description >Crawls the website and creates a static snapshot in ${dist.dir}/static</description >
5
5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project basedir =" ../" name =" xmod :webapp" >
2
+ <project basedir =" ../" name =" kiln :webapp" >
3
3
4
4
<description >Webapp Targets</description >
5
5
Original file line number Diff line number Diff line change 2
2
# Tue, 15 Nov 2011 22:53:37 +0000
3
3
4
4
project.name =kiln
5
- repository.url =file\:///home/jvieira/_/kiln/
6
5
jetty.port =9999
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project basedir =" ." default =" runserver" name =" xmod :local" >
2
+ <project basedir =" ." default =" runserver" name =" kiln :local" >
3
3
<import file =" buildfiles/build.xml" />
4
4
</project >
You can’t perform that action at this time.
0 commit comments