Author: ssmiweve
Date: 2008-01-22 13:58:44 +0100 (Tue, 22 Jan 2008)
New Revision: 6002

Modified:
   trunk/core-api/pom.xml
   trunk/data-model-api/pom.xml
   trunk/data-model-javabean-impl/pom.xml
   trunk/httpclient-api/pom.xml
   trunk/pom.xml
   trunk/query-api/pom.xml
   trunk/query-transform-config-spi/pom.xml
   trunk/query-transform-control-spi/pom.xml
   trunk/result-handler-config-spi/pom.xml
   trunk/result-handler-control-spi/pom.xml
   trunk/result-spi/pom.xml
   trunk/run-handler-config-spi/pom.xml
   trunk/run-handler-control-spi/pom.xml
   trunk/run-transform-config-spi/pom.xml
   trunk/run-transform-control-spi/pom.xml
   trunk/search-command-config-spi/pom.xml
   trunk/search-command-control-spi/pom.xml
   trunk/search-servlet-handler-spi/pom.xml
   trunk/site-spi/pom.xml
   trunk/sitemap-generator/pom.xml
   trunk/sitemap-spi/pom.xml
   trunk/view-config-spi/pom.xml
   trunk/view-control-spi/pom.xml
   trunk/war/pom.xml
Log:
correct scm and descriptions details


Modified: trunk/core-api/pom.xml
===================================================================
--- trunk/core-api/pom.xml      2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/core-api/pom.xml      2008-01-22 12:58:44 UTC (rev 6002)
@@ -26,14 +26,9 @@
     <packaging>jar</packaging>
     <name>Sesat Run API</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/core-api</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/core-api</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/core-api</developerConnection>
-    </scm>
 
     <build>
         <testResources>

Modified: trunk/data-model-api/pom.xml
===================================================================
--- trunk/data-model-api/pom.xml        2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/data-model-api/pom.xml        2008-01-22 12:58:44 UTC (rev 6002)
@@ -26,15 +26,10 @@
     <packaging>jar</packaging>
     <name>Sesat DataModel API</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/data-model-api</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/data-model-api</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/data-model-api</developerConnection>
-    </scm>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -60,7 +55,7 @@
                   </configuration>
               </plugin>
          </plugins>
-    </build>     
+    </build>
 
     <dependencies>
         <dependency>
@@ -87,7 +82,7 @@
             <groupId>sesat</groupId>
             <artifactId>sesat-result-spi</artifactId>
             <version>${version}</version>
-        </dependency> 
+        </dependency>
         <dependency>
             <groupId>sesat</groupId>
             <artifactId>sesat-view-config-spi</artifactId>
@@ -97,7 +92,7 @@
             <groupId>sesat</groupId>
             <artifactId>sesat-user-api</artifactId>
             <type>jar</type>
-        </dependency> 
+        </dependency>
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
@@ -128,5 +123,5 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    
+
 </project>

Modified: trunk/data-model-javabean-impl/pom.xml
===================================================================
--- trunk/data-model-javabean-impl/pom.xml      2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/data-model-javabean-impl/pom.xml      2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
       <parent>
@@ -28,15 +28,10 @@
     <packaging>jar</packaging>
     <name>Sesat DataModel JavaBean Implementation</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/data-model-javabean-impl</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/data-model-javabean-impl</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/data-model-javabean-impl</developerConnection>
-    </scm>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -62,7 +57,7 @@
                   </configuration>
               </plugin>
          </plugins>
-    </build>     
+    </build>
 
     <dependencies>
         <dependency>

