jefft 2003/10/05 05:53:20
Modified: src/resources/forrestbot2/core default-forrest.properties
forrestbot.xml local.xml
Added: src/resources/forrestbot2 ws-site.xml
xml-forrest-krysalis.xml
Log:
More sites, and small fixups
Revision Changes Path
1.1 xml-forrest/src/resources/forrestbot2/ws-site.xml
Index: ws-site.xml
===================================================================
<?xml version="1.0"?>
<project name="ws-site" default="main">
<!--
<property name="project.root-dir" value="${user.home}/apache/ws/ws-site"/>
<target name="getsrc" depends="local.getsrc"/>
-->
<import file="core/forrestbot.xml"/>
</project>
1.1 xml-forrest/src/resources/forrestbot2/xml-forrest-krysalis.xml
Index: xml-forrest-krysalis.xml
===================================================================
<?xml version="1.0"?>
<project name="xml-forrest-krysalis" default="main">
<!--
<target name="getsrc" depends="local.getsrc"/>
<property name="project.root-dir" value="${user.home}/apache/xml/xml-forrest"/>
-->
<property name="project.skin" value="krysalis-site"/>
<import file="core/forrestbot.xml"/>
</project>
1.2 +0 -2 xml-forrest/src/resources/forrestbot2/core/default-forrest.properties
Index: default-forrest.properties
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/forrestbot2/core/default-forrest.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default-forrest.properties 1 Oct 2003 12:16:54 -0000 1.1
+++ default-forrest.properties 5 Oct 2003 12:53:20 -0000 1.2
@@ -10,5 +10,3 @@
project.skinconf=${project.content-dir}/skinconf.xml
project.lib-dir=${project.content-dir}/lib
project.classes-dir=${project.content-dir}/classes
-
-project.site-dir=build/site
1.5 +1 -1 xml-forrest/src/resources/forrestbot2/core/forrestbot.xml
Index: forrestbot.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/forrestbot2/core/forrestbot.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- forrestbot.xml 4 Oct 2003 14:07:09 -0000 1.4
+++ forrestbot.xml 5 Oct 2003 12:53:20 -0000 1.5
@@ -14,7 +14,7 @@
<property name="administrator" value="jefft@apache.org"/>
<property name="build.work-dir" value="work/${ant.project.name}"/>
- <property name="build.site-dir" value="work/${ant.project.name}/site"/>
+ <property name="build.site-dir" location="work/${ant.project.name}/site"/>
<property name="build.deploy-dir" value="sites/${ant.project.name}"/>
<mkdir dir="logs"/>
<tstamp>
1.5 +1 -0 xml-forrest/src/resources/forrestbot2/core/local.xml
Index: local.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/forrestbot2/core/local.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- local.xml 5 Oct 2003 11:00:54 -0000 1.4
+++ local.xml 5 Oct 2003 12:53:20 -0000 1.5
@@ -31,6 +31,7 @@
<target name="deploy">
<mkdir dir="${build.deploy-dir}"/>
+ <echo>Deploying from ${build.site-dir} to ${build.deploy-dir}</echo>
<copy todir="${build.deploy-dir}">
<fileset dir="${build.site-dir}"/>
</copy>
|