Author: ipv6guru
Date: Wed Sep 10 16:46:54 2008
New Revision: 1290
Modified:
trunk/simal/publish.xml
Log:
Avoid nested comments, whitespace changes
Modified: trunk/simal/publish.xml
==============================================================================
--- trunk/simal/publish.xml (original)
+++ trunk/simal/publish.xml Wed Sep 10 16:46:54 2008
@@ -15,12 +15,15 @@
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="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<[EMAIL PROTECTED]>"/>
+ -->
+
<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.-->
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---