Modified: trunk/httpclient-api/pom.xml
===================================================================
--- trunk/httpclient-api/pom.xml        2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/httpclient-api/pom.xml        2008-01-22 12:58:44 UTC (rev 6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
       <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat HttpClient API</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/httpclient-api</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/http-api</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/http-api</developerConnection>
-    </scm>
     <dependencies>
         <dependency>
             <groupId>log4j</groupId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/pom.xml       2008-01-22 12:58:44 UTC (rev 6002)
@@ -23,8 +23,8 @@
     <name>Sesat Kernel</name>
     <version>2.16-SNAPSHOT</version>
     <description>
-        This is the project for Sesat Kernel. 
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the project for Sesat Kernel.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
     <developers>
         <developer>
@@ -82,9 +82,13 @@
             <archive>http://sesat.no/pipermail/kernel-development/</archive>
         </mailingList>
         <mailingList>
-            <name>Commit List</name>
+            <name>Commits List</name>
             <archive>http://sesat.no/pipermail/kernel-commits/</archive>
         </mailingList>
+        <mailingList>
+            <name>Builds List</name>
+            <archive>http://sesat.no/pipermail/kernel-builds/</archive>
+        </mailingList>
      </mailingLists>
     <scm>
         <connection>scm:svn:http://sesat.no/svn/sesat-kernel/trunk</connection>
@@ -223,7 +227,7 @@
             <properties>
                 
<sesam.site.generic>generic.nuclei.test.sesam.no</sesam.site.generic>
                 <sesam.site.default>${sesam.site.generic}</sesam.site.default>
-                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok/nuclei.test.sesam.no</serverDeployLocation>
                
+                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok/nuclei.test.sesam.no</serverDeployLocation>
             </properties>
             <build>
                 <plugins>
@@ -259,7 +263,7 @@
             <properties>
                 
<sesam.site.generic>generic.electron.test.sesam.no</sesam.site.generic>
                 <sesam.site.default>${sesam.site.generic}</sesam.site.default>
-                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok/electron.test.sesam.no</serverDeployLocation>
                
+                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok/electron.test.sesam.no</serverDeployLocation>
             </properties>
             <build>
                 <plugins>
@@ -277,7 +281,7 @@
             <properties>
                 
<sesam.site.generic>generic.gamma.test.sesam.no</sesam.site.generic>
                 <sesam.site.default>${sesam.site.generic}</sesam.site.default>
-                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok-prod/gamma.test.sesam.no</serverDeployLocation>
                
+                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok-prod/gamma.test.sesam.no</serverDeployLocation>
             </properties>
             <build>
                 <plugins>
@@ -296,7 +300,7 @@
                 <sesam.site.default>${sesam.site.generic}</sesam.site.default>
                 <!-- IMPORTANT: production cannot handle writing to sesam.log 
at a lower threshold -->
                 <log.level>WARN</log.level>
-                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok-prod/sesam.no</serverDeployLocation>
                
+                
<serverDeployLocation>scpexe://sch-login01.osl.basefarm.net/www/schibstedsok-prod/sesam.no</serverDeployLocation>
             </properties>
             <build>
                 <plugins>
@@ -611,5 +615,5 @@
           <uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
     </distributionManagement>
-    
+
 </project>

Modified: trunk/query-api/pom.xml
===================================================================
--- trunk/query-api/pom.xml     2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/query-api/pom.xml     2008-01-22 12:58:44 UTC (rev 6002)
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Query API</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-api</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/query-api</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-api</developerConnection>
-    </scm>
 
     <build>
          <plugins>

Modified: trunk/query-transform-config-spi/pom.xml
===================================================================
--- trunk/query-transform-config-spi/pom.xml    2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/query-transform-config-spi/pom.xml    2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Query Transform Config SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-transform-config-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/query-transform-config-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-transform-config-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/query-transform-control-spi/pom.xml
===================================================================
--- trunk/query-transform-control-spi/pom.xml   2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/query-transform-control-spi/pom.xml   2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Query Transform Control SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-transform-control-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/query-transform-control-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-transform-control-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/result-handler-config-spi/pom.xml
===================================================================
--- trunk/result-handler-config-spi/pom.xml     2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/result-handler-config-spi/pom.xml     2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Result Handler Config SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/result-handler-config-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/result-handler-config-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/result-handler-config-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/result-handler-control-spi/pom.xml
===================================================================
--- trunk/result-handler-control-spi/pom.xml    2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/result-handler-control-spi/pom.xml    2008-01-22 12:58:44 UTC (rev 
6002)
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Result Handler Control SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/result-handler-control-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/result-handler-control-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/result-handler-control-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/result-spi/pom.xml
===================================================================
--- trunk/result-spi/pom.xml    2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/result-spi/pom.xml    2008-01-22 12:58:44 UTC (rev 6002)
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Result SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/result-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/result-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/result-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/run-handler-config-spi/pom.xml
===================================================================
--- trunk/run-handler-config-spi/pom.xml        2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/run-handler-config-spi/pom.xml        2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Run Handler Config SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/run-handler-config-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/run-handler-config-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/run-handler-config-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/run-handler-control-spi/pom.xml
===================================================================
--- trunk/run-handler-control-spi/pom.xml       2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/run-handler-control-spi/pom.xml       2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Run Handler Control SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/run-handler-control-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/run-handler-control-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/run-handler-control-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/run-transform-config-spi/pom.xml
===================================================================
--- trunk/run-transform-config-spi/pom.xml      2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/run-transform-config-spi/pom.xml      2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Run Transform Config SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-run-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/query-run-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-run-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/run-transform-control-spi/pom.xml
===================================================================
--- trunk/run-transform-control-spi/pom.xml     2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/run-transform-control-spi/pom.xml     2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Run Transform Control SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-run-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/query-run-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/query-run-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/search-command-config-spi/pom.xml
===================================================================
--- trunk/search-command-config-spi/pom.xml     2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/search-command-config-spi/pom.xml     2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Search Command Config SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/search-command-config-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/search-command-config-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/search-command-config-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/search-command-control-spi/pom.xml
===================================================================
--- trunk/search-command-control-spi/pom.xml    2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/search-command-control-spi/pom.xml    2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Search Command Control SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/search-command-control-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/search-command-control-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/search-command-control-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/search-servlet-handler-spi/pom.xml
===================================================================
--- trunk/search-servlet-handler-spi/pom.xml    2008-01-22 12:21:14 UTC (rev 
6001)
+++ trunk/search-servlet-handler-spi/pom.xml    2008-01-22 12:58:44 UTC (rev 
6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat Search Servlet Transform SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/search-servlet-transform-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/search-servlet-transform-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/search-servlet-transform-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/site-spi/pom.xml
===================================================================
--- trunk/site-spi/pom.xml      2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/site-spi/pom.xml      2008-01-22 12:58:44 UTC (rev 6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
       <parent>
@@ -28,15 +28,10 @@
     <packaging>jar</packaging>
     <name>Sesat Site SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/site-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/site-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/site-spi</developerConnection>
-    </scm>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -51,8 +46,8 @@
                </executions>
              </plugin>
          </plugins>
-    </build> 
-    
+    </build>
+
     <dependencies>
         <dependency>
             <groupId>log4j</groupId>

Modified: trunk/sitemap-generator/pom.xml
===================================================================
--- trunk/sitemap-generator/pom.xml     2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/sitemap-generator/pom.xml     2008-01-22 12:58:44 UTC (rev 6002)
@@ -10,11 +10,6 @@
     <description>
         This is the project for the SESAT Sitemap generator.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/sitemap-generator</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/sitemap-generator</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/sitemap-generator</developerConnection>
-    </scm>
 
     <artifactId>sesat-sitemap-generator</artifactId>
     <packaging>jar</packaging>
@@ -55,7 +50,7 @@
             <artifactId>sesat-sitemap-spi</artifactId>
             <version>2.15-SNAPSHOT</version>
         </dependency>
-     
+
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>

Modified: trunk/sitemap-spi/pom.xml
===================================================================
--- trunk/sitemap-spi/pom.xml   2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/sitemap-spi/pom.xml   2008-01-22 12:58:44 UTC (rev 6002)
@@ -12,11 +12,6 @@
     <description>
         This is the project for the SESAT Sitemap (http://www.sitemaps.org/) 
SPI. This allows skins to provide URLs that should go into the 
installation-wide sitemap.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/sitemap-spi</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/sitemap-spi</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/sitemap-spi</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/view-config-spi/pom.xml
===================================================================
--- trunk/view-config-spi/pom.xml       2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/view-config-spi/pom.xml       2008-01-22 12:58:44 UTC (rev 6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat View Config SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/view-config-api</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/result-view-config-api</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/view-config-api</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/view-control-spi/pom.xml
===================================================================
--- trunk/view-control-spi/pom.xml      2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/view-control-spi/pom.xml      2008-01-22 12:58:44 UTC (rev 6002)
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU Affero General Public License
  *   along with SESAT.  If not, see <http://www.gnu.org/licenses/>.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -28,14 +28,9 @@
     <packaging>jar</packaging>
     <name>Sesat View Control SPI</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/view-control-api</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/result-view-control-api</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/view-control-api</developerConnection>
-    </scm>
 
     <build>
         <plugins>

Modified: trunk/war/pom.xml
===================================================================
--- trunk/war/pom.xml   2008-01-22 12:21:14 UTC (rev 6001)
+++ trunk/war/pom.xml   2008-01-22 12:58:44 UTC (rev 6002)
@@ -26,14 +26,9 @@
     <packaging>war</packaging>
     <name>Sesat WAR</name>
     <description>
-        This is the project for Schibsted Søk's search-portal application. Aka 
Sesam.
-        Read 
https://dev.schibstedsok.no/confluence/display/TECHDEV/Setting+up+Sesam for 
developing help.
+        This is the Sesam Search Application Toolkit. Aka Sesat.
+        Read http://sesat.no/development-guidelines.html for developing help.
     </description>
-    <scm>
-        
<connection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/war</connection>
-        
<url>https://dev.schibstedsok.no/svn/search-portal/sesam.no/trunk/war</url>
-        
<developerConnection>scm:svn:https://dev.schibstedsok.no/svn/search-portal/trunk/war</developerConnection>
-    </scm>
 
     <build>
         <finalName>ROOT</finalName>

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

Reply via email to