Author: ssmiweve
Date: 2008-01-17 10:35:51 +0100 (Thu, 17 Jan 2008)
New Revision: 5977

Modified:
   trunk/generic.sesam/pom.xml
Log:
sesat.site property is used by sesat:sesat-mojo:deploy for the destination name 
of the warfile when deploying it to a 
alpha|nuclei|beta|electron|gamma|production environment.
 TODO: soon these values will have the .no suffix stripped and server's will 
require host entries for the values instead.

Modified: trunk/generic.sesam/pom.xml
===================================================================
--- trunk/generic.sesam/pom.xml 2008-01-17 09:31:15 UTC (rev 5976)
+++ trunk/generic.sesam/pom.xml 2008-01-17 09:35:51 UTC (rev 5977)
@@ -198,6 +198,8 @@
             <build><pluginManagement/></build>
             <properties>
 
+                <sesam.site>generic.alpha.test.sesam.no</sesam.site>           
     
+
                 <!-- QR Servers -->
                 
<newsQueryServerURL>http://10.16.195.250:15100</newsQueryServerURL>
 
@@ -240,6 +242,8 @@
             <build><pluginManagement/></build>
             <properties>
 
+                <sesam.site>generic.nuclei.test.sesam.no</sesam.site>   
+
                 <!-- QR Servers -->
                 
<newsQueryServerURL>http://10.16.195.250:15100</newsQueryServerURL>
 
@@ -282,6 +286,8 @@
             <build><pluginManagement/></build>
             <properties>
 
+                <sesam.site>generic.beta.test.sesam.no</sesam.site>   
+
                 <!-- QR Servers -->
                 
<newsQueryServerURL>http://10.16.195.250:15100</newsQueryServerURL>
                 <queryServerURL.4>http://10.16.195.250:15400</queryServerURL.4>
@@ -329,6 +335,8 @@
             <build><pluginManagement/></build>
             <properties>
 
+                <sesam.site>generic.electron.test.sesam.no</sesam.site>   
+
                 <!-- QR Servers -->
                 
<newsQueryServerURL>http://10.16.195.250:15100</newsQueryServerURL>
 
@@ -371,6 +379,8 @@
             <build><pluginManagement/></build>
             <properties>
 
+                <sesam.site>generic.gamma.test.sesam.no</sesam.site>   
+
                 <!-- QR Servers -->
                 
<newsQueryServerURL>http://10.16.195.250:15100</newsQueryServerURL>
                 <queryServerURL.4>http://10.16.195.250:15400</queryServerURL.4>
@@ -415,6 +425,8 @@
             <build><pluginManagement/></build>
             <properties>
 
+                <sesam.site>generic.sesam.no</sesam.site> 
+
                 <!-- QR Servers -->
                 
<newsQueryServerURL>http://10.16.195.250:15100</newsQueryServerURL>
                 <queryServerURL.4>http://10.16.195.250:15400</queryServerURL.4>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to