Author: ross.gardler
Date: Thu Sep 11 17:05:12 2008
New Revision: 1298

Modified:
    trunk/simal/   (props changed)
    trunk/simal/publish.xml

Log:
- Tidy up publish.xml and use correct URLs
- ignore forestbot files

Modified: trunk/simal/publish.xml
==============================================================================
--- trunk/simal/publish.xml     (original)
+++ trunk/simal/publish.xml     Thu Sep 11 17:05:12 2008
@@ -15,22 +15,24 @@
    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 valid email  
required, default Forrestbot
-  <property name="notify.administrator"  
value="somename&lt;[EMAIL PROTECTED]>"/>
-  -->
+       <property name="notify.email.host" value="localhost"/>
+  <property name="notify.email.to"  
value="[EMAIL PROTECTED]"/>
+  <property name="notify.email.from" value="[EMAIL PROTECTED]"/>
+  <property name="notify.administrator" value="[EMAIL PROTECTED]>"/>
+
+  <property name="getsrc.local.root-dir" location="."/>

-<property name="getsrc.local.root-dir" location="."/>
-<target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
+  <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"/>
+  <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to