Author: ipv6guru
Date: Wed Sep 10 16:42:32 2008
New Revision: 1289
Added:
trunk/simal/publish.xml (contents, props changed)
Log:
Adding a ForrestBot publish file
Added: trunk/simal/publish.xml
==============================================================================
--- (empty file)
+++ trunk/simal/publish.xml Wed Sep 10 16:42:32 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2007 University of Oxford
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="simal-docs" default="main">
+ <!--<property name="notify.email.host" value="localhost"/><!-- or
ISP SMTP settings -->
+ <property name="notify.email.to"
value="[EMAIL PROTECTED]"/><!--such as simal group-->
+ <property name="notify.email.from" value=""/><!-- sometimes vaild
email required, default Forrestbot -->
+<property name="notify.administrator"
value="somename<[EMAIL PROTECTED]>"/>-->
+<property name="getsrc.local.root-dir" location="."/>
+ <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
+
+<!-- create this secret file to be an ant project (not stored in CVS or
SVN)
+that sets deploy.scp.{dest/keyfile/passphrase/password} properties.-->
+
+<import file="../../deploy.scp.settings" optional="false"/>
+ <target name="deploy" depends="deploy.scp"/>
+ <!--<target name="notify" depends="notify.local, notify.email"/>-->
+ <property environment="env"/>
+ <import
file="${env.FORREST_HOME}/tools/forrestbot/core/forrestbot.xml"/>
+</project>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Simal Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/simal-commits?hl=en
-~----------~----~----~----~------~----~------~--~